#include <JetCorrectorParameters.h>
|
typedef std::vector< pair_type > | collection_type |
|
typedef int | key_type |
|
enum | L5_Species_t {
L5_bJ =0,
L5_cJ,
L5_qJ,
L5_gJ,
L5_bT,
L5_cT,
L5_qT,
L5_gT,
N_L5_SPECIES
} |
|
enum | L7_Species_t {
L7_gJ =0,
L7_qJ,
L7_cJ,
L7_bJ,
L7_jJ,
L7_qT,
L7_cT,
L7_bT,
L7_jT,
N_L7_SPECIES
} |
|
typedef std::string | label_type |
|
enum | Level_t {
L1Offset =0,
L1JPTOffset =7,
L1FastJet = 10,
L2Relative =1,
L3Absolute =2,
L2L3Residual =8,
L4EMF =3,
L5Flavor =4,
L6UE =5,
L7Parton =6,
Uncertainty =9,
UncertaintyAbsolute =11,
UncertaintyHighPtExtra =12,
UncertaintySinglePionECAL =13,
UncertaintySinglePionHCAL =27,
UncertaintyFlavor =14,
UncertaintyTime =15,
UncertaintyRelativeJEREC1 =16,
UncertaintyRelativeJEREC2 =17,
UncertaintyRelativeJERHF =18,
UncertaintyRelativePtEC1 =28,
UncertaintyRelativePtEC2 =29,
UncertaintyRelativePtHF =30,
UncertaintyRelativeStatEC2 =19,
UncertaintyRelativeStatHF =20,
UncertaintyRelativeFSR =21,
UncertaintyRelativeSample =31,
UncertaintyPileUpDataMC =22,
UncertaintyPileUpOOT =23,
UncertaintyPileUpPtBB =24,
UncertaintyPileUpPtEC =32,
UncertaintyPileUpPtHF =33,
UncertaintyPileUpBias =25,
UncertaintyPileUpJetRate =26,
L1RC =34,
L1Residual =35,
UncertaintyAux3 =36,
UncertaintyAux4 =37,
N_LEVELS =38
} |
|
typedef std::pair< key_type,
value_type > | pair_type |
|
typedef JetCorrectorParameters | value_type |
|
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int version) |
|
Definition at line 109 of file JetCorrectorParameters.h.
Enumerator |
---|
L1Offset |
|
L1JPTOffset |
|
L1FastJet |
|
L2Relative |
|
L3Absolute |
|
L2L3Residual |
|
L4EMF |
|
L5Flavor |
|
L6UE |
|
L7Parton |
|
Uncertainty |
|
UncertaintyAbsolute |
|
UncertaintyHighPtExtra |
|
UncertaintySinglePionECAL |
|
UncertaintySinglePionHCAL |
|
UncertaintyFlavor |
|
UncertaintyTime |
|
UncertaintyRelativeJEREC1 |
|
UncertaintyRelativeJEREC2 |
|
UncertaintyRelativeJERHF |
|
UncertaintyRelativePtEC1 |
|
UncertaintyRelativePtEC2 |
|
UncertaintyRelativePtHF |
|
UncertaintyRelativeStatEC2 |
|
UncertaintyRelativeStatHF |
|
UncertaintyRelativeFSR |
|
UncertaintyRelativeSample |
|
UncertaintyPileUpDataMC |
|
UncertaintyPileUpOOT |
|
UncertaintyPileUpPtBB |
|
UncertaintyPileUpPtEC |
|
UncertaintyPileUpPtHF |
|
UncertaintyPileUpBias |
|
UncertaintyPileUpJetRate |
|
L1RC |
|
L1Residual |
|
UncertaintyAux3 |
|
UncertaintyAux4 |
|
N_LEVELS |
|
Definition at line 116 of file JetCorrectorParameters.h.
JetCorrectorParametersCollection::JetCorrectorParametersCollection |
( |
| ) |
|
|
inline |
std::string JetCorrectorParametersCollection::findL5Flavor |
( |
key_type |
k | ) |
|
|
static |
std::string JetCorrectorParametersCollection::findL7Parton |
( |
key_type |
k | ) |
|
|
static |
std::string JetCorrectorParametersCollection::findLabel |
( |
key_type |
k | ) |
|
|
static |
void JetCorrectorParametersCollection::getSections |
( |
std::string |
inputFile, |
|
|
std::vector< std::string > & |
outputs |
|
) |
| |
|
static |
bool JetCorrectorParametersCollection::isL5 |
( |
key_type |
k | ) |
|
|
static |
bool JetCorrectorParametersCollection::isL7 |
( |
key_type |
k | ) |
|
|
static |
template<class Archive >
void JetCorrectorParametersCollection::serialize |
( |
Archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| |
|
private |
void JetCorrectorParametersCollection::validKeys |
( |
std::vector< key_type > & |
keys | ) |
const |
friend class boost::serialization::access |
|
friend |
template<typename CondSerializationT , typename Enabled >