61 #ifndef StMcFtpcHit_hh
62 #define StMcFtpcHit_hh
65 #include "tables/St_g2t_ftp_hit_Table.h"
71 Float_t de = 0, Float_t ds = 0, Float_t
tof = 0, Long_t k = 0, Long_t volId = 0,
StMcTrack* parent=0) :
73 StMcFtpcHit(g2t_ftp_hit_st* pt, Float_t cl_x=0, Float_t cl_t=0) :
76 pt->de, pt->ds, pt->tof, pt->id, pt->volume_id, 0) {}
78 ULong_t plane()
const;
79 ULong_t sector()
const;
80 virtual void Print(Option_t *option=
"")
const;
86 ostream& operator<<(ostream& os,
const StMcFtpcHit&);
Monte Carlo Track class All information on a simulated track is stored in this class: kinematics...