22 #ifndef PNDLMDHITPAIR_HH
23 #define PNDLMDHITPAIR_HH
38 PndLmdHitPair(
const TVector3 &hit1,
const TVector3 &hit2, Int_t id1, Int_t id2);
99 void setPixelHits(
double col1,
double row1,
double col2,
double row2){
152 _moduleId = moduleId;
171 _distance = distance;
180 _overlapID = overlapId;
void setHit2(const TVector3 &hit2)
Int_t getModuleId() const
void setDistance(Double_t distance)
void setModuleId(Int_t moduleId)
void setHit1(const TVector3 &hit1)
bool hitSensors(Int_t first, Int_t second)
void setCol1(Double_t col1)
ClassDef(PndLmdHitPair, 16)
const TVector3 & getHit1() const
void setRow2(Double_t row2)
Int_t getOverlapId() const
Double_t getDistance() const
bool isHit2present() const
const TVector3 & getHit2() const
bool isHit1present() const
void setCol2(Double_t col2)
void setRow1(Double_t row1)
void setPixelHits(double col1, double row1, double col2, double row2)
void setOverlapId(Int_t overlapId)
bool operator==(const PndLmdHitPair &rhs)