11 #ifndef STMUFTTRAWHIT_H
12 #define STMUFTTRAWHIT_H
29 UChar_t mVMM, UChar_t mChannel, UShort_t mADC,
30 UShort_t mBCID, Short_t mTB, Short_t mBCIDDelta );
34 void setRaw( UChar_t mSector, UChar_t mRDO, UChar_t mFEB,
35 UChar_t mVMM, UChar_t mChannel, UShort_t mADC,
36 UShort_t mBCID, Short_t mTB, Short_t mBCIDDelta );
38 void setMapping( UChar_t mPlane, UChar_t mQuadrant, UChar_t mRow, UChar_t mStrip, UChar_t mOrientation );
40 void setIdTruth( UShort_t
id ) { mIdTruth = id; }
41 void setQaTruth( UShort_t qa ) { mQaTruth = qa; }
44 UChar_t sector()
const;
48 UChar_t channel()
const;
50 UShort_t bcid()
const;
51 Short_t dbcid()
const;
54 UChar_t plane()
const;
55 UChar_t quadrant()
const;
57 UChar_t strip()
const;
58 UChar_t orientation()
const;
59 UShort_t idTruth()
const {
return mIdTruth; }
60 UShort_t qaTruth()
const {
return mQaTruth; }
88 inline UChar_t StMuFttRawHit::sector()
const {
return mSector; };
89 inline UChar_t StMuFttRawHit::rdo()
const {
return mRDO; };
90 inline UChar_t StMuFttRawHit::feb()
const {
return mFEB; };
91 inline UChar_t StMuFttRawHit::vmm()
const {
return mVMM; };
92 inline UChar_t StMuFttRawHit::channel()
const {
return mChannel; };
93 inline UShort_t StMuFttRawHit::adc()
const {
return mADC; };
94 inline UShort_t StMuFttRawHit::bcid()
const {
return mBCID; };
95 inline Short_t StMuFttRawHit::dbcid()
const {
return mBCIDDelta; };
96 inline Short_t StMuFttRawHit::tb()
const {
return mTB; };
98 inline UChar_t StMuFttRawHit::plane()
const {
return mPlane; };
99 inline UChar_t StMuFttRawHit::quadrant()
const {
return mQuadrant; };
100 inline UChar_t StMuFttRawHit::row()
const {
return mRow; };
101 inline UChar_t StMuFttRawHit::strip()
const {
return mStrip; };
102 inline UChar_t StMuFttRawHit::orientation()
const {
return mOrientation; };
105 #endif // STETOFDIGI_H
StMuFttRawHit()
Default constructor.