#include <PndLmdHitPair.h>
|
| PndLmdHitPair () |
|
| PndLmdHitPair (Double_t col1, Double_t row1, Int_t id1, Double_t col2, Double_t row2, Int_t id2) |
|
| PndLmdHitPair (const TVector3 &hit1, const TVector3 &hit2, Int_t id1, Int_t id2) |
|
| ~PndLmdHitPair () |
|
bool | operator== (const PndLmdHitPair &rhs) |
|
void | PrintPair () const |
|
| ClassDef (PndLmdHitPair, 16) |
|
Int_t | getId1 () const |
|
Int_t | getId2 () const |
|
void | setId1 (Int_t ID1) |
|
void | setId2 (Int_t ID2) |
|
bool | isSane () const |
|
const TVector3 & | getHit1 () const |
|
void | setHit1 (const TVector3 &hit1) |
|
const TVector3 & | getHit2 () const |
|
void | setHit2 (const TVector3 &hit2) |
|
void | setPixelHits (double col1, double row1, double col2, double row2) |
|
bool | check () |
|
bool | hitSensors (Int_t first, Int_t second) |
|
Double_t | getCol1 () const |
|
void | setCol1 (Double_t col1) |
|
Double_t | getCol2 () const |
|
void | setCol2 (Double_t col2) |
|
Double_t | getRow1 () const |
|
void | setRow1 (Double_t row1) |
|
Double_t | getRow2 () const |
|
void | setRow2 (Double_t row2) |
|
Int_t | getModuleId () const |
|
void | setModuleId (Int_t moduleId) |
|
bool | isHit1present () const |
|
bool | isHit2present () const |
|
Double_t | getDistance () const |
|
void | calculateDistance () |
|
void | setDistance (Double_t distance) |
|
Int_t | getOverlapId () const |
|
void | setOverlapId (Int_t overlapId) |
|
void | swapHits () |
|
Definition at line 32 of file PndLmdHitPair.h.
◆ PndLmdHitPair() [1/3]
PndLmdHitPair::PndLmdHitPair |
( |
| ) |
|
◆ PndLmdHitPair() [2/3]
PndLmdHitPair::PndLmdHitPair |
( |
Double_t |
col1, |
|
|
Double_t |
row1, |
|
|
Int_t |
id1, |
|
|
Double_t |
col2, |
|
|
Double_t |
row2, |
|
|
Int_t |
id2 |
|
) |
| |
◆ PndLmdHitPair() [3/3]
PndLmdHitPair::PndLmdHitPair |
( |
const TVector3 & |
hit1, |
|
|
const TVector3 & |
hit2, |
|
|
Int_t |
id1, |
|
|
Int_t |
id2 |
|
) |
| |
◆ ~PndLmdHitPair()
PndLmdHitPair::~PndLmdHitPair |
( |
| ) |
|
◆ calculateDistance()
void PndLmdHitPair::calculateDistance |
( |
| ) |
|
◆ check()
bool PndLmdHitPair::check |
( |
| ) |
|
◆ ClassDef()
◆ getCol1()
Double_t PndLmdHitPair::getCol1 |
( |
| ) |
const |
|
inline |
◆ getCol2()
Double_t PndLmdHitPair::getCol2 |
( |
| ) |
const |
|
inline |
◆ getDistance()
Double_t PndLmdHitPair::getDistance |
( |
| ) |
const |
|
inline |
◆ getHit1()
const TVector3& PndLmdHitPair::getHit1 |
( |
| ) |
const |
|
inline |
◆ getHit2()
const TVector3& PndLmdHitPair::getHit2 |
( |
| ) |
const |
|
inline |
◆ getId1()
Int_t PndLmdHitPair::getId1 |
( |
| ) |
const |
|
inline |
◆ getId2()
Int_t PndLmdHitPair::getId2 |
( |
| ) |
const |
|
inline |
◆ getModuleId()
Int_t PndLmdHitPair::getModuleId |
( |
| ) |
const |
|
inline |
◆ getOverlapId()
Int_t PndLmdHitPair::getOverlapId |
( |
| ) |
const |
|
inline |
◆ getRow1()
Double_t PndLmdHitPair::getRow1 |
( |
| ) |
const |
|
inline |
◆ getRow2()
Double_t PndLmdHitPair::getRow2 |
( |
| ) |
const |
|
inline |
◆ hitSensors()
bool PndLmdHitPair::hitSensors |
( |
Int_t |
first, |
|
|
Int_t |
second |
|
) |
| |
◆ isHit1present()
bool PndLmdHitPair::isHit1present |
( |
| ) |
const |
|
inline |
◆ isHit2present()
bool PndLmdHitPair::isHit2present |
( |
| ) |
const |
|
inline |
◆ isSane()
bool PndLmdHitPair::isSane |
( |
| ) |
const |
|
inline |
◆ operator==()
◆ PrintPair()
void PndLmdHitPair::PrintPair |
( |
| ) |
const |
◆ setCol1()
void PndLmdHitPair::setCol1 |
( |
Double_t |
col1 | ) |
|
|
inline |
◆ setCol2()
void PndLmdHitPair::setCol2 |
( |
Double_t |
col2 | ) |
|
|
inline |
◆ setDistance()
void PndLmdHitPair::setDistance |
( |
Double_t |
distance | ) |
|
|
inline |
◆ setHit1()
void PndLmdHitPair::setHit1 |
( |
const TVector3 & |
hit1 | ) |
|
|
inline |
◆ setHit2()
void PndLmdHitPair::setHit2 |
( |
const TVector3 & |
hit2 | ) |
|
|
inline |
◆ setId1()
void PndLmdHitPair::setId1 |
( |
Int_t |
ID1 | ) |
|
|
inline |
◆ setId2()
void PndLmdHitPair::setId2 |
( |
Int_t |
ID2 | ) |
|
|
inline |
◆ setModuleId()
void PndLmdHitPair::setModuleId |
( |
Int_t |
moduleId | ) |
|
|
inline |
◆ setOverlapId()
void PndLmdHitPair::setOverlapId |
( |
Int_t |
overlapId | ) |
|
|
inline |
◆ setPixelHits()
void PndLmdHitPair::setPixelHits |
( |
double |
col1, |
|
|
double |
row1, |
|
|
double |
col2, |
|
|
double |
row2 |
|
) |
| |
|
inline |
◆ setRow1()
void PndLmdHitPair::setRow1 |
( |
Double_t |
row1 | ) |
|
|
inline |
◆ setRow2()
void PndLmdHitPair::setRow2 |
( |
Double_t |
row2 | ) |
|
|
inline |
◆ swapHits()
void PndLmdHitPair::swapHits |
( |
| ) |
|
The documentation for this class was generated from the following file: