59 genMET_(iOther.genMET_),
60 caloMET_(iOther.caloMET_),
61 pfMET_(iOther.pfMET_),
62 metSig_(iOther.metSig_),
63 uncertaintiesRaw_(iOther.uncertaintiesRaw_),
64 uncertaintiesType1_(iOther.uncertaintiesType1_),
65 uncertaintiesType1p2_(iOther.uncertaintiesType1p2_),
66 uncertainties_(iOther.uncertainties_),
67 corrections_(iOther.corrections_),
68 caloPackedMet_(iOther.caloPackedMet_) {
78 genMET_(srcMET.genMET_),
79 caloMET_(srcMET.caloMET_),
80 pfMET_(srcMET.pfMET_),
81 metSig_(srcMET.metSig_),
82 caloPackedMet_(srcMET.caloPackedMet_) {
133 std::vector<MET::METCorrectionType> tmpRaw;
134 std::vector<MET::METCorrectionType> tmpType1;
135 std::vector<MET::METCorrectionType> tmpType01;
136 std::vector<MET::METCorrectionType> tmpTypeXY;
137 std::vector<MET::METCorrectionType> tmpType1XY;
138 std::vector<MET::METCorrectionType> tmpType01XY;
139 std::vector<MET::METCorrectionType> tmpType1Smear;
140 std::vector<MET::METCorrectionType> tmpType01Smear;
141 std::vector<MET::METCorrectionType> tmpType1SmearXY;
142 std::vector<MET::METCorrectionType> tmpType01SmearXY;
149 tmpType01XY.push_back(
MET::T1);
150 tmpType1Smear.push_back(
MET::T1);
151 tmpType01Smear.push_back(
MET::T1);
152 tmpType1SmearXY.push_back(
MET::T1);
153 tmpType01SmearXY.push_back(
MET::T1);
156 tmpType01XY.push_back(
MET::T0);
157 tmpType01Smear.push_back(
MET::T0);
158 tmpType01SmearXY.push_back(
MET::T0);
181 std::vector<MET::METCorrectionType> tmpRawCalo;
190 std::map<MET::METCorrectionLevel, std::vector<MET::METCorrectionType> >
::const_iterator itCor_ =
corMap_.find(cor);
191 if(itCor_==
corMap_.end() )
throw cms::Exception(
"Unsupported",
"Specified MET correction scheme does not exist");
193 bool isSmeared=
false;
195 unsigned int scor=itCor_->second.size();
196 for(
unsigned int i=0;
i<scor;
i++) {
231 if(cor!=MET::METCorrectionLevel::RawCalo) {
254 if(cor!=MET::METCorrectionLevel::RawCalo) {
277 if(cor!=MET::METCorrectionLevel::RawCalo) {
302 if(cor!=MET::METCorrectionLevel::RawCalo) {
362 corrections_.resize(MET::METCorrectionType::METCorrectionTypeSize);
370 return shiftedP2(MET::METUncertainty::NoShift, MET::METCorrectionLevel::RawCalo );
387 if (level !=
Type1 && level !=
Raw)
throw cms::Exception(
"Unsupported",
"MET uncertainties only supported for Raw and Type1 in 74X samples \n");
389 if (v.empty())
throw cms::Exception(
"Unsupported",
"MET uncertainties not available for the specified correction type\n");
391 if (shift != MET::METUncertainty::NoShift)
throw cms::Exception(
"Unsupported",
"MET uncertainties not available for the specified correction type (only central value available)\n");
392 return Vector2{ (
px() + v.front().dpx()), (
py() + v.front().dpy()) };
399 if (level !=
Type1 && level !=
Raw)
throw cms::Exception(
"Unsupported",
"MET uncertainties only supported for Raw and Type1 in 74X samples \n");
401 if (v.empty())
throw cms::Exception(
"Unsupported",
"MET uncertainties not available for the specified correction type\n");
403 if (shift != MET::METUncertainty::NoShift)
throw cms::Exception(
"Unsupported",
"MET uncertainties not available for the specified correction type (only central value available)\n");
404 return Vector(
px() + v.front().dpx(),
py() + v.front().dpy(), 0);
406 return Vector(
px() + v[shift].dpx(),
py() + v[shift].dpy(), 0);
410 if (level !=
Type1 && level !=
Raw)
throw cms::Exception(
"Unsupported",
"MET uncertainties only supported for Raw and Type1 in 74X samples\n");
412 if (v.empty())
throw cms::Exception(
"Unsupported",
"MET uncertainties not available for the specified correction type\n");
414 if (shift != MET::METUncertainty::NoShift)
throw cms::Exception(
"Unsupported",
"MET uncertainties not available for the specified correction type (only central value available)\n");
415 double x =
px() + v.front().dpx(),
y =
py() + v.front().dpy();
423 if (level !=
Type1 && level !=
Raw)
throw cms::Exception(
"Unsupported",
"MET uncertainties only supported for Raw and Type1 in 74X samples\n");
425 if (v.empty())
throw cms::Exception(
"Unsupported",
"MET uncertainties not available for the specified correction type\n");
427 if (shift != MET::METUncertainty::NoShift)
throw cms::Exception(
"Unsupported",
"MET uncertainties not available for the specified correction type (only central value available)\n");
428 return sumEt() + v.front().dsumEt();
Analysis-level MET class.
std::vector< double > dsumEt() const
value_type const * get() const
std::vector< PackedMETUncertainty > uncertaintiesRaw_
Vector2 shiftedP2_74x(METUncertainty shift, METCorrectionLevel level) const
const PackedMETUncertainty findMETTotalShift(MET::METCorrectionLevel cor, MET::METUncertainty shift) const
SpecificPFMETData getSpecific() const
math::XYZVector Vector
point in the space
Vector2 caloMETP2() const
std::vector< PackedMETUncertainty > uncertaintiesType1p2_
Vector2 corP2(METCorrectionLevel level=Type1) const
T const * get() const
Returns C++ pointer to the item.
std::vector< PackedMETUncertainty > uncertainties_
virtual double y() const
rapidity
LorentzVector shiftedP4(METUncertainty shift, METCorrectionLevel level=Type1) const
void setUncShift(double px, double py, double sumEt, METUncertainty shift, bool isSmeared=false)
double metSignificance() const
Vector corP3(METCorrectionLevel level=Type1) const
static float float16to32(uint16_t h)
double caloMETSumEt() const
double corSumEt(METCorrectionLevel level=Type1) const
T x() const
Cartesian x coordinate.
void add(float dpx, float dpy, float dsumEt)
SpecificCaloMETData getSpecific() const
PackedMETUncertainty caloPackedMet_
static uint16_t float32to16(float x)
LorentzVector corP4(METCorrectionLevel level=Type1) const
Vector2 shiftedP2(METUncertainty shift, METCorrectionLevel level=Type1) const
double caloMETPhi() const
double shiftedSumEt(METUncertainty shift, METCorrectionLevel level=Type1) const
std::vector< reco::GenMET > genMET_
LorentzVector shiftedP4_74x(METUncertainty shift, METCorrectionLevel level) const
double shiftedSumEt_74x(METUncertainty shift, METCorrectionLevel level) const
double uncorSumEt() const
MET & operator=(MET const &)
std::map< MET::METCorrectionLevel, std::vector< MET::METCorrectionType > > corMap_
const reco::GenMET * genMET() const
return the associated GenMET
virtual double px() const
x coordinate of momentum vector
std::vector< SpecificCaloMETData > caloMET_
this below should be private but Reflex doesn't like it
math::XYZTLorentzVector LorentzVector
Lorentz vector.
std::vector< std::vector< double > > tmp
std::vector< PackedMETUncertainty > uncertaintiesType1_
std::vector< PackedMETUncertainty > corrections_
math::XYZVector Vector
point in the space
static unsigned int const shift
LorentzVector uncorP4() const
Templated PAT object container.
void setCorShift(double px, double py, double sumEt, METCorrectionType level)
void setGenMET(const reco::GenMET &gm)
set the associated GenMET
std::vector< SpecificPFMETData > pfMET_
math::XYZTLorentzVector LorentzVector
Lorentz vector.
virtual double py() const
y coordinate of momentum vector
void setMETSignificance(const double &metSig)
Vector shiftedP3_74x(METUncertainty shift, METCorrectionLevel level) const
Vector shiftedP3(METUncertainty shift, METCorrectionLevel level=Type1) const