00001 /* dEmcGeaTrackCluster.idl */ 00008 struct dEmcGeaTrackCluster { 00009 long id; /* unique identifyer; */ 00010 long trkno; /* true track number */ 00011 long track_ptr; /* Pointer to corresponding entry in GeaTrack */ 00012 short input; /* serial number of input (merge!) */ 00013 long clusid[3]; /* cluster id where it contributed */ 00014 float pid; /* Particle ID for the track */ 00015 float ptot; /* Momentum for the track*/ 00016 float nom_edep; /* Momentum for the track*/ 00017 float edep[3]; /* energy deposited in the respective clusters */ 00018 float efrac[3]; /* fraction of energy from this track */ 00019 /* in the respective cluster */ 00020 };