CMS 3D CMS Logo

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 
34 
35 // ---------------------
36 // -- Class Interface --
37 // ---------------------
38 
40 public:
43 
45 
47  virtual ~L1MuBMTFConfig();
48 
51 
52  static bool Debug() { return m_debug; }
53  static bool Debug(int level) { return (m_debug && m_dbgLevel >= level); }
54 
55  static void setDebugLevel(int level) { m_dbgLevel = level; }
56  static int getDebugLevel() { return m_dbgLevel; }
57 
58  static int getBxMin() { return m_BxMin; }
59  static int getBxMax() { return m_BxMax; }
60  static int getExtTSFilter() { return m_extTSFilter; }
61  static bool getopenLUTs() { return m_openLUTs; }
62  static bool getUseEX21() { return m_useEX21; }
63  static bool getEtaTF() { return m_etaTF; }
64  static bool getTSOutOfTimeFilter() { return m_TSOutOfTimeFilter; }
65  static int getTSOutOfTimeWindow() { return m_TSOutOfTimeWindow; }
66  static int getNbitsExtPhi() { return m_NbitsExtPhi; }
67  static int getNbitsExtPhib() { return m_NbitsExtPhib; }
68  static int getNbitsPtaPhi() { return m_NbitsPtaPhi; }
69  static int getNbitsPtaPhib() { return m_NbitsPtaPhib; }
70  static int getNbitsPhiPhi() { return m_NbitsPhiPhi; }
71  static int getNbitsPhiPhib() { return m_NbitsPhiPhib; }
72 
73 private:
74  void setDefaults(edm::ParameterSet const&);
75 
76 private:
79 
80  static bool m_debug; // debug flag
81  static int m_dbgLevel; // debug level
82 
83  static int m_BxMin;
84  static int m_BxMax;
85 
86  static int m_extTSFilter; // Extrapolation TS-Quality Filter
87 
88  static bool m_openLUTs; // use open LUTs
89 
90  static bool m_useEX21; // perform EX21 extrapolation (cross-check EX12)
91 
92  static bool m_etaTF; // use eta track finder
93 
94  static bool m_TSOutOfTimeFilter; // perform out-of-time TS cancellation
95  static int m_TSOutOfTimeWindow; // phi window size to be checked
96 
97  static int m_NbitsExtPhi; // precision for extrapolation
98  static int m_NbitsExtPhib;
99  static int m_NbitsPtaPhi; // precision for pt-assignment
100  static int m_NbitsPtaPhib;
101  static int m_NbitsPhiPhi; // precision for phi-assignment
102  static int m_NbitsPhiPhib;
103 };
104 
105 #endif
static int m_NbitsPtaPhib
static int getBxMax()
static int getTSOutOfTimeWindow()
static bool getopenLUTs()
static edm::InputTag m_BMDigiInputTag
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
void setDefaults(edm::ParameterSet const &)
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()
void setDefaultsES(const L1TMuonBarrelParams &)
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
static bool Debug()
static bool m_useEX21
static int m_NbitsExtPhib
static int m_dbgLevel
static bool m_debug
static bool getEtaTF()