![]() |
ATLAS Offline Software
|
#include <TGCRPhiCoincidenceMatrix.h>
Public Member Functions | |
| void | setSSCId (int SSCIdIn) |
| void | setSideId (int sideIdIn) |
| void | setCoincidenceLUT (std::shared_ptr< const LVL1TGC::BigWheelCoincidenceLUT > lut) |
| void | inputR (int rIn, int dRIn, int ptRIn) |
| void | inputPhi (int phiIn, int dPhiIn, int ptPhiIn) |
| void | clear () |
| TGCRPhiCoincidenceOut * | doCoincidence () |
| TGCRPhiCoincidenceMatrix (const TGCArguments *, const TGCSectorLogic *sL=0) | |
| virtual | ~TGCRPhiCoincidenceMatrix () |
| TGCRPhiCoincidenceMatrix (const TGCRPhiCoincidenceMatrix &right)=default | |
| TGCRPhiCoincidenceMatrix & | operator= (const TGCRPhiCoincidenceMatrix &right) |
| const TGCArguments * | tgcArgs () const |
Private Types | |
| enum | { MaxNPhiHit = 2 } |
Private Attributes | |
| const TGCSectorLogic * | m_sectorLogic |
| TGCRPhiCoincidenceOut * | m_matrixOut |
| std::shared_ptr< const LVL1TGC::BigWheelCoincidenceLUT > | m_lut |
| int | m_nPhiHit |
| int | m_SSCId |
| int | m_r |
| int | m_dR |
| int | m_ptR |
| int | m_phi [MaxNPhiHit] |
| int | m_dPhi [MaxNPhiHit] |
| int | m_ptPhi [MaxNPhiHit] |
| int | m_sideId |
| const TGCArguments * | m_tgcArgs |
Definition at line 21 of file TGCRPhiCoincidenceMatrix.h.
|
private |
| Enumerator | |
|---|---|
| MaxNPhiHit | |
Definition at line 40 of file TGCRPhiCoincidenceMatrix.h.
| LVL1TGCTrigger::TGCRPhiCoincidenceMatrix::TGCRPhiCoincidenceMatrix | ( | const TGCArguments * | tgcargs, |
| const TGCSectorLogic * | sL = 0 ) |
Definition at line 131 of file TGCRPhiCoincidenceMatrix.cxx.
|
virtual |
Definition at line 143 of file TGCRPhiCoincidenceMatrix.cxx.
|
default |
| void LVL1TGCTrigger::TGCRPhiCoincidenceMatrix::clear | ( | ) |
| TGCRPhiCoincidenceOut * LVL1TGCTrigger::TGCRPhiCoincidenceMatrix::doCoincidence | ( | ) |
Definition at line 60 of file TGCRPhiCoincidenceMatrix.cxx.
| void LVL1TGCTrigger::TGCRPhiCoincidenceMatrix::inputPhi | ( | int | phiIn, |
| int | dPhiIn, | ||
| int | ptPhiIn ) |
Definition at line 31 of file TGCRPhiCoincidenceMatrix.cxx.
| void LVL1TGCTrigger::TGCRPhiCoincidenceMatrix::inputR | ( | int | rIn, |
| int | dRIn, | ||
| int | ptRIn ) |
| TGCRPhiCoincidenceMatrix & LVL1TGCTrigger::TGCRPhiCoincidenceMatrix::operator= | ( | const TGCRPhiCoincidenceMatrix & | right | ) |
Definition at line 148 of file TGCRPhiCoincidenceMatrix.cxx.
| void LVL1TGCTrigger::TGCRPhiCoincidenceMatrix::setCoincidenceLUT | ( | std::shared_ptr< const LVL1TGC::BigWheelCoincidenceLUT > | lut | ) |
Definition at line 127 of file TGCRPhiCoincidenceMatrix.cxx.
|
inline |
Definition at line 24 of file TGCRPhiCoincidenceMatrix.h.
|
inline |
Definition at line 23 of file TGCRPhiCoincidenceMatrix.h.
|
inline |
Definition at line 37 of file TGCRPhiCoincidenceMatrix.h.
|
private |
Definition at line 53 of file TGCRPhiCoincidenceMatrix.h.
|
private |
Definition at line 50 of file TGCRPhiCoincidenceMatrix.h.
|
private |
Definition at line 45 of file TGCRPhiCoincidenceMatrix.h.
|
private |
Definition at line 44 of file TGCRPhiCoincidenceMatrix.h.
|
private |
Definition at line 47 of file TGCRPhiCoincidenceMatrix.h.
|
private |
Definition at line 52 of file TGCRPhiCoincidenceMatrix.h.
|
private |
Definition at line 54 of file TGCRPhiCoincidenceMatrix.h.
|
private |
Definition at line 51 of file TGCRPhiCoincidenceMatrix.h.
|
private |
Definition at line 49 of file TGCRPhiCoincidenceMatrix.h.
|
private |
Definition at line 42 of file TGCRPhiCoincidenceMatrix.h.
|
private |
Definition at line 55 of file TGCRPhiCoincidenceMatrix.h.
|
private |
Definition at line 48 of file TGCRPhiCoincidenceMatrix.h.
|
private |
Definition at line 57 of file TGCRPhiCoincidenceMatrix.h.