16 #include "tables/St_g2t_pix_hit_Table.h"
22 float de = 0,
float ds = 0,
float tof = 0,
long int k = 0,
long int volId = 0,
StMcTrack* parent=0) :
27 pt->de, pt->ds, pt->tof, pt->id, pt->volume_id, 0) {}
33 int sector()
const {
return mVolumeId/1000000;}
37 int ladder()
const {
return (mVolumeId%1000000)/10000;}
44 virtual void Print(Option_t *option=
"")
const;
50 ostream& operator<<(ostream& os,
const StMcPxlHit&);
Monte Carlo Track class All information on a simulated track is stored in this class: kinematics...