CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1MuGMTParameters.h
Go to the documentation of this file.
1 //-------------------------------------------------
2 //
3 // \class L1MuGMTParameters
4 //
8 //
9 // $Date$
10 // $Revision$
11 //
12 //
13 // Author :
14 // Ivan Mikulec HEPHY / Vienna
15 //
16 //
17 //--------------------------------------------------
18 #ifndef CondFormatsL1TObjects_L1MuGMTParameters_h
19 #define CondFormatsL1TObjects_L1MuGMTParameters_h
20 
21 #include <string>
22 
24 public:
27 
28  void setEtaWeight_barrel(const double EtaWeight_barrel) {m_EtaWeight_barrel = EtaWeight_barrel;}
29  double getEtaWeight_barrel() const {return m_EtaWeight_barrel;}
30 
31  void setPhiWeight_barrel(const double PhiWeight_barrel) {m_PhiWeight_barrel = PhiWeight_barrel;}
32  double getPhiWeight_barrel() const {return m_PhiWeight_barrel;}
33 
34  void setEtaPhiThreshold_barrel(const double EtaPhiThreshold_barrel) {m_EtaPhiThreshold_barrel = EtaPhiThreshold_barrel;}
36 
37  void setEtaWeight_endcap(const double EtaWeight_endcap) {m_EtaWeight_endcap = EtaWeight_endcap;}
38  double getEtaWeight_endcap() const {return m_EtaWeight_endcap;}
39 
40  void setPhiWeight_endcap(const double PhiWeight_endcap) {m_PhiWeight_endcap = PhiWeight_endcap;}
41  double getPhiWeight_endcap() const {return m_PhiWeight_endcap;}
42 
43  void setEtaPhiThreshold_endcap(const double EtaPhiThreshold_endcap) {m_EtaPhiThreshold_endcap = EtaPhiThreshold_endcap;}
45 
46  void setEtaWeight_COU(const double EtaWeight_COU) {m_EtaWeight_COU = EtaWeight_COU;}
47  double getEtaWeight_COU() const {return m_EtaWeight_COU;}
48 
49  void setPhiWeight_COU(const double PhiWeight_COU) {m_PhiWeight_COU = PhiWeight_COU;}
50  double getPhiWeight_COU() const {return m_PhiWeight_COU;}
51 
52  void setEtaPhiThreshold_COU(const double EtaPhiThreshold_COU) {m_EtaPhiThreshold_COU = EtaPhiThreshold_COU;}
54 
55  void setCaloTrigger(const bool CaloTrigger) {m_CaloTrigger = CaloTrigger;}
56  bool getCaloTrigger() const {return m_CaloTrigger;}
57 
58  void setIsolationCellSizeEta(const int IsolationCellSizeEta) {m_IsolationCellSizeEta = IsolationCellSizeEta;}
60 
61  void setIsolationCellSizePhi(const int IsolationCellSizePhi) {m_IsolationCellSizePhi = IsolationCellSizePhi;}
63 
64  void setDoOvlRpcAnd(const bool DoOvlRpcAnd) {m_DoOvlRpcAnd = DoOvlRpcAnd;}
65  bool getDoOvlRpcAnd() const {return m_DoOvlRpcAnd;}
66 
67  void setPropagatePhi(const bool PropagatePhi) {m_PropagatePhi = PropagatePhi;}
68  bool getPropagatePhi() const {return m_PropagatePhi;}
69 
70  void setMergeMethodPhiBrl(const std::string& MergeMethodPhiBrl) {m_MergeMethodPhiBrl = MergeMethodPhiBrl;}
71  const std::string& getMergeMethodPhiBrl() const {return m_MergeMethodPhiBrl;}
72 
73  void setMergeMethodPhiFwd(const std::string& MergeMethodPhiFwd) {m_MergeMethodPhiFwd = MergeMethodPhiFwd;}
74  const std::string& getMergeMethodPhiFwd() const {return m_MergeMethodPhiFwd;}
75 
76  void setMergeMethodEtaBrl(const std::string& MergeMethodEtaBrl) {m_MergeMethodEtaBrl = MergeMethodEtaBrl;}
77  const std::string& getMergeMethodEtaBrl() const {return m_MergeMethodEtaBrl;}
78 
79  void setMergeMethodEtaFwd(const std::string& MergeMethodEtaFwd) {m_MergeMethodEtaFwd = MergeMethodEtaFwd;}
80  const std::string& getMergeMethodEtaFwd() const {return m_MergeMethodEtaFwd;}
81 
82  void setMergeMethodPtBrl(const std::string& MergeMethodPtBrl) {m_MergeMethodPtBrl = MergeMethodPtBrl;}
83  const std::string& getMergeMethodPtBrl() const {return m_MergeMethodPtBrl;}
84 
85  void setMergeMethodPtFwd(const std::string& MergeMethodPtFwd) {m_MergeMethodPtFwd = MergeMethodPtFwd;}
86  const std::string& getMergeMethodPtFwd() const {return m_MergeMethodPtFwd;}
87 
88  void setMergeMethodChargeBrl(const std::string& MergeMethodChargeBrl) {m_MergeMethodChargeBrl = MergeMethodChargeBrl;}
89  const std::string& getMergeMethodChargeBrl() const {return m_MergeMethodChargeBrl;}
90 
91  void setMergeMethodChargeFwd(const std::string& MergeMethodChargeFwd) {m_MergeMethodChargeFwd = MergeMethodChargeFwd;}
92  const std::string& getMergeMethodChargeFwd() const {return m_MergeMethodChargeFwd;}
93 
94  void setMergeMethodMIPBrl(const std::string& MergeMethodMIPBrl) {m_MergeMethodMIPBrl = MergeMethodMIPBrl;}
95  const std::string& getMergeMethodMIPBrl() const {return m_MergeMethodMIPBrl;}
96 
97  void setMergeMethodMIPFwd(const std::string& MergeMethodMIPFwd) {m_MergeMethodMIPFwd = MergeMethodMIPFwd;}
98  const std::string& getMergeMethodMIPFwd() const {return m_MergeMethodMIPFwd;}
99 
100  void setMergeMethodMIPSpecialUseANDBrl(const bool MergeMethodMIPSpecialUseANDBrl) {m_MergeMethodMIPSpecialUseANDBrl = MergeMethodMIPSpecialUseANDBrl;}
102 
103  void setMergeMethodMIPSpecialUseANDFwd(const bool MergeMethodMIPSpecialUseANDFwd) {m_MergeMethodMIPSpecialUseANDFwd = MergeMethodMIPSpecialUseANDFwd;}
105 
106  void setMergeMethodISOBrl(const std::string& MergeMethodISOBrl) {m_MergeMethodISOBrl = MergeMethodISOBrl;}
107  const std::string& getMergeMethodISOBrl() const {return m_MergeMethodISOBrl;}
108 
109  void setMergeMethodISOFwd(const std::string& MergeMethodISOFwd) {m_MergeMethodISOFwd = MergeMethodISOFwd;}
110  const std::string& getMergeMethodISOFwd() const {return m_MergeMethodISOFwd;}
111 
112  void setMergeMethodISOSpecialUseANDBrl(const bool MergeMethodISOSpecialUseANDBrl) {m_MergeMethodISOSpecialUseANDBrl = MergeMethodISOSpecialUseANDBrl;}
114 
115  void setMergeMethodISOSpecialUseANDFwd(const bool MergeMethodISOSpecialUseANDFwd) {m_MergeMethodISOSpecialUseANDFwd = MergeMethodISOSpecialUseANDFwd;}
117 
118  void setMergeMethodSRKBrl(const std::string& MergeMethodSRKBrl) {m_MergeMethodSRKBrl = MergeMethodSRKBrl;}
119  const std::string& getMergeMethodSRKBrl() const {return m_MergeMethodSRKBrl;}
120 
121  void setMergeMethodSRKFwd(const std::string& MergeMethodSRKFwd) {m_MergeMethodSRKFwd = MergeMethodSRKFwd;}
122  const std::string& getMergeMethodSRKFwd() const {return m_MergeMethodSRKFwd;}
123 
124  void setHaloOverwritesMatchedBrl(const bool HaloOverwritesMatchedBrl) {m_HaloOverwritesMatchedBrl = HaloOverwritesMatchedBrl;}
126 
127  void setHaloOverwritesMatchedFwd(const bool HaloOverwritesMatchedFwd) {m_HaloOverwritesMatchedFwd = HaloOverwritesMatchedFwd;}
129 
130  void setSortRankOffsetBrl(const unsigned SortRankOffsetBrl) {m_SortRankOffsetBrl = SortRankOffsetBrl;}
131  unsigned getSortRankOffsetBrl() const {return m_SortRankOffsetBrl;}
132 
133  void setSortRankOffsetFwd(const unsigned SortRankOffsetFwd) {m_SortRankOffsetFwd = SortRankOffsetFwd;}
134  unsigned getSortRankOffsetFwd() const {return m_SortRankOffsetFwd;}
135 
136  void setCDLConfigWordDTCSC(const unsigned CDLConfigWordDTCSC) {m_CDLConfigWordDTCSC = CDLConfigWordDTCSC;}
137  unsigned getCDLConfigWordDTCSC() const {return m_CDLConfigWordDTCSC;}
138 
139  void setCDLConfigWordCSCDT(const unsigned CDLConfigWordCSCDT) {m_CDLConfigWordCSCDT = CDLConfigWordCSCDT;}
140  unsigned getCDLConfigWordCSCDT() const {return m_CDLConfigWordCSCDT;}
141 
142  void setCDLConfigWordbRPCCSC(const unsigned CDLConfigWordbRPCCSC) {m_CDLConfigWordbRPCCSC = CDLConfigWordbRPCCSC;}
144 
145  void setCDLConfigWordfRPCDT(const unsigned CDLConfigWordfRPCDT) {m_CDLConfigWordfRPCDT = CDLConfigWordfRPCDT;}
147 
148  void setVersionSortRankEtaQLUT(const unsigned VersionSortRankEtaQLUT) {m_VersionSortRankEtaQLUT = VersionSortRankEtaQLUT;}
150 
151 private:
152 
167  std::string m_MergeMethodPhiBrl;
168  std::string m_MergeMethodPhiFwd;
169  std::string m_MergeMethodEtaBrl;
170  std::string m_MergeMethodEtaFwd;
171  std::string m_MergeMethodPtBrl;
172  std::string m_MergeMethodPtFwd;
175  std::string m_MergeMethodMIPBrl;
176  std::string m_MergeMethodMIPFwd;
179  std::string m_MergeMethodISOBrl;
180  std::string m_MergeMethodISOFwd;
183  std::string m_MergeMethodSRKBrl;
184  std::string m_MergeMethodSRKFwd;
194 
195 };
196 
197 
198 #endif
199 
200 
201 
void setCDLConfigWordCSCDT(const unsigned CDLConfigWordCSCDT)
bool getHaloOverwritesMatchedBrl() const
const std::string & getMergeMethodPtFwd() const
void setMergeMethodISOSpecialUseANDFwd(const bool MergeMethodISOSpecialUseANDFwd)
void setPropagatePhi(const bool PropagatePhi)
void setPhiWeight_COU(const double PhiWeight_COU)
void setIsolationCellSizePhi(const int IsolationCellSizePhi)
const std::string & getMergeMethodPhiBrl() const
const std::string & getMergeMethodMIPFwd() const
const std::string & getMergeMethodISOFwd() const
bool getDoOvlRpcAnd() const
void setCDLConfigWordDTCSC(const unsigned CDLConfigWordDTCSC)
std::string m_MergeMethodMIPBrl
int getIsolationCellSizePhi() const
const std::string & getMergeMethodEtaBrl() const
bool getPropagatePhi() const
double getEtaWeight_barrel() const
std::string m_MergeMethodSRKFwd
void setSortRankOffsetFwd(const unsigned SortRankOffsetFwd)
void setPhiWeight_endcap(const double PhiWeight_endcap)
void setEtaPhiThreshold_COU(const double EtaPhiThreshold_COU)
void setMergeMethodISOBrl(const std::string &MergeMethodISOBrl)
const std::string & getMergeMethodEtaFwd() const
void setMergeMethodISOFwd(const std::string &MergeMethodISOFwd)
void setMergeMethodSRKFwd(const std::string &MergeMethodSRKFwd)
void setEtaWeight_endcap(const double EtaWeight_endcap)
std::string m_MergeMethodEtaFwd
void setMergeMethodISOSpecialUseANDBrl(const bool MergeMethodISOSpecialUseANDBrl)
bool getCaloTrigger() const
std::string m_MergeMethodISOFwd
void setMergeMethodPhiFwd(const std::string &MergeMethodPhiFwd)
bool getHaloOverwritesMatchedFwd() const
void setDoOvlRpcAnd(const bool DoOvlRpcAnd)
unsigned getVersionSortRankEtaQLUT() const
unsigned getCDLConfigWordbRPCCSC() const
void setSortRankOffsetBrl(const unsigned SortRankOffsetBrl)
void setMergeMethodMIPBrl(const std::string &MergeMethodMIPBrl)
double getPhiWeight_COU() const
void setMergeMethodMIPFwd(const std::string &MergeMethodMIPFwd)
void setHaloOverwritesMatchedFwd(const bool HaloOverwritesMatchedFwd)
double getPhiWeight_endcap() const
std::string m_MergeMethodISOBrl
unsigned getSortRankOffsetBrl() const
void setEtaPhiThreshold_barrel(const double EtaPhiThreshold_barrel)
double getEtaPhiThreshold_barrel() const
unsigned m_CDLConfigWordbRPCCSC
const std::string & getMergeMethodPhiFwd() const
std::string m_MergeMethodSRKBrl
unsigned getSortRankOffsetFwd() const
bool getMergeMethodMIPSpecialUseANDBrl() const
void setMergeMethodMIPSpecialUseANDFwd(const bool MergeMethodMIPSpecialUseANDFwd)
unsigned getCDLConfigWordDTCSC() const
void setCaloTrigger(const bool CaloTrigger)
void setMergeMethodChargeBrl(const std::string &MergeMethodChargeBrl)
double getEtaPhiThreshold_endcap() const
void setMergeMethodEtaBrl(const std::string &MergeMethodEtaBrl)
double getEtaWeight_COU() const
unsigned m_VersionSortRankEtaQLUT
std::string m_MergeMethodEtaBrl
void setMergeMethodChargeFwd(const std::string &MergeMethodChargeFwd)
const std::string & getMergeMethodMIPBrl() const
const std::string & getMergeMethodSRKBrl() const
int getIsolationCellSizeEta() const
std::string m_MergeMethodPtBrl
unsigned getCDLConfigWordCSCDT() const
void setIsolationCellSizeEta(const int IsolationCellSizeEta)
std::string m_MergeMethodMIPFwd
bool getMergeMethodISOSpecialUseANDBrl() const
void setMergeMethodPtFwd(const std::string &MergeMethodPtFwd)
void setEtaPhiThreshold_endcap(const double EtaPhiThreshold_endcap)
const std::string & getMergeMethodChargeBrl() const
void setEtaWeight_COU(const double EtaWeight_COU)
std::string m_MergeMethodChargeFwd
unsigned getCDLConfigWordfRPCDT() const
const std::string & getMergeMethodISOBrl() const
std::string m_MergeMethodChargeBrl
bool getMergeMethodISOSpecialUseANDFwd() const
void setEtaWeight_barrel(const double EtaWeight_barrel)
void setMergeMethodPtBrl(const std::string &MergeMethodPtBrl)
void setVersionSortRankEtaQLUT(const unsigned VersionSortRankEtaQLUT)
void setMergeMethodPhiBrl(const std::string &MergeMethodPhiBrl)
std::string m_MergeMethodPhiFwd
const std::string & getMergeMethodSRKFwd() const
void setCDLConfigWordfRPCDT(const unsigned CDLConfigWordfRPCDT)
void setMergeMethodMIPSpecialUseANDBrl(const bool MergeMethodMIPSpecialUseANDBrl)
double getPhiWeight_barrel() const
std::string m_MergeMethodPhiBrl
bool getMergeMethodMIPSpecialUseANDFwd() const
unsigned m_CDLConfigWordfRPCDT
void setHaloOverwritesMatchedBrl(const bool HaloOverwritesMatchedBrl)
const std::string & getMergeMethodPtBrl() const
double getEtaPhiThreshold_COU() const
void setMergeMethodEtaFwd(const std::string &MergeMethodEtaFwd)
void setCDLConfigWordbRPCCSC(const unsigned CDLConfigWordbRPCCSC)
double getEtaWeight_endcap() const
void setMergeMethodSRKBrl(const std::string &MergeMethodSRKBrl)
const std::string & getMergeMethodChargeFwd() const
void setPhiWeight_barrel(const double PhiWeight_barrel)
std::string m_MergeMethodPtFwd