Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

ddlfiles/CellPos.h

Go to the documentation of this file.
00001 #ifndef  __CellPos_LOADED
00002 #define  __CellPos_LOADED
00003 typedef struct {
00004 int cellpos;
00005 int              ID;
00006 char             PlnName[4];
00007 int              IStrip;
00008 int              IExtr;
00009 int              ICell;
00010 float            XYZReadout[3];
00011 float            XYZCenter[3];
00012 float            XYZFarend[3];
00013 float            FiberTailA;
00014 float            FiberTailB;
00015 float            ClearFiberA;
00016 float            ClearFiberB;
00017 int _9999;
00018 } CELLPOS_DEF;
00019 #ifdef __TAP_CREOBJ__
00020 CELLPOS_DEF CellPos;
00021 #else
00022 extern CELLPOS_DEF CellPos;
00023 #endif
00024 #endif
00025 

Generated on Mon Feb 15 11:06:31 2010 for loon by  doxygen 1.3.9.1