00001 /* dEmcGeaTowerTrack.idl */ 00012 struct dEmcGeaTowerTrack { 00013 long id; /* unique identifyer; */ 00014 long twrkey; /* tower key; z + 100 * y + 10000 * i1 */ 00015 short input; /* serial number of input (merge!) */ 00016 long trkno[3]; /* true track indices of contributing tracks */ 00017 float edep[3]; /* energy deposited by the respective tracks */ 00018 float toffirst[3]; /* time of first hit from GEANT - consistency! */ 00019 };