17 #ifndef StHltBTofHit_hh
18 #define StHltBTofHit_hh
36 float triggerTime()
const;
43 void setTrayId(
short);
44 void setChannel(
short);
48 void setTriggerTime(
float);
69 inline short StHltBTofHit::trayId()
const {
return mTrayId;}
71 inline float StHltBTofHit::tdc()
const {
return mTdc;}
72 inline float StHltBTofHit::tot()
const {
return mTot;}
73 inline float StHltBTofHit::tof()
const {
return mTof;}
74 inline float StHltBTofHit::triggerTime()
const {
return mTriggerTime;}
75 inline short StHltBTofHit::module()
const {
return mChannel/6;}
76 inline short StHltBTofHit::cell()
const {
return mChannel%6;}
78 inline StHltTrackNode* StHltBTofHit::trackNode() {
return mTrackNode;}
79 inline const StHltTrackNode* StHltBTofHit::trackNode()
const {
return mTrackNode;}
short channel() const
module*6+cell