#include <METCorrectorParameters.h>
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int version) |
|
Definition at line 106 of file METCorrectorParameters.h.
◆ collection_type
◆ key_type
◆ label_type
◆ pair_type
◆ value_type
◆ Level_t
◆ METCorrectorParametersCollection()
METCorrectorParametersCollection::METCorrectorParametersCollection |
( |
| ) |
|
|
inline |
◆ findKey()
key_type METCorrectorParametersCollection::findKey |
( |
std::string const & |
label | ) |
const |
|
protected |
◆ findLabel()
std::string METCorrectorParametersCollection::findLabel |
( |
key_type |
k | ) |
|
|
static |
◆ findMiniAodSource()
std::string METCorrectorParametersCollection::findMiniAodSource |
( |
key_type |
k | ) |
|
|
static |
◆ getMiniAodBin()
Definition at line 397 of file METCorrectorParameters.cc.
References spr::find(), newFWLiteAna::found, and source.
398 std::vector<std::string>::const_iterator
found =
find(MiniAodSource_.begin(), MiniAodSource_.end(),
source);
399 if (
found != MiniAodSource_.end()) {
400 return (
found - MiniAodSource_.begin() + 1) +
MiniAod * 100;
void find(edm::Handle< EcalRecHitCollection > &hits, DetId thisDet, std::vector< EcalRecHitCollection::const_iterator > &hit, bool debug=false)
static std::string const source
◆ getSections()
void METCorrectorParametersCollection::getSections |
( |
std::string |
inputFile, |
|
|
std::vector< std::string > & |
outputs |
|
) |
| |
|
static |
◆ isMiniAod()
bool METCorrectorParametersCollection::isMiniAod |
( |
key_type |
k | ) |
|
|
static |
◆ operator[]() [1/2]
Definition at line 368 of file METCorrectorParameters.cc.
References Exception, mps_fire::i, and dqmdumpme::k.
369 collection_type::const_iterator ibegin, iend,
i;
375 for (;
i != iend; ++
i) {
379 throw cms::Exception(
"InvalidInput") <<
" cannot find key " <<
static_cast<int>(
k)
380 <<
" in the METC payload, this usually means you have to change the global tag"
collection_type correctionsMiniAod_
static bool isMiniAod(key_type k)
◆ operator[]() [2/2]
◆ push_back()
◆ serialize()
template<class Archive >
void METCorrectorParametersCollection::serialize |
( |
Archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| |
|
private |
◆ validKeys()
void METCorrectorParametersCollection::validKeys |
( |
std::vector< key_type > & |
keys | ) |
const |
◆ boost::serialization::access
friend class boost::serialization::access |
|
friend |
◆ cond::serialization::access
template<typename CondSerializationT , typename Enabled >
◆ correctionsMiniAod_