76 #include "tables/St_g2t_tpc_hit_Table.h"
85 mnP(0), mne(0), mAdc0(0), mAdc1(0), mAdc2(0), mdNdx(0)
95 pt->de, pt->ds, pt->tof, pt->id, pt->volume_id, 0),
96 mLgamma(pt->lgam), mLength(pt->length), mAdc(pt->adc), mMcl_x(pt->pad), mMcl_t(pt->timebucket), mnP(pt->np),
106 ULong_t sector()
const {
return (mVolumeId%10000)/100; }
107 ULong_t padrow()
const {
return (mVolumeId%100); }
109 ULong_t isDet()
const {
return mVolumeId/100000; }
110 Float_t lgamma()
const {
return mLgamma;}
111 Float_t length()
const {
return mLength;}
112 Float_t adc()
const {
return mAdc;}
113 Float_t pad()
const {
return mMcl_x;}
114 Float_t timeBucket()
const {
return mMcl_t;}
116 virtual void Print(Option_t *option=
"")
const;
126 Float_t mAdc0, mAdc1, mAdc2;
133 ostream& operator<<(ostream& os,
const StMcTpcHit&);