#include <JetCorrectorParameters.h>
Public Member Functions | |
JetCorrectorParametersCollection () | |
JetCorrectorParameters const & | operator[] (key_type k) const |
JetCorrectorParameters const & | operator[] (std::string const &label) const |
void | push_back (key_type i, value_type const &j, label_type const &flav="") |
void | validKeys (std::vector< key_type > &keys) const |
Static Public Member Functions | |
static std::string | findL5Flavor (key_type k) |
static std::string | findL7Parton (key_type k) |
static std::string | findLabel (key_type k) |
static key_type | getL5Bin (std::string const &flav) |
static key_type | getL7Bin (std::string const &flav) |
static void | getSections (std::string inputFile, std::vector< std::string > &outputs) |
static bool | isL5 (key_type k) |
static bool | isL7 (key_type k) |
Protected Member Functions | |
key_type | findKey (std::string const &label) const |
collection_type & | getCorrections () |
collection_type & | getCorrectionsL5 () |
collection_type & | getCorrectionsL7 () |
Protected Attributes | |
collection_type | corrections_ |
collection_type | correctionsL5_ |
collection_type | correctionsL7_ |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
struct | JetCorrectorParametersInitializeTransients |
Definition at line 139 of file JetCorrectorParameters.h.
typedef std::vector<pair_type> JetCorrectorParametersCollection::collection_type |
Definition at line 194 of file JetCorrectorParameters.h.
typedef int JetCorrectorParametersCollection::key_type |
Definition at line 190 of file JetCorrectorParameters.h.
typedef std::string JetCorrectorParametersCollection::label_type |
Definition at line 191 of file JetCorrectorParameters.h.
typedef std::pair<key_type, value_type> JetCorrectorParametersCollection::pair_type |
Definition at line 193 of file JetCorrectorParameters.h.
Definition at line 192 of file JetCorrectorParameters.h.
Enumerator | |
---|---|
L5_bJ | |
L5_cJ | |
L5_qJ | |
L5_gJ | |
L5_bT | |
L5_cT | |
L5_qT | |
L5_gT | |
N_L5_SPECIES |
Definition at line 188 of file JetCorrectorParameters.h.
Enumerator | |
---|---|
L7_gJ | |
L7_qJ | |
L7_cJ | |
L7_bJ | |
L7_jJ | |
L7_qT | |
L7_cT | |
L7_bT | |
L7_jT | |
N_L7_SPECIES |
Definition at line 189 of file JetCorrectorParameters.h.
Definition at line 146 of file JetCorrectorParameters.h.
|
inline |
Definition at line 197 of file JetCorrectorParameters.h.
References mps_fire::i, dqmiolumiharvest::j, dqmdumpme::k, and operator[]().
|
protected |
Definition at line 531 of file JetCorrectorParameters.cc.
References Exception, spr::find(), and label.
|
static |
Definition at line 412 of file JetCorrectorParameters.cc.
|
static |
Definition at line 419 of file JetCorrectorParameters.cc.
|
static |
Definition at line 403 of file JetCorrectorParameters.cc.
References dqmdumpme::k.
Referenced by JetCorrectorDBReader::analyze(), and JetCorrectorDBWriter::beginJob().
|
inlineprotected |
Definition at line 244 of file JetCorrectorParameters.h.
Referenced by JetCorrectorParametersInitializeTransients::operator()().
|
inlineprotected |
Definition at line 245 of file JetCorrectorParameters.h.
Referenced by JetCorrectorParametersInitializeTransients::operator()().
|
inlineprotected |
Definition at line 246 of file JetCorrectorParameters.h.
Referenced by JetCorrectorParametersInitializeTransients::operator()().
|
static |
Definition at line 509 of file JetCorrectorParameters.cc.
References spr::find(), and newFWLiteAna::found.
|
static |
Definition at line 517 of file JetCorrectorParameters.cc.
References spr::find(), and newFWLiteAna::found.
|
static |
Definition at line 426 of file JetCorrectorParameters.cc.
References filterCSVwithJSON::copy, gather_cfg::cout, recoMuon::in, input, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by JetCorrectorDBWriter::beginJob().
|
static |
Definition at line 526 of file JetCorrectorParameters.cc.
|
static |
Definition at line 528 of file JetCorrectorParameters.cc.
JetCorrectorParameters const & JetCorrectorParametersCollection::operator[] | ( | key_type | k | ) | const |
Definition at line 464 of file JetCorrectorParameters.cc.
References Exception, mps_fire::i, and dqmdumpme::k.
|
inline |
Definition at line 213 of file JetCorrectorParameters.h.
References dtResolutionTest_cfi::inputFile, relativeConstraints::keys, label, operator[](), PatBasicFWLiteJetAnalyzer_Selector_cfg::outputs, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by operator[]().
void JetCorrectorParametersCollection::push_back | ( | key_type | i, |
value_type const & | j, | ||
label_type const & | flav = "" |
||
) |
Definition at line 445 of file JetCorrectorParameters.cc.
References gather_cfg::cout, and pair_type.
Referenced by FFTJetCorrectionProducer::applyCorrections(), JetCorrectorDBWriter::beginJob(), pat::TauJetCorrFactorsProducer::params(), and pat::JetCorrFactorsProducer::params().
|
private |
void JetCorrectorParametersCollection::validKeys | ( | std::vector< key_type > & | keys | ) | const |
Definition at line 490 of file JetCorrectorParameters.cc.
References mps_fire::i.
Referenced by JetCorrectorDBReader::analyze().
|
friend |
Definition at line 250 of file JetCorrectorParameters.h.
|
friend |
Definition at line 250 of file JetCorrectorParameters.h.
|
friend |
Definition at line 248 of file JetCorrectorParameters.h.
|
protected |
Definition at line 240 of file JetCorrectorParameters.h.
|
protected |
Definition at line 241 of file JetCorrectorParameters.h.
|
protected |
Definition at line 242 of file JetCorrectorParameters.h.