#include <L1MuDTTFConfig.h>
Public Member Functions | |
int | getBxMax () const |
int | getBxMin () const |
edm::InputTag | getCSCTrSInputTag () const |
edm::InputTag | getDTDigiInputTag () const |
bool | getEtaCanc () const |
bool | getEtaTF () const |
int | getExtTSFilter () const |
int | getNbitsExtPhi () const |
int | getNbitsExtPhib () const |
int | getNbitsPhiPhi () const |
int | getNbitsPhiPhib () const |
int | getNbitsPtaPhi () const |
int | getNbitsPtaPhib () const |
bool | getopenLUTs () const |
bool | getTSOutOfTimeFilter () const |
int | getTSOutOfTimeWindow () const |
bool | getUseEX21 () const |
L1MuDTTFConfig (const edm::ParameterSet &ps) | |
constructor More... | |
bool | overlap () const |
virtual | ~L1MuDTTFConfig () |
destructor More... | |
Static Public Member Functions | |
static bool | Debug () |
static bool | Debug (int level) |
static int | getBxMaxGlobally () |
static int | getBxMinGlobally () |
static int | getDebugLevel () |
static void | setDebugLevel (int level) |
Private Member Functions | |
void | setDefaults () |
Private Attributes | |
int | m_BxMax |
int | m_BxMin |
edm::InputTag | m_CSCTrSInputTag |
edm::InputTag | m_DTDigiInputTag |
bool | m_etacanc |
bool | m_etaTF |
int | m_extTSFilter |
int | m_NbitsExtPhi |
int | m_NbitsExtPhib |
int | m_NbitsPhiPhi |
int | m_NbitsPhiPhib |
int | m_NbitsPtaPhi |
int | m_NbitsPtaPhib |
bool | m_openLUTs |
bool | m_overlap |
const edm::ParameterSet * | m_ps |
bool | m_TSOutOfTimeFilter |
int | m_TSOutOfTimeWindow |
bool | m_useEX21 |
Static Private Attributes | |
static std::atomic< int > | m_dbgLevel {-1} |
static std::atomic< bool > | m_debug {false} |
static std::atomic< int > | s_BxMax {-7} |
static std::atomic< int > | s_BxMin {-9} |
Configuration parameters for L1MuDTTrackFinder
N. Neumeister CERN EP
Definition at line 38 of file L1MuDTTFConfig.h.
L1MuDTTFConfig::L1MuDTTFConfig | ( | const edm::ParameterSet & | ps | ) |
|
virtual |
|
inlinestatic |
Definition at line 49 of file L1MuDTTFConfig.h.
References m_debug.
Referenced by L1MuDTExtrapolationUnit::L1MuDTExtrapolationUnit(), DTTrackFinder::produce(), L1MuDTERS::run(), L1MuDTMuonSorter::run(), L1MuDTSEU::run(), L1MuDTWedgeSorter::run(), L1MuDTTrackAssembler::run(), L1MuDTEUX::run(), L1MuDTSectorProcessor::run(), L1MuDTExtrapolationUnit::run(), L1MuDTWedgeSorter::runCOL(), and L1MuDTMuonSorter::runCOL().
|
inlinestatic |
|
inline |
|
inlinestatic |
Definition at line 55 of file L1MuDTTFConfig.h.
References s_BxMax.
Referenced by CSCTFDTReceiver::process().
|
inline |
|
inlinestatic |
Definition at line 54 of file L1MuDTTFConfig.h.
References s_BxMin.
Referenced by CSCTFDTReceiver::process().
|
inline |
Definition at line 47 of file L1MuDTTFConfig.h.
References m_CSCTrSInputTag.
Referenced by L1MuDTSectorReceiver::receiveCSCData().
|
inlinestatic |
|
inline |
|
inline |
Definition at line 64 of file L1MuDTTFConfig.h.
References m_etacanc.
Referenced by L1MuDTSectorReceiver::receiveCSCData().
|
inline |
Definition at line 63 of file L1MuDTTFConfig.h.
References m_etaTF.
Referenced by L1MuDTEtaProcessor::run().
|
inline |
|
inline |
Definition at line 67 of file L1MuDTTFConfig.h.
References m_NbitsExtPhi.
Referenced by L1MuDTSectorReceiver::receiveDTBXData().
|
inline |
|
inline |
Definition at line 71 of file L1MuDTTFConfig.h.
References m_NbitsPhiPhi.
Referenced by L1MuDTAssignmentUnit::PhiAU().
|
inline |
Definition at line 72 of file L1MuDTTFConfig.h.
References m_NbitsPhiPhib, and setDefaults().
Referenced by L1MuDTAssignmentUnit::PhiAU().
|
inline |
Definition at line 69 of file L1MuDTTFConfig.h.
References m_NbitsPtaPhi.
Referenced by L1MuDTAssignmentUnit::setPrecision().
|
inline |
Definition at line 70 of file L1MuDTTFConfig.h.
References m_NbitsPtaPhib.
Referenced by L1MuDTAssignmentUnit::setPrecision().
|
inline |
Definition at line 61 of file L1MuDTTFConfig.h.
References m_openLUTs.
Referenced by L1MuDTEUX::run().
|
inline |
Definition at line 65 of file L1MuDTTFConfig.h.
References m_TSOutOfTimeFilter.
Referenced by L1MuDTSectorReceiver::receiveDTBXData().
|
inline |
Definition at line 66 of file L1MuDTTFConfig.h.
References m_TSOutOfTimeWindow.
Referenced by L1MuDTSectorReceiver::receiveDTBXData().
|
inline |
Definition at line 62 of file L1MuDTTFConfig.h.
References m_useEX21.
Referenced by L1MuDTExtrapolationUnit::run().
|
inline |
Definition at line 59 of file L1MuDTTFConfig.h.
References m_overlap.
Referenced by L1MuDTSectorReceiver::run().
|
inlinestatic |
|
private |
Definition at line 56 of file L1MuDTTFConfig.cc.
References gather_cfg::cout, Debug, m_dbgLevel, m_debug, s_BxMax, and s_BxMin.
Referenced by getNbitsPhiPhib().
|
private |
Definition at line 91 of file L1MuDTTFConfig.h.
Referenced by getBxMax().
|
private |
Definition at line 90 of file L1MuDTTFConfig.h.
Referenced by getBxMin().
|
private |
Definition at line 81 of file L1MuDTTFConfig.h.
Referenced by getCSCTrSInputTag().
|
staticprivate |
Definition at line 84 of file L1MuDTTFConfig.h.
Referenced by Debug(), getDebugLevel(), setDebugLevel(), and setDefaults().
|
staticprivate |
Definition at line 83 of file L1MuDTTFConfig.h.
Referenced by Debug(), and setDefaults().
|
private |
Definition at line 80 of file L1MuDTTFConfig.h.
Referenced by getDTDigiInputTag().
|
private |
Definition at line 101 of file L1MuDTTFConfig.h.
Referenced by getEtaCanc().
|
private |
Definition at line 99 of file L1MuDTTFConfig.h.
Referenced by getEtaTF().
|
private |
Definition at line 93 of file L1MuDTTFConfig.h.
Referenced by getExtTSFilter().
|
private |
Definition at line 106 of file L1MuDTTFConfig.h.
Referenced by getNbitsExtPhi().
|
private |
Definition at line 107 of file L1MuDTTFConfig.h.
Referenced by getNbitsExtPhib().
|
private |
Definition at line 110 of file L1MuDTTFConfig.h.
Referenced by getNbitsPhiPhi().
|
private |
Definition at line 111 of file L1MuDTTFConfig.h.
Referenced by getNbitsPhiPhib().
|
private |
Definition at line 108 of file L1MuDTTFConfig.h.
Referenced by getNbitsPtaPhi().
|
private |
Definition at line 109 of file L1MuDTTFConfig.h.
Referenced by getNbitsPtaPhib().
|
private |
Definition at line 95 of file L1MuDTTFConfig.h.
Referenced by getopenLUTs().
|
private |
Definition at line 88 of file L1MuDTTFConfig.h.
Referenced by overlap().
|
private |
Definition at line 78 of file L1MuDTTFConfig.h.
|
private |
Definition at line 103 of file L1MuDTTFConfig.h.
Referenced by getTSOutOfTimeFilter().
|
private |
Definition at line 104 of file L1MuDTTFConfig.h.
Referenced by getTSOutOfTimeWindow().
|
private |
Definition at line 97 of file L1MuDTTFConfig.h.
Referenced by getUseEX21().
|
staticprivate |
Definition at line 86 of file L1MuDTTFConfig.h.
Referenced by getBxMaxGlobally(), and setDefaults().
|
staticprivate |
Definition at line 85 of file L1MuDTTFConfig.h.
Referenced by getBxMinGlobally(), and setDefaults().