#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 148 of file JetCorrectorParameters.h.
typedef std::vector<pair_type> JetCorrectorParametersCollection::collection_type |
Definition at line 203 of file JetCorrectorParameters.h.
typedef int JetCorrectorParametersCollection::key_type |
Definition at line 199 of file JetCorrectorParameters.h.
typedef std::string JetCorrectorParametersCollection::label_type |
Definition at line 200 of file JetCorrectorParameters.h.
typedef std::pair<key_type, value_type> JetCorrectorParametersCollection::pair_type |
Definition at line 202 of file JetCorrectorParameters.h.
Definition at line 201 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 197 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 198 of file JetCorrectorParameters.h.
Definition at line 155 of file JetCorrectorParameters.h.
|
inline |
Definition at line 206 of file JetCorrectorParameters.h.
References corrections_, correctionsL5_, and correctionsL7_.
|
protected |
Definition at line 533 of file JetCorrectorParameters.cc.
References Exception, spr::find(), and label.
Referenced by operator[]().
|
static |
|
static |
|
static |
Definition at line 405 of file JetCorrectorParameters.cc.
References dqmdumpme::k.
Referenced by JetCorrectorDBWriter::beginJob().
|
inlineprotected |
Definition at line 253 of file JetCorrectorParameters.h.
References corrections_.
Referenced by JetCorrectorParametersInitializeTransients::operator()().
|
inlineprotected |
Definition at line 254 of file JetCorrectorParameters.h.
References correctionsL5_.
Referenced by JetCorrectorParametersInitializeTransients::operator()().
|
inlineprotected |
Definition at line 255 of file JetCorrectorParameters.h.
References correctionsL7_.
Referenced by JetCorrectorParametersInitializeTransients::operator()().
|
static |
Definition at line 511 of file JetCorrectorParameters.cc.
References spr::find(), and newFWLiteAna::found.
|
static |
Definition at line 519 of file JetCorrectorParameters.cc.
References spr::find(), and newFWLiteAna::found.
|
static |
Definition at line 428 of file JetCorrectorParameters.cc.
References filterCSVwithJSON::copy, gather_cfg::cout, recoMuon::in, input, makeListRunsInFiles::inputFile, PatBasicFWLiteJetAnalyzer_Selector_cfg::outputs, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by JetCorrectorDBWriter::beginJob().
|
static |
|
static |
JetCorrectorParameters const & JetCorrectorParametersCollection::operator[] | ( | key_type | k | ) | const |
Definition at line 466 of file JetCorrectorParameters.cc.
References Exception, mps_fire::i, and dqmdumpme::k.
|
inline |
Definition at line 222 of file JetCorrectorParameters.h.
References findKey(), label, and operator[]().
Referenced by operator[]().
void JetCorrectorParametersCollection::push_back | ( | key_type | i, |
value_type const & | j, | ||
label_type const & | flav = "" |
||
) |
Definition at line 447 of file JetCorrectorParameters.cc.
References gather_cfg::cout, mps_fire::i, and dqmiolumiharvest::j.
Referenced by pat::TauJetCorrFactorsProducer::params().
|
private |
void JetCorrectorParametersCollection::validKeys | ( | std::vector< key_type > & | keys | ) | const |
Definition at line 492 of file JetCorrectorParameters.cc.
References mps_fire::i, and relativeConstraints::keys.
|
friend |
Definition at line 259 of file JetCorrectorParameters.h.
|
friend |
Definition at line 259 of file JetCorrectorParameters.h.
|
friend |
Definition at line 257 of file JetCorrectorParameters.h.
|
protected |
Definition at line 249 of file JetCorrectorParameters.h.
Referenced by getCorrections(), and JetCorrectorParametersCollection().
|
protected |
Definition at line 250 of file JetCorrectorParameters.h.
Referenced by getCorrectionsL5(), and JetCorrectorParametersCollection().
|
protected |
Definition at line 251 of file JetCorrectorParameters.h.
Referenced by getCorrectionsL7(), and JetCorrectorParametersCollection().