#include <TGCRPhiCoincidenceOut.h>
Definition at line 11 of file TGCRPhiCoincidenceOut.h.
◆ TGCRPhiCoincidenceOut()
| LVL1TGCTrigger::TGCRPhiCoincidenceOut::TGCRPhiCoincidenceOut |
( |
| ) |
|
|
default |
◆ ~TGCRPhiCoincidenceOut()
| LVL1TGCTrigger::TGCRPhiCoincidenceOut::~TGCRPhiCoincidenceOut |
( |
| ) |
|
|
default |
◆ clear()
| void LVL1TGCTrigger::TGCRPhiCoincidenceOut::clear |
( |
| ) |
|
◆ getCharge()
| int LVL1TGCTrigger::TGCRPhiCoincidenceOut::getCharge |
( |
| ) |
const |
|
inline |
◆ getCoincidenceType()
| bool LVL1TGCTrigger::TGCRPhiCoincidenceOut::getCoincidenceType |
( |
| ) |
const |
|
inline |
◆ getDPhi()
| int LVL1TGCTrigger::TGCRPhiCoincidenceOut::getDPhi |
( |
| ) |
const |
|
inline |
◆ getDR()
| int LVL1TGCTrigger::TGCRPhiCoincidenceOut::getDR |
( |
| ) |
const |
|
inline |
◆ getGoodMFFlag()
| bool LVL1TGCTrigger::TGCRPhiCoincidenceOut::getGoodMFFlag |
( |
| ) |
const |
|
inline |
◆ getIdSSC()
| int LVL1TGCTrigger::TGCRPhiCoincidenceOut::getIdSSC |
( |
| ) |
const |
|
inline |
◆ getInnerCoincidenceFlag()
| bool LVL1TGCTrigger::TGCRPhiCoincidenceOut::getInnerCoincidenceFlag |
( |
| ) |
const |
|
inline |
◆ getInnerVeto()
| bool LVL1TGCTrigger::TGCRPhiCoincidenceOut::getInnerVeto |
( |
| ) |
const |
|
inline |
◆ getPhi()
| int LVL1TGCTrigger::TGCRPhiCoincidenceOut::getPhi |
( |
| ) |
const |
|
inline |
◆ getpT()
| int LVL1TGCTrigger::TGCRPhiCoincidenceOut::getpT |
( |
| ) |
const |
|
inline |
◆ getR()
| int LVL1TGCTrigger::TGCRPhiCoincidenceOut::getR |
( |
| ) |
const |
|
inline |
◆ getRoI()
| int LVL1TGCTrigger::TGCRPhiCoincidenceOut::getRoI |
( |
| ) |
const |
|
inline |
◆ isSuperior()
Definition at line 20 of file TGCRPhiCoincidenceOut.cxx.
20 {
21
22 if (this->
getpT() > right->getpT()) {
23 return true;
24 }
else if (this->
getpT() < right->getpT()) {
25 return false;
26 } else {
27 if (this->
getR() < right->getR()) {
28 return true;
29 }
else if (this->
getR() > right->getR()) {
30 return false;
31 } else {
32 if (this->
getPhi() <= right->getPhi()) {
33 return true;
34 } else {
35 return false;
36 }
37 }
38 }
39
40 return true;
41}
◆ print()
| void LVL1TGCTrigger::TGCRPhiCoincidenceOut::print |
( |
| ) |
const |
Definition at line 43 of file TGCRPhiCoincidenceOut.cxx.
44{
45#ifdef TGCCOUT
46 std::cout <<"TGCRPhiCoincidenceOut::print()" << std::endl;
47 std::cout <<
" phi= " <<
m_phi <<
" r= " <<
m_r << std::endl;
48 std::cout <<
" Pt= " <<
m_pT << std::endl;
49
50 std::cout <<" Veto= ";
52 else std::cout<<" 0";
53 std::cout<<std::endl;
54
55#endif
56}
◆ setCharge()
| void LVL1TGCTrigger::TGCRPhiCoincidenceOut::setCharge |
( |
int | chargeIn | ) |
|
|
inline |
◆ setCoincidenceType()
| void LVL1TGCTrigger::TGCRPhiCoincidenceOut::setCoincidenceType |
( |
int | CoincidenceTypeIn | ) |
|
|
inline |
◆ setDPhi()
| void LVL1TGCTrigger::TGCRPhiCoincidenceOut::setDPhi |
( |
int | dphiIn | ) |
|
|
inline |
◆ setDR()
| void LVL1TGCTrigger::TGCRPhiCoincidenceOut::setDR |
( |
int | drIn | ) |
|
|
inline |
◆ setGoodMFFlag()
| void LVL1TGCTrigger::TGCRPhiCoincidenceOut::setGoodMFFlag |
( |
bool | goodMFFlagIn | ) |
|
|
inline |
◆ setIdSSC()
| void LVL1TGCTrigger::TGCRPhiCoincidenceOut::setIdSSC |
( |
int | idSSCIn | ) |
|
|
inline |
◆ setInnerCoincidenceFlag()
| void LVL1TGCTrigger::TGCRPhiCoincidenceOut::setInnerCoincidenceFlag |
( |
bool | InnerCoincidenceFlagIn | ) |
|
|
inline |
◆ setInnerVeto()
| void LVL1TGCTrigger::TGCRPhiCoincidenceOut::setInnerVeto |
( |
bool | vetoIn | ) |
|
|
inline |
◆ setPhi()
| void LVL1TGCTrigger::TGCRPhiCoincidenceOut::setPhi |
( |
int | phiIn | ) |
|
|
inline |
◆ setpT()
| void LVL1TGCTrigger::TGCRPhiCoincidenceOut::setpT |
( |
int | pTIn | ) |
|
|
inline |
◆ setR()
| void LVL1TGCTrigger::TGCRPhiCoincidenceOut::setR |
( |
int | rIn | ) |
|
|
inline |
◆ setRoI()
| void LVL1TGCTrigger::TGCRPhiCoincidenceOut::setRoI |
( |
int | RoIIn | ) |
|
|
inline |
◆ m_charge
| int LVL1TGCTrigger::TGCRPhiCoincidenceOut::m_charge {0} |
|
private |
◆ m_coincidenceTypeFlag
| bool LVL1TGCTrigger::TGCRPhiCoincidenceOut::m_coincidenceTypeFlag {false} |
|
private |
◆ m_dPhi
| int LVL1TGCTrigger::TGCRPhiCoincidenceOut::m_dPhi {0} |
|
private |
◆ m_dR
| int LVL1TGCTrigger::TGCRPhiCoincidenceOut::m_dR {0} |
|
private |
◆ m_goodMFFlag
| bool LVL1TGCTrigger::TGCRPhiCoincidenceOut::m_goodMFFlag {false} |
|
private |
◆ m_idSSC
| int LVL1TGCTrigger::TGCRPhiCoincidenceOut::m_idSSC {-1} |
|
private |
◆ m_innerCoincidenceFlag
| bool LVL1TGCTrigger::TGCRPhiCoincidenceOut::m_innerCoincidenceFlag {false} |
|
private |
◆ m_innerVeto
| bool LVL1TGCTrigger::TGCRPhiCoincidenceOut::m_innerVeto {false} |
|
private |
◆ m_phi
| int LVL1TGCTrigger::TGCRPhiCoincidenceOut::m_phi {-1} |
|
private |
◆ m_pT
| int LVL1TGCTrigger::TGCRPhiCoincidenceOut::m_pT {0} |
|
private |
◆ m_r
| int LVL1TGCTrigger::TGCRPhiCoincidenceOut::m_r {-1} |
|
private |
◆ m_RoI
| int LVL1TGCTrigger::TGCRPhiCoincidenceOut::m_RoI {0} |
|
private |
The documentation for this class was generated from the following files: