40 #ifndef StMcRichHit_hh
41 #define StMcRichHit_hh
44 #include "tables/St_g2t_rch_hit_Table.h"
50 Float_t de = 0, Float_t ds = 0, Float_t
tof = 0, Long_t k = 0, Long_t volId = 0,
StMcTrack* parent=0) :
55 pt->de, pt->ds, pt->tof, pt->id, pt->volume_id, 0) {}
58 UShort_t pad()
const {
return (mVolumeId & 0xff);}
59 UShort_t row()
const {
return ( (mVolumeId>>8) & 0xff);}
64 ostream& operator<<(ostream& os,
const StMcRichHit&);
Monte Carlo Track class All information on a simulated track is stored in this class: kinematics...