1 #ifndef __StMuMdtHit_hh__
2 #define __StMuMdtHit_hh__
20 pair<double,double> leadingEdgeTime()
const;
21 pair<double,double> trailingEdgeTime()
const;
22 pair<double,double> tot()
const;
25 short associatedTrackKey()
const;
28 int index2Primary()
const;
29 int index2Global()
const;
32 void setAssociatedTrackKey(
short);
33 void setIndex2Primary(
int);
34 void setIndex2Global(
int);
41 pair<Double_t,Double_t> mLeadingEdgeTime;
42 pair<Double_t,Double_t> mTrailingEdgeTime;
55 inline void StMuMtdHit::setAssociatedTrackKey(
short id) { mTrackKey=id; }
56 inline void StMuMtdHit::setIndex2Primary(
int index) { mIndex2Primary=index; }
57 inline void StMuMtdHit::setIndex2Global(
int index) { mIndex2Global=index; }