00001 /* file dEmcGeaHit.idl */ 00002 00020 struct dEmcGeaHit { 00021 long id; /* entry no. of emcghit from which unpacked */ 00022 short type; /* detector type: PbSc = 1, PbGl = 2 */ 00023 short sector; /* sector number 1-8 */ 00024 short smodind; /* supermodule index */ 00025 short towerind; /* tower index within supermodule */ 00026 float deltae; /* energy loss in GeV */ 00027 float xyz[3]; /* global cartesian coordinates of the hit (cm) */ 00028 float tof; /* time-of-flight, absolute, as given by GEANT (ns) */ 00029 short numed; /* tracking medium number */ 00030 short partid; /* particle id number */ 00031 short itrack; /* ancestor track number in subevent */ 00032 short isubevt; /* serial number of subevent */ 00033 short nfile; /* serial number of input file */ 00034 long true_track; /* True track number */ 00035 };