#include <L1MuBMTFConfig.h>
Public Member Functions | |
L1MuBMTFConfig (const edm::ParameterSet &ps) | |
constructor More... | |
void | setDefaultsES (const edm::EventSetup &c) |
virtual | ~L1MuBMTFConfig () |
destructor More... | |
Static Public Member Functions | |
static bool | Debug () |
static bool | Debug (int level) |
static edm::InputTag | getBMDigiInputTag () |
static edm::InputTag | getBMThetaDigiInputTag () |
static int | getBxMax () |
static int | getBxMin () |
static int | getDebugLevel () |
static bool | getEtaTF () |
static int | getExtTSFilter () |
static int | getNbitsExtPhi () |
static int | getNbitsExtPhib () |
static int | getNbitsPhiPhi () |
static int | getNbitsPhiPhib () |
static int | getNbitsPtaPhi () |
static int | getNbitsPtaPhib () |
static bool | getopenLUTs () |
static bool | getTSOutOfTimeFilter () |
static int | getTSOutOfTimeWindow () |
static bool | getUseEX21 () |
static void | setDebugLevel (int level) |
Private Member Functions | |
void | setDefaults () |
Private Attributes | |
edm::ESHandle < L1TMuonBarrelParams > | bmtfParamsHandle |
const edm::EventSetup * | m_es |
const edm::ParameterSet * | m_ps |
Static Private Attributes | |
static edm::InputTag | m_BMDigiInputTag = edm::InputTag() |
static edm::InputTag | m_BMThetaDigiInputTag = edm::InputTag() |
static int | m_BxMax = 7 |
static int | m_BxMin = -9 |
static int | m_dbgLevel = -1 |
static bool | m_debug = false |
static bool | m_etaTF = true |
static int | m_extTSFilter = 1 |
static int | m_NbitsExtPhi = 8 |
static int | m_NbitsExtPhib = 8 |
static int | m_NbitsPhiPhi = 10 |
static int | m_NbitsPhiPhib = 10 |
static int | m_NbitsPtaPhi = 12 |
static int | m_NbitsPtaPhib = 10 |
static bool | m_openLUTs = false |
static bool | m_TSOutOfTimeFilter = false |
static int | m_TSOutOfTimeWindow = 1 |
static bool | m_useEX21 = false |
Configuration parameters for L1MuBMTrackFinder
N. Neumeister CERN EP
Definition at line 41 of file L1MuBMTFConfig.h.
L1MuBMTFConfig::L1MuBMTFConfig | ( | const edm::ParameterSet & | ps | ) |
constructor
Definition at line 46 of file L1MuBMTFConfig.cc.
|
virtual |
destructor
Definition at line 58 of file L1MuBMTFConfig.cc.
|
inlinestatic |
Definition at line 56 of file L1MuBMTFConfig.h.
References m_debug.
Referenced by L1TMuonBarrelTrackProducer::produce(), L1MuBMERS::run(), and L1MuBMSEU::run().
|
inlinestatic |
|
inlinestatic |
Definition at line 53 of file L1MuBMTFConfig.h.
References m_BMDigiInputTag.
|
inlinestatic |
Definition at line 54 of file L1MuBMTFConfig.h.
References m_BMThetaDigiInputTag.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
private |
Definition at line 65 of file L1MuBMTFConfig.cc.
void L1MuBMTFConfig::setDefaultsES | ( | const edm::EventSetup & | c | ) |
Definition at line 88 of file L1MuBMTFConfig.cc.
|
private |
Definition at line 81 of file L1MuBMTFConfig.h.
|
staticprivate |
Definition at line 88 of file L1MuBMTFConfig.h.
Referenced by getBMDigiInputTag().
|
staticprivate |
Definition at line 89 of file L1MuBMTFConfig.h.
Referenced by getBMThetaDigiInputTag().
|
staticprivate |
Definition at line 95 of file L1MuBMTFConfig.h.
Referenced by getBxMax().
|
staticprivate |
Definition at line 94 of file L1MuBMTFConfig.h.
Referenced by getBxMin().
|
staticprivate |
Definition at line 92 of file L1MuBMTFConfig.h.
Referenced by Debug(), getDebugLevel(), and setDebugLevel().
|
staticprivate |
Definition at line 91 of file L1MuBMTFConfig.h.
Referenced by Debug().
|
private |
Definition at line 86 of file L1MuBMTFConfig.h.
|
staticprivate |
Definition at line 103 of file L1MuBMTFConfig.h.
Referenced by getEtaTF().
|
staticprivate |
Definition at line 97 of file L1MuBMTFConfig.h.
Referenced by getExtTSFilter().
|
staticprivate |
Definition at line 108 of file L1MuBMTFConfig.h.
Referenced by getNbitsExtPhi().
|
staticprivate |
Definition at line 109 of file L1MuBMTFConfig.h.
Referenced by getNbitsExtPhib().
|
staticprivate |
Definition at line 112 of file L1MuBMTFConfig.h.
Referenced by getNbitsPhiPhi().
|
staticprivate |
Definition at line 113 of file L1MuBMTFConfig.h.
Referenced by getNbitsPhiPhib().
|
staticprivate |
Definition at line 110 of file L1MuBMTFConfig.h.
Referenced by getNbitsPtaPhi().
|
staticprivate |
Definition at line 111 of file L1MuBMTFConfig.h.
Referenced by getNbitsPtaPhib().
|
staticprivate |
Definition at line 99 of file L1MuBMTFConfig.h.
Referenced by getopenLUTs().
|
private |
Definition at line 85 of file L1MuBMTFConfig.h.
|
staticprivate |
Definition at line 105 of file L1MuBMTFConfig.h.
Referenced by getTSOutOfTimeFilter().
|
staticprivate |
Definition at line 106 of file L1MuBMTFConfig.h.
Referenced by getTSOutOfTimeWindow().
|
staticprivate |
Definition at line 101 of file L1MuBMTFConfig.h.
Referenced by getUseEX21().