#include <TGCTrackSelectorOut.h>
|
| void | setPtLevel (int order, int ptLevel) |
| void | setR (int order, int rIn) |
| void | setPhi (int order, int phiIn) |
| void | setDR (int order, int drIn) |
| void | setDPhi (int order, int dphiIn) |
| void | setInnerVeto (int order, bool vetoIn) |
| void | setCharge (int order, int chargeIn) |
| void | setCoincidenceType (int order, int CoincidenceTypeIn) |
| void | setGoodMFFlag (int order, bool goodMFIn) |
| void | setInnerCoincidenceFlag (int order, bool InnerCoincidenceFlagIn) |
| void | setNCandidate (int nCandidateIn) |
| int | getPtLevel (int order) const |
| int | getR (int order) const |
| int | getPhi (int order) const |
| int | getDR (int order) const |
| int | getDPhi (int order) const |
| bool | getInnerVeto (int order) const |
| int | getCharge (int order) const |
| int | getCoincidenceType (int order) const |
| int | getGoodMFFlag (int order) const |
| int | getInnerCoincidenceFlag (int order) const |
| int | getNCandidate () const |
| void | print () const |
| void | reset () |
| | TGCTrackSelectorOut () |
| | ~TGCTrackSelectorOut () |
Definition at line 11 of file TGCTrackSelectorOut.h.
◆ anonymous enum
| Enumerator |
|---|
| NCandidateInTrackSelector | |
Definition at line 39 of file TGCTrackSelectorOut.h.
@ NCandidateInTrackSelector
◆ TGCTrackSelectorOut()
| LVL1TGCTrigger::TGCTrackSelectorOut::TGCTrackSelectorOut |
( |
| ) |
|
Definition at line 8 of file TGCTrackSelectorOut.cxx.
9 {
10
11
12
24 }
26 }
int m_charge[NCandidateInTrackSelector]
int m_ptLevel[NCandidateInTrackSelector]
int m_phi[NCandidateInTrackSelector]
int m_dphi[NCandidateInTrackSelector]
bool m_iVeto[NCandidateInTrackSelector]
int m_dr[NCandidateInTrackSelector]
bool m_goodMFFlag[NCandidateInTrackSelector]
bool m_coincidenceTypeFlag[NCandidateInTrackSelector]
int m_r[NCandidateInTrackSelector]
bool m_innerCoincidenceFlag[NCandidateInTrackSelector]
◆ ~TGCTrackSelectorOut()
| LVL1TGCTrigger::TGCTrackSelectorOut::~TGCTrackSelectorOut |
( |
| ) |
|
◆ getCharge()
| int LVL1TGCTrigger::TGCTrackSelectorOut::getCharge |
( |
int | order | ) |
const |
|
inline |
◆ getCoincidenceType()
| int LVL1TGCTrigger::TGCTrackSelectorOut::getCoincidenceType |
( |
int | order | ) |
const |
|
inline |
◆ getDPhi()
| int LVL1TGCTrigger::TGCTrackSelectorOut::getDPhi |
( |
int | order | ) |
const |
|
inline |
◆ getDR()
| int LVL1TGCTrigger::TGCTrackSelectorOut::getDR |
( |
int | order | ) |
const |
|
inline |
◆ getGoodMFFlag()
| int LVL1TGCTrigger::TGCTrackSelectorOut::getGoodMFFlag |
( |
int | order | ) |
const |
|
inline |
◆ getInnerCoincidenceFlag()
| int LVL1TGCTrigger::TGCTrackSelectorOut::getInnerCoincidenceFlag |
( |
int | order | ) |
const |
|
inline |
◆ getInnerVeto()
| bool LVL1TGCTrigger::TGCTrackSelectorOut::getInnerVeto |
( |
int | order | ) |
const |
|
inline |
◆ getNCandidate()
| int LVL1TGCTrigger::TGCTrackSelectorOut::getNCandidate |
( |
| ) |
const |
|
inline |
◆ getPhi()
| int LVL1TGCTrigger::TGCTrackSelectorOut::getPhi |
( |
int | order | ) |
const |
|
inline |
◆ getPtLevel()
| int LVL1TGCTrigger::TGCTrackSelectorOut::getPtLevel |
( |
int | order | ) |
const |
|
inline |
◆ getR()
| int LVL1TGCTrigger::TGCTrackSelectorOut::getR |
( |
int | order | ) |
const |
|
inline |
◆ print()
| void LVL1TGCTrigger::TGCTrackSelectorOut::print |
( |
| ) |
const |
◆ reset()
| void LVL1TGCTrigger::TGCTrackSelectorOut::reset |
( |
| ) |
|
◆ setCharge()
| void LVL1TGCTrigger::TGCTrackSelectorOut::setCharge |
( |
int | order, |
|
|
int | chargeIn ) |
|
inline |
◆ setCoincidenceType()
| void LVL1TGCTrigger::TGCTrackSelectorOut::setCoincidenceType |
( |
int | order, |
|
|
int | CoincidenceTypeIn ) |
|
inline |
◆ setDPhi()
| void LVL1TGCTrigger::TGCTrackSelectorOut::setDPhi |
( |
int | order, |
|
|
int | dphiIn ) |
|
inline |
◆ setDR()
| void LVL1TGCTrigger::TGCTrackSelectorOut::setDR |
( |
int | order, |
|
|
int | drIn ) |
|
inline |
◆ setGoodMFFlag()
| void LVL1TGCTrigger::TGCTrackSelectorOut::setGoodMFFlag |
( |
int | order, |
|
|
bool | goodMFIn ) |
|
inline |
◆ setInnerCoincidenceFlag()
| void LVL1TGCTrigger::TGCTrackSelectorOut::setInnerCoincidenceFlag |
( |
int | order, |
|
|
bool | InnerCoincidenceFlagIn ) |
|
inline |
◆ setInnerVeto()
| void LVL1TGCTrigger::TGCTrackSelectorOut::setInnerVeto |
( |
int | order, |
|
|
bool | vetoIn ) |
|
inline |
◆ setNCandidate()
| void LVL1TGCTrigger::TGCTrackSelectorOut::setNCandidate |
( |
int | nCandidateIn | ) |
|
|
inline |
◆ setPhi()
| void LVL1TGCTrigger::TGCTrackSelectorOut::setPhi |
( |
int | order, |
|
|
int | phiIn ) |
|
inline |
◆ setPtLevel()
| void LVL1TGCTrigger::TGCTrackSelectorOut::setPtLevel |
( |
int | order, |
|
|
int | ptLevel ) |
◆ setR()
| void LVL1TGCTrigger::TGCTrackSelectorOut::setR |
( |
int | order, |
|
|
int | rIn ) |
|
inline |
◆ m_charge
◆ m_coincidenceTypeFlag
◆ m_dphi
◆ m_dr
◆ m_goodMFFlag
◆ m_innerCoincidenceFlag
◆ m_iVeto
◆ m_nCandidate
| int LVL1TGCTrigger::TGCTrackSelectorOut::m_nCandidate |
|
private |
◆ m_phi
◆ m_ptLevel
◆ m_r
The documentation for this class was generated from the following files: