00001 #ifndef __FLSDigiCell_LOADED 00002 #define __FLSDigiCell_LOADED 00003 typedef struct { 00004 int flsdigicell; 00005 int ID; 00006 int IPln; 00007 int IExtr; 00008 int ICell; 00009 int IView; 00010 float XYZBase[3]; 00011 float XYZDir[3]; 00012 float TPos; 00013 float CPos; 00014 float CellLength; 00015 float DirScale; 00016 float XPhysicalA; 00017 float XPhysicalB; 00018 float XFiberA; 00019 float XFiberB; 00020 float ClrTransmitA; 00021 float ClrTransmitB; 00022 float RawAdcA; 00023 float RawAdcB; 00024 float CorrAdcA; 00025 float CorrAdcB; 00026 float CorrAdcSum; 00027 int IsMuon; 00028 int _9999; 00029 } FLSDIGICELL_DEF; 00030 #ifdef __TAP_CREOBJ__ 00031 FLSDIGICELL_DEF FLSDigiCell; 00032 #else 00033 extern FLSDIGICELL_DEF FLSDigiCell; 00034 #endif 00035 #endif 00036
1.3.9.1