00001 /* dEmcGeaTrackTower.idl */ 00013 struct dEmcGeaTrackTower { 00014 long id; /* unique identifyer; */ 00015 long trkno; /* true_track number */ 00016 short input; /* serial number of input (merge!) */ 00017 float xyz[3]; /* Nominal impact point: coordinates of first hit*/ 00018 long twrkey[3]; /* tower indices where it contributed */ 00019 /* z + 100 * y + 10000 * sector + 00020 100000 * arm */ 00021 float edep[3]; /* energy deposited in the respective towers */ 00022 long nextid; /* pointer to the next 3 entries in the same table */ 00023 };