test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1MuDTTFConfig.h
Go to the documentation of this file.
1 //-------------------------------------------------
2 //
11 //
12 //--------------------------------------------------
13 #ifndef L1MUDT_TF_CONFIG_H
14 #define L1MUDT_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 
32 
33 // ---------------------
34 // -- Class Interface --
35 // ---------------------
36 
38 
39  public:
40 
42  L1MuDTTFConfig(const edm::ParameterSet & ps);
43 
45  virtual ~L1MuDTTFConfig();
46 
49 
50  static bool Debug() { return m_debug; }
51  static bool Debug(int level) { return (m_debug && m_dbgLevel >= level); }
52 
53  static void setDebugLevel(int level) { m_dbgLevel = level; }
54  static int getDebugLevel() { return m_dbgLevel; }
55 
56  static int getBxMin() { return m_BxMin; }
57  static int getBxMax() { return m_BxMax; }
58  static bool overlap() { return m_overlap; }
59  static int getExtTSFilter() { return m_extTSFilter; }
60  static bool getopenLUTs() { return m_openLUTs; }
61  static bool getUseEX21() { return m_useEX21; }
62  static bool getEtaTF() { return m_etaTF; }
63  static bool getEtaCanc() { return m_etacanc; }
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 
75  void setDefaults();
76 
77  private:
78 
80 
83 
84  static bool m_debug; // debug flag
85  static int m_dbgLevel; // debug level
86 
87  static bool m_overlap; // barrel-endcap overlap region
88 
89  static int m_BxMin;
90  static int m_BxMax;
91 
92  static int m_extTSFilter; // Extrapolation TS-Quality Filter
93 
94  static bool m_openLUTs; // use open LUTs
95 
96  static bool m_useEX21; // perform EX21 extrapolation (cross-check EX12)
97 
98  static bool m_etaTF; // use eta track finder
99 
100  static bool m_etacanc; // use etaFlag for CSC segment cancellation
101 
102  static bool m_TSOutOfTimeFilter; // perform out-of-time TS cancellation
103  static int m_TSOutOfTimeWindow; // phi window size to be checked
104 
105  static int m_NbitsExtPhi; // precision for extrapolation
106  static int m_NbitsExtPhib;
107  static int m_NbitsPtaPhi; // precision for pt-assignment
108  static int m_NbitsPtaPhib;
109  static int m_NbitsPhiPhi; // precision for phi-assignment
110  static int m_NbitsPhiPhib;
111 
112 };
113 
114 #endif
static bool m_overlap
static int getBxMax()
static int m_NbitsPtaPhib
L1MuDTTFConfig(const edm::ParameterSet &ps)
constructor
static int m_NbitsExtPhi
static bool m_etaTF
static int m_TSOutOfTimeWindow
static bool m_openLUTs
static edm::InputTag m_CSCTrSInputTag
static bool Debug(int level)
static bool m_useEX21
static int getNbitsExtPhi()
static int getNbitsPhiPhi()
static int getNbitsPtaPhi()
static bool getTSOutOfTimeFilter()
static int getNbitsExtPhib()
static int getExtTSFilter()
static bool overlap()
const edm::ParameterSet * m_ps
static bool getopenLUTs()
static int m_NbitsPtaPhi
static bool m_TSOutOfTimeFilter
static int getBxMin()
static bool Debug()
static edm::InputTag m_DTDigiInputTag
virtual ~L1MuDTTFConfig()
destructor
static bool m_debug
static void setDebugLevel(int level)
static int getNbitsPhiPhib()
static int m_NbitsExtPhib
static bool getUseEX21()
static int m_NbitsPhiPhib
static int getTSOutOfTimeWindow()
static bool getEtaCanc()
static bool m_etacanc
static edm::InputTag getDTDigiInputTag()
static int m_BxMax
static int getDebugLevel()
static int m_NbitsPhiPhi
static int getNbitsPtaPhib()
tuple level
Definition: testEve_cfg.py:34
static int m_extTSFilter
static int m_BxMin
static edm::InputTag getCSCTrSInputTag()
static bool getEtaTF()
static int m_dbgLevel