test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1MuBMTFConfig.h
Go to the documentation of this file.
1 //-------------------------------------------------
2 //
11 //
12 //--------------------------------------------------
13 #ifndef L1MUBM_TF_CONFIG_H
14 #define L1MUBM_TF_CONFIG_H
15 
16 //---------------
17 // C++ Headers --
18 //---------------
19 
20 #include <string>
21 
22 //----------------------
23 // Base Class Headers --
24 //----------------------
25 
26 //------------------------------------
27 // Collaborating Class Declarations --
28 //------------------------------------
29 
35 
36 // ---------------------
37 // -- Class Interface --
38 // ---------------------
39 
41 
42  public:
43 
46 
47  void setDefaultsES(const edm::EventSetup& c);
48 
50  virtual ~L1MuBMTFConfig();
51 
54 
55  static bool Debug() { return m_debug; }
56  static bool Debug(int level) { return (m_debug && m_dbgLevel >= level); }
57 
58  static void setDebugLevel(int level) { m_dbgLevel = level; }
59  static int getDebugLevel() { return m_dbgLevel; }
60 
61  static int getBxMin() { return m_BxMin; }
62  static int getBxMax() { return m_BxMax; }
63  static int getExtTSFilter() { return m_extTSFilter; }
64  static bool getopenLUTs() { return m_openLUTs; }
65  static bool getUseEX21() { return m_useEX21; }
66  static bool getEtaTF() { return m_etaTF; }
67  static bool getTSOutOfTimeFilter() { return m_TSOutOfTimeFilter; }
68  static int getTSOutOfTimeWindow() { return m_TSOutOfTimeWindow; }
69  static int getNbitsExtPhi() { return m_NbitsExtPhi; }
70  static int getNbitsExtPhib() { return m_NbitsExtPhib; }
71  static int getNbitsPtaPhi() { return m_NbitsPtaPhi; }
72  static int getNbitsPtaPhib() { return m_NbitsPtaPhib; }
73  static int getNbitsPhiPhi() { return m_NbitsPhiPhi; }
74  static int getNbitsPhiPhib() { return m_NbitsPhiPhib; }
75 
76  private:
77 
78  void setDefaults();
79 
81 
82  private:
83 
86 
89 
90  static bool m_debug; // debug flag
91  static int m_dbgLevel; // debug level
92 
93  static int m_BxMin;
94  static int m_BxMax;
95 
96  static int m_extTSFilter; // Extrapolation TS-Quality Filter
97 
98  static bool m_openLUTs; // use open LUTs
99 
100  static bool m_useEX21; // perform EX21 extrapolation (cross-check EX12)
101 
102  static bool m_etaTF; // use eta track finder
103 
104  static bool m_TSOutOfTimeFilter; // perform out-of-time TS cancellation
105  static int m_TSOutOfTimeWindow; // phi window size to be checked
106 
107  static int m_NbitsExtPhi; // precision for extrapolation
108  static int m_NbitsExtPhib;
109  static int m_NbitsPtaPhi; // precision for pt-assignment
110  static int m_NbitsPtaPhib;
111  static int m_NbitsPhiPhi; // precision for phi-assignment
112  static int m_NbitsPhiPhib;
113 
114 };
115 
116 #endif
static int m_NbitsPtaPhib
static int getBxMax()
static int getTSOutOfTimeWindow()
static bool getopenLUTs()
static edm::InputTag m_BMDigiInputTag
const edm::EventSetup * m_es
static int getNbitsPhiPhi()
static int m_NbitsPhiPhi
static int m_NbitsPtaPhi
static int getNbitsPhiPhib()
static bool getUseEX21()
static int getNbitsExtPhi()
static int m_BxMax
static int m_NbitsPhiPhib
static int getNbitsExtPhib()
static int getExtTSFilter()
L1MuBMTFConfig(const edm::ParameterSet &ps)
constructor
static edm::InputTag m_BMThetaDigiInputTag
static bool Debug(int level)
static int getNbitsPtaPhi()
static int m_BxMin
static bool m_TSOutOfTimeFilter
static int m_TSOutOfTimeWindow
virtual ~L1MuBMTFConfig()
destructor
static int getNbitsPtaPhib()
static void setDebugLevel(int level)
static bool m_etaTF
static int m_extTSFilter
static int getDebugLevel()
static int getBxMin()
static edm::InputTag getBMDigiInputTag()
static bool getTSOutOfTimeFilter()
static edm::InputTag getBMThetaDigiInputTag()
static int m_NbitsExtPhi
static bool m_openLUTs
void setDefaultsES(const edm::EventSetup &c)
static bool Debug()
edm::ESHandle< L1TMuonBarrelParams > bmtfParamsHandle
static bool m_useEX21
const edm::ParameterSet * m_ps
static int m_NbitsExtPhib
tuple level
Definition: testEve_cfg.py:34
static int m_dbgLevel
static bool m_debug
static bool getEtaTF()