20class BmnHit :
public FairHit {
27 BmnHit(Int_t detUID, TVector3 posHit, TVector3 posHitErr, Int_t pointIndx);
118 return fDigitNumberMatch;
122 fDigitNumberMatch =
match;
126 return fUpperClusterIndex;
130 return fLowerClusterIndex;
134 fUpperClusterIndex = idx;
138 fLowerClusterIndex = idx;
172 Int_t fUpperClusterIndex;
173 Int_t fLowerClusterIndex;
void SetCovXY(Double_t val)
void SetModule(Int_t mod)
void SetLength(Double_t len)
DetectorId GetDetId() const
BmnMatch GetDigitNumberMatch()
void SetUpperClusterIndex(Int_t idx)
void SetDigitNumberMatch(BmnMatch match)
Int_t GetUpperClusterIndex()
void SetUsing(Bool_t use)
Int_t GetLowerClusterIndex()
void SetDetId(DetectorId det)
BmnHit(Int_t detUID, TVector3 posHit, TVector3 posHitErr, Int_t pointIndx)
void SetPseudo(Bool_t pseudo)
void SetResXY(Double_t resX, Double_t resY)
void SetStation(Short_t st)
void SetLowerClusterIndex(Int_t idx)
Short_t GetStation() const
Defines unique identifiers (enum) for all BM@N detector systems.