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