#include <GlobalScales.h>
Classes | |
struct | ScaleParameters |
typedef for a single object template More... | |
Public Member Functions | |
virtual void | dumpAllLUTs (std::ostream &myCout) const |
virtual void | dumpLUT (std::ostream &myCout, int LUTtype, std::string name) const |
const ScaleParameters & | getEGScales () const |
const ScaleParameters & | getETMHFScales () const |
const ScaleParameters & | getETMScales () const |
const ScaleParameters & | getETTEmScales () const |
const ScaleParameters & | getETTScales () const |
const ScaleParameters & | getHTMScales () const |
const ScaleParameters & | getHTTScales () const |
const ScaleParameters & | getJETScales () const |
long long | getLUT_CalMuEta (const std::string &lutName, int element) const |
long long | getLUT_CalMuPhi (const std::string &lutName, int element) const |
long long | getLUT_Cos (const std::string &lutName, int element) const |
long long | getLUT_DeltaEta (std::string lutName, int element) const |
long long | getLUT_DeltaEta_Cosh (std::string lutName, int element) const |
long long | getLUT_DeltaPhi (std::string lutName, int element) const |
long long | getLUT_DeltaPhi_Cos (std::string lutName, int element) const |
long long | getLUT_Pt (const std::string &lutName, int element) const |
long long | getLUT_Sin (const std::string &lutName, int element) const |
const ScaleParameters & | getMUScales () const |
unsigned int | getPrec_Cos (const std::string &lutName) const |
unsigned int | getPrec_DeltaEta (const std::string &lutName) const |
unsigned int | getPrec_DeltaEta_Cosh (const std::string &lutName) const |
unsigned int | getPrec_DeltaPhi (const std::string &lutName) const |
unsigned int | getPrec_DeltaPhi_Cos (const std::string &lutName) const |
unsigned int | getPrec_Pt (const std::string &lutName) const |
unsigned int | getPrec_Sin (const std::string &lutName) const |
virtual std::string | getScalesName () const |
const ScaleParameters & | getTAUScales () const |
GlobalScales () | |
virtual void | print (std::ostream &myCout) const |
virtual void | printScale (ScaleParameters scale, std::ostream &myCout) const |
void | setEGScales (ScaleParameters &scales) |
void | setETMHfScales (ScaleParameters &scales) |
void | setETMScales (ScaleParameters &scales) |
void | setETTEmScales (ScaleParameters &scales) |
void | setETTScales (ScaleParameters &scales) |
void | setHTMScales (ScaleParameters &scales) |
void | setHTTScales (ScaleParameters &scales) |
void | setJetScales (ScaleParameters &scales) |
virtual void | setLUT_CalMuEta (const std::string &lutName, std::vector< long long > lut) |
virtual void | setLUT_CalMuPhi (const std::string &lutName, std::vector< long long > lut) |
virtual void | setLUT_Cos (const std::string &lutName, std::vector< long long > lut, unsigned int precision) |
virtual void | setLUT_Cosh (const std::string &lutName, std::vector< long long > lut, unsigned int precision) |
virtual void | setLUT_DeltaEta (const std::string &lutName, std::vector< long long > lut, unsigned int precision) |
virtual void | setLUT_DeltaPhi (const std::string &lutName, std::vector< long long > lut, unsigned int precision) |
virtual void | setLUT_Pt (const std::string &lutName, std::vector< long long > lut, unsigned int precision) |
virtual void | setLUT_Sin (const std::string &lutName, std::vector< long long > lut, unsigned int precision) |
void | setMuonScales (ScaleParameters &scales) |
void | setScalesName (const std::string &name) |
void | setTauScales (ScaleParameters &scales) |
virtual | ~GlobalScales () |
Private Attributes | |
ScaleParameters | m_egScales |
ScaleParameters | m_etmHfScales |
ScaleParameters | m_etmScales |
ScaleParameters | m_ettEmScales |
ScaleParameters | m_ettScales |
ScaleParameters | m_htmScales |
ScaleParameters | m_httScales |
ScaleParameters | m_jetScales |
std::map< std::string, std::vector< long long > > | m_lut_CalMuEta |
std::map< std::string, std::vector< long long > > | m_lut_CalMuPhi |
std::map< std::string, std::vector< long long > > | m_lut_Cos |
std::map< std::string, std::vector< long long > > | m_lut_Cosh |
std::map< std::string, std::vector< long long > > | m_lut_DeltaEta |
std::map< std::string, std::vector< long long > > | m_lut_DeltaPhi |
std::map< std::string, std::vector< long long > > | m_lut_Pt |
std::map< std::string, std::vector< long long > > | m_lut_Sin |
ScaleParameters | m_muScales |
std::map< std::string, unsigned int > | m_Prec_Cos |
std::map< std::string, unsigned int > | m_Prec_Cosh |
std::map< std::string, unsigned int > | m_Prec_DeltaEta |
std::map< std::string, unsigned int > | m_Prec_DeltaPhi |
std::map< std::string, unsigned int > | m_Prec_Pt |
std::map< std::string, unsigned int > | m_Prec_Sin |
std::string | m_ScaleSetName |
ScaleParameters | m_tauScales |
Definition at line 25 of file GlobalScales.h.
GlobalScales::GlobalScales | ( | ) |
Definition at line 22 of file GlobalScales.cc.
|
virtual |
Definition at line 25 of file GlobalScales.cc.
|
virtual |
Definition at line 479 of file GlobalScales.cc.
References genParticles_cff::map, and AlCaHLTBitMon_QueryRunRegistry::string.
|
virtual |
Definition at line 525 of file GlobalScales.cc.
References mps_fire::i, createfilelist::int, Skims_PA_cff::name, and AlCaHLTBitMon_QueryRunRegistry::string.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
long long GlobalScales::getLUT_CalMuEta | ( | const std::string & | lutName, |
int | element | ||
) | const |
Definition at line 143 of file GlobalScales.cc.
References relativeConstraints::value.
long long GlobalScales::getLUT_CalMuPhi | ( | const std::string & | lutName, |
int | element | ||
) | const |
Definition at line 158 of file GlobalScales.cc.
References relativeConstraints::value.
long long GlobalScales::getLUT_Cos | ( | const std::string & | lutName, |
int | element | ||
) | const |
Definition at line 393 of file GlobalScales.cc.
References relativeConstraints::value.
long long GlobalScales::getLUT_DeltaEta | ( | std::string | lutName, |
int | element | ||
) | const |
Definition at line 173 of file GlobalScales.cc.
References Skims_PA_cff::name, AlCaHLTBitMon_QueryRunRegistry::string, and relativeConstraints::value.
long long GlobalScales::getLUT_DeltaEta_Cosh | ( | std::string | lutName, |
int | element | ||
) | const |
Definition at line 306 of file GlobalScales.cc.
References Skims_PA_cff::name, AlCaHLTBitMon_QueryRunRegistry::string, and relativeConstraints::value.
long long GlobalScales::getLUT_DeltaPhi | ( | std::string | lutName, |
int | element | ||
) | const |
Definition at line 227 of file GlobalScales.cc.
References Skims_PA_cff::name, AlCaHLTBitMon_QueryRunRegistry::string, and relativeConstraints::value.
long long GlobalScales::getLUT_DeltaPhi_Cos | ( | std::string | lutName, |
int | element | ||
) | const |
Definition at line 360 of file GlobalScales.cc.
References Skims_PA_cff::name, AlCaHLTBitMon_QueryRunRegistry::string, and relativeConstraints::value.
long long GlobalScales::getLUT_Pt | ( | const std::string & | lutName, |
int | element | ||
) | const |
Definition at line 281 of file GlobalScales.cc.
References relativeConstraints::value.
long long GlobalScales::getLUT_Sin | ( | const std::string & | lutName, |
int | element | ||
) | const |
Definition at line 414 of file GlobalScales.cc.
References relativeConstraints::value.
|
inline |
unsigned int GlobalScales::getPrec_Cos | ( | const std::string & | lutName | ) | const |
Definition at line 457 of file GlobalScales.cc.
References relativeConstraints::value.
unsigned int GlobalScales::getPrec_DeltaEta | ( | const std::string & | lutName | ) | const |
Definition at line 205 of file GlobalScales.cc.
References Skims_PA_cff::name, AlCaHLTBitMon_QueryRunRegistry::string, and relativeConstraints::value.
unsigned int GlobalScales::getPrec_DeltaEta_Cosh | ( | const std::string & | lutName | ) | const |
Definition at line 338 of file GlobalScales.cc.
References Skims_PA_cff::name, AlCaHLTBitMon_QueryRunRegistry::string, and relativeConstraints::value.
unsigned int GlobalScales::getPrec_DeltaPhi | ( | const std::string & | lutName | ) | const |
Definition at line 259 of file GlobalScales.cc.
References Skims_PA_cff::name, AlCaHLTBitMon_QueryRunRegistry::string, and relativeConstraints::value.
unsigned int GlobalScales::getPrec_DeltaPhi_Cos | ( | const std::string & | lutName | ) | const |
Definition at line 435 of file GlobalScales.cc.
References Skims_PA_cff::name, AlCaHLTBitMon_QueryRunRegistry::string, and relativeConstraints::value.
unsigned int GlobalScales::getPrec_Pt | ( | const std::string & | lutName | ) | const |
Definition at line 295 of file GlobalScales.cc.
References relativeConstraints::value.
unsigned int GlobalScales::getPrec_Sin | ( | const std::string & | lutName | ) | const |
Definition at line 468 of file GlobalScales.cc.
References relativeConstraints::value.
|
virtual |
|
inline |
|
virtual |
Definition at line 587 of file GlobalScales.cc.
References genParticles_cff::map, and AlCaHLTBitMon_QueryRunRegistry::string.
|
virtual |
Definition at line 676 of file GlobalScales.cc.
References mps_fire::i, createfilelist::int, and HLT_FULL_cff::scale.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
virtual |
Definition at line 29 of file GlobalScales.cc.
References LogTrace, genParticles_cff::map, and AlCaHLTBitMon_QueryRunRegistry::string.
|
virtual |
Definition at line 42 of file GlobalScales.cc.
References LogTrace, genParticles_cff::map, and AlCaHLTBitMon_QueryRunRegistry::string.
|
virtual |
Definition at line 115 of file GlobalScales.cc.
References LogTrace, genParticles_cff::map, common_cff::precision, and AlCaHLTBitMon_QueryRunRegistry::string.
|
virtual |
Definition at line 101 of file GlobalScales.cc.
References LogTrace, genParticles_cff::map, common_cff::precision, and AlCaHLTBitMon_QueryRunRegistry::string.
|
virtual |
Definition at line 55 of file GlobalScales.cc.
References LogTrace, genParticles_cff::map, common_cff::precision, and AlCaHLTBitMon_QueryRunRegistry::string.
|
virtual |
Definition at line 71 of file GlobalScales.cc.
References LogTrace, genParticles_cff::map, common_cff::precision, and AlCaHLTBitMon_QueryRunRegistry::string.
|
virtual |
Definition at line 87 of file GlobalScales.cc.
References LogTrace, genParticles_cff::map, common_cff::precision, and AlCaHLTBitMon_QueryRunRegistry::string.
|
virtual |
Definition at line 129 of file GlobalScales.cc.
References LogTrace, genParticles_cff::map, common_cff::precision, and AlCaHLTBitMon_QueryRunRegistry::string.
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 115 of file GlobalScales.h.
Referenced by getEGScales(), and setEGScales().
|
private |
Definition at line 125 of file GlobalScales.h.
Referenced by getETMHFScales(), and setETMHfScales().
|
private |
Definition at line 124 of file GlobalScales.h.
Referenced by getETMScales(), and setETMScales().
|
private |
Definition at line 122 of file GlobalScales.h.
Referenced by getETTEmScales(), and setETTEmScales().
|
private |
Definition at line 121 of file GlobalScales.h.
Referenced by getETTScales(), and setETTScales().
|
private |
Definition at line 126 of file GlobalScales.h.
Referenced by getHTMScales(), and setHTMScales().
|
private |
Definition at line 123 of file GlobalScales.h.
Referenced by getHTTScales(), and setHTTScales().
|
private |
Definition at line 119 of file GlobalScales.h.
Referenced by getJETScales(), and setJetScales().
|
private |
Definition at line 129 of file GlobalScales.h.
|
private |
Definition at line 130 of file GlobalScales.h.
|
private |
Definition at line 135 of file GlobalScales.h.
|
private |
Definition at line 134 of file GlobalScales.h.
|
private |
Definition at line 131 of file GlobalScales.h.
|
private |
Definition at line 132 of file GlobalScales.h.
|
private |
Definition at line 133 of file GlobalScales.h.
|
private |
Definition at line 136 of file GlobalScales.h.
|
private |
Definition at line 117 of file GlobalScales.h.
Referenced by getMUScales(), and setMuonScales().
|
private |
Definition at line 143 of file GlobalScales.h.
|
private |
Definition at line 142 of file GlobalScales.h.
|
private |
Definition at line 139 of file GlobalScales.h.
|
private |
Definition at line 140 of file GlobalScales.h.
|
private |
Definition at line 141 of file GlobalScales.h.
|
private |
Definition at line 144 of file GlobalScales.h.
|
private |
Definition at line 113 of file GlobalScales.h.
Referenced by setScalesName().
|
private |
Definition at line 116 of file GlobalScales.h.
Referenced by getTAUScales(), and setTauScales().