CMS 3D CMS Logo

List of all members | Classes | Public Types | Public Member Functions | Protected Attributes | Private Member Functions | Private Attributes
pat::MET Class Reference

Analysis-level MET class. More...

#include "DataFormats/PatCandidates/interface/MET.h"

Inheritance diagram for pat::MET:
pat::PATObject< reco::MET > reco::MET reco::RecoCandidate reco::LeafCandidate reco::Candidate

Classes

class  PackedMETUncertainty
 this below should be private but Reflex doesn't like it More...
 
class  UnpackedMETUncertainty
 
struct  Vector2
 

Public Types

enum  METCorrectionLevel {
  Raw = 0, Type1 = 1, Type01 = 2, TypeXY = 3,
  Type1XY = 4, Type01XY = 5, Type1Smear = 6, Type01Smear = 7,
  Type1SmearXY = 8, Type01SmearXY = 9, RawCalo = 10, RawChs = 11,
  RawTrk = 12, RawDeepResponseTune = 13, RawDeepResolutionTune = 14, METCorrectionLevelSize = 15
}
 
enum  METCorrectionType {
  None = 0, T1 = 1, T0 = 2, TXY = 3,
  TXYForRaw = 4, TXYForT01 = 5, TXYForT1Smear = 6, TXYForT01Smear = 7,
  Smear = 8, Calo = 9, Chs = 10, Trk = 11,
  DeepResponseTune = 12, DeepResolutionTune = 13, METCorrectionTypeSize = 14
}
 
enum  METUncertainty {
  JetResUp = 0, JetResDown = 1, JetEnUp = 2, JetEnDown = 3,
  MuonEnUp = 4, MuonEnDown = 5, ElectronEnUp = 6, ElectronEnDown = 7,
  TauEnUp = 8, TauEnDown = 9, UnclusteredEnUp = 10, UnclusteredEnDown = 11,
  PhotonEnUp = 12, PhotonEnDown = 13, NoShift = 14, METUncertaintySize = 15,
  JetResUpSmear = 16, JetResDownSmear = 17, METFullUncertaintySize = 18
}
 
- Public Types inherited from pat::PATObject< reco::MET >
typedef reco::MET base_type
 
- Public Types inherited from reco::RecoCandidate
enum  TrackType { noTrackType, recoTrackType, gsfTrackType }
 track type More...
 
- Public Types inherited from reco::LeafCandidate
typedef int Charge
 electric charge type More...
 
typedef CandidateCollection daughters
 collection of daughter candidates More...
 
typedef unsigned int index
 
typedef math::XYZTLorentzVector LorentzVector
 Lorentz vector. More...
 
typedef math::XYZPoint Point
 point in the space More...
 
typedef math::PtEtaPhiMLorentzVector PolarLorentzVector
 Lorentz vector. More...
 
typedef math::XYZVector Vector
 point in the space More...
 
- Public Types inherited from reco::Candidate
enum  { dimension = 3 }
 
enum  { size = dimension * (dimension + 1) / 2 }
 matix size More...
 
typedef int Charge
 electric charge type More...
 
typedef candidate::const_iterator const_iterator
 
typedef math::Error< dimension >::type CovarianceMatrix
 covariance error matrix (3x3) More...
 
typedef unsigned int index
 index type More...
 
typedef candidate::iterator iterator
 
typedef math::XYZTLorentzVector LorentzVector
 Lorentz vector. More...
 
typedef math::XYZPoint Point
 point in the space More...
 
typedef math::PtEtaPhiMLorentzVector PolarLorentzVector
 Lorentz vector. More...
 
typedef size_t size_type
 
typedef math::XYZVector Vector
 point in the space More...
 

Public Member Functions

double CaloMETInmHF () const
 Returns the event MET in HF-. More...
 
double CaloMETInpHF () const
 Returns the event MET in HF+. More...
 
Vector2 caloMETP2 () const
 
double caloMETPhi () const
 
double CaloMETPhiInmHF () const
 Returns the event MET-phi in HF-. More...
 
double CaloMETPhiInpHF () const
 Returns the event MET-phi in HF+. More...
 
double caloMETPt () const
 
double caloMetSignificance () const
 Returns the event MET Significance. More...
 
double caloMETSumEt () const
 
double CaloSETInmHF () const
 Returns the event SET in HF-. More...
 
double CaloSETInpHF () const
 Returns the event SET in HF+. More...
 
const SpecificCaloMETDatacaloSpecific () const
 accessor for the CaloMET-specific structure More...
 
double ChargedEMEtFraction () const
 
double ChargedHadEtFraction () const
 
METclone () const override
 required reimplementation of the Candidate's clone method More...
 
Vector2 corP2 (METCorrectionLevel level=Type1) const
 
Vector corP3 (METCorrectionLevel level=Type1) const
 
LorentzVector corP4 (METCorrectionLevel level=Type1) const
 
double corPhi (METCorrectionLevel level=Type1) const
 
double corPt (METCorrectionLevel level=Type1) const
 
double corPx (METCorrectionLevel level=Type1) const
 
double corPy (METCorrectionLevel level=Type1) const
 
double corSumEt (METCorrectionLevel level=Type1) const
 
double emEtFraction () const
 Returns the event electromagnetic energy fraction. More...
 
double emEtInEB () const
 Returns the event electromagnetic energy in EB. More...
 
double emEtInEE () const
 Returns the event electromagnetic energy in EE. More...
 
double emEtInHF () const
 Returns the event electromagnetic energy extracted from HF. More...
 
double etFractionHadronic () const
 Returns the event hadronic energy fraction. More...
 
const reco::GenMETgenMET () const
 return the associated GenMET More...
 
double hadEtInHB () const
 Returns the event hadronic energy in HB. More...
 
double hadEtInHE () const
 Returns the event hadronic energy in HE. More...
 
double hadEtInHF () const
 Returns the event hadronic energy in HF. More...
 
double hadEtInHO () const
 Returns the event hadronic energy in HO. More...
 
bool isCaloMET () const
 True if this pat::MET was made from a reco::CaloMET. More...
 
bool isPFMET () const
 True if this pat::MET was made from a reco::pfMET. More...
 
bool isRecoMET () const
 True if this pat::MET was NOT made from a reco::CaloMET nor a reco::pfMET. More...
 
double maxEtInEmTowers () const
 Returns the maximum energy deposited in ECAL towers. More...
 
double maxEtInHadTowers () const
 Returns the maximum energy deposited in HCAL towers. More...
 
 MET ()
 default constructor More...
 
 MET (const reco::MET &aMET)
 constructor from reco::MET More...
 
 MET (const edm::RefToBase< reco::MET > &aMETRef)
 constructor from a RefToBase to reco::MET (to be superseded by Ptr counterpart) More...
 
 MET (const edm::Ptr< reco::MET > &aMETRef)
 constructor from a Ptr to a reco::MET More...
 
 MET (MET const &)
 copy constructor More...
 
 MET (const reco::MET &corMET, const MET &srcMET)
 constructor for corrected METs (keeping specific informations from src MET) More...
 
double metSignificance () const
 
double metSumPtUnclustered () const
 
double MuonEtFraction () const
 
double NeutralEMFraction () const
 
double NeutralHadEtFraction () const
 
METoperator= (MET const &)
 
const SpecificPFMETDatapfSpecific () const
 accessor for the pfMET-specific structure More...
 
void setCorShift (double px, double py, double sumEt, METCorrectionType level)
 
void setGenMET (const reco::GenMET &gm)
 set the associated GenMET More...
 
void setMETSignificance (const double &metSig)
 
void setMETSumPtUnclustered (const double &sumPtUnclustered)
 
void setUncShift (double px, double py, double sumEt, METUncertainty shift, bool isSmeared=false)
 
Vector2 shiftedP2 (METUncertainty shift, METCorrectionLevel level=Type1) const
 
Vector2 shiftedP2_74x (METUncertainty shift, METCorrectionLevel level) const
 
Vector shiftedP3 (METUncertainty shift, METCorrectionLevel level=Type1) const
 
Vector shiftedP3_74x (METUncertainty shift, METCorrectionLevel level) const
 
LorentzVector shiftedP4 (METUncertainty shift, METCorrectionLevel level=Type1) const
 
LorentzVector shiftedP4_74x (METUncertainty shift, METCorrectionLevel level) const
 
double shiftedPhi (METUncertainty shift, METCorrectionLevel level=Type1) const
 
double shiftedPt (METUncertainty shift, METCorrectionLevel level=Type1) const
 
double shiftedPx (METUncertainty shift, METCorrectionLevel level=Type1) const
 
double shiftedPy (METUncertainty shift, METCorrectionLevel level=Type1) const
 
double shiftedSumEt (METUncertainty shift, METCorrectionLevel level=Type1) const
 
double shiftedSumEt_74x (METUncertainty shift, METCorrectionLevel level) const
 
double Type6EtFraction () const
 
double Type7EtFraction () const
 
Vector2 uncorP2 () const
 
Vector uncorP3 () const
 
LorentzVector uncorP4 () const
 
double uncorPhi () const
 
double uncorPt () const
 
double uncorPx () const
 
double uncorPy () const
 
double uncorSumEt () const
 
 ~MET () override
 destructor More...
 
- Public Member Functions inherited from pat::PATObject< reco::MET >
void addGenParticleRef (const reco::GenParticleRef &ref)
 
void addTriggerObjectMatch (const TriggerObjectStandAlone &trigObj)
 add a trigger match More...
 
void addUserCand (const std::string &label, const reco::CandidatePtr &data, const bool overwrite=false)
 Set user-defined int. More...
 
void addUserData (const std::string &label, const T &data, bool transientOnly=false, bool overwrite=false)
 
void addUserDataFromPtr (const std::string &label, const edm::Ptr< pat::UserData > &data, bool overwrite=false)
 
void addUserFloat (const std::string &label, float data, const bool overwrite=false)
 Set user-defined float. More...
 
void addUserInt (const std::string &label, int32_t data, const bool overwrite=false)
 Set user-defined int. More...
 
std::vector< std::pair< std::string, pat::LookupTableRecord > > efficiencies () const
 Returns the efficiencies as <name,value> pairs (by value) More...
 
const pat::LookupTableRecordefficiency (const std::string &name) const
 Returns an efficiency given its name. More...
 
const std::vector< std::string > & efficiencyNames () const
 Returns the list of the names of the stored efficiencies. More...
 
const std::vector< pat::LookupTableRecord > & efficiencyValues () const
 Returns the list of the values of the stored efficiencies (the ordering is the same as in efficiencyNames()) More...
 
void embedGenParticle ()
 
const reco::GenParticlegenParticle (size_t idx=0) const
 
reco::GenParticleRef genParticleById (int pdgId, int status, uint8_t autoCharge=0) const
 
reco::GenParticleRef genParticleRef (size_t idx=0) const
 
std::vector< reco::GenParticleRefgenParticleRefs () const
 
size_t genParticlesSize () const
 Number of generator level particles stored as ref or embedded. More...
 
const pat::CandKinResolutiongetKinResolution (const std::string &label="") const
 
bool hasKinResolution (const std::string &label="") const
 Check if the kinematic resolutions are stored into this object (possibly specifying a label for them) More...
 
bool hasOverlaps (const std::string &label) const
 Returns true if there was at least one overlap for this test label. More...
 
bool hasUserCand (const std::string &key) const
 Return true if there is a user-defined int with a given name. More...
 
bool hasUserData (const std::string &key) const
 Check if user data with a specific type is present. More...
 
bool hasUserFloat (const std::string &key) const
 Return true if there is a user-defined float with a given name. More...
 
bool hasUserFloat (const char *key) const
 a CINT-friendly interface More...
 
bool hasUserInt (const std::string &key) const
 Return true if there is a user-defined int with a given name. More...
 
const reco::CandidateoriginalObject () const
 access to the original object; returns zero for null Ref and throws for unavailable collection More...
 
const edm::Ptr< reco::Candidate > & originalObjectRef () const
 reference to original object. Returns a null reference if not available More...
 
const std::vector< std::string > & overlapLabels () const
 Returns the labels of the overlap tests that found at least one overlap. More...
 
const reco::CandidatePtrVectoroverlaps (const std::string &label) const
 
 PATObject ()
 default constructor More...
 
 PATObject (const reco::MET &obj)
 constructor from a base object (leaves invalid reference to original object!) More...
 
 PATObject (const edm::RefToBase< reco::MET > &ref)
 constructor from reference More...
 
 PATObject (const edm::Ptr< reco::MET > &ref)
 constructor from reference More...
 
double resolE (const std::string &label="") const
 Resolution on energy, possibly with a label to specify which resolution to use. More...
 
double resolEt (const std::string &label="") const
 Resolution on et, possibly with a label to specify which resolution to use. More...
 
double resolEta (const std::string &label="") const
 Resolution on eta, possibly with a label to specify which resolution to use. More...
 
double resolM (const std::string &label="") const
 
double resolP (const std::string &label="") const
 Resolution on p, possibly with a label to specify which resolution to use. More...
 
double resolPhi (const std::string &label="") const
 Resolution on phi, possibly with a label to specify which resolution to use. More...
 
double resolPInv (const std::string &label="") const
 Resolution on 1/p, possibly with a label to specify which resolution to use. More...
 
double resolPt (const std::string &label="") const
 Resolution on pt, possibly with a label to specify which resolution to use. More...
 
double resolPx (const std::string &label="") const
 Resolution on px, possibly with a label to specify which resolution to use. More...
 
double resolPy (const std::string &label="") const
 Resolution on py, possibly with a label to specify which resolution to use. More...
 
double resolPz (const std::string &label="") const
 Resolution on pz, possibly with a label to specify which resolution to use. More...
 
double resolTheta (const std::string &label="") const
 Resolution on theta, possibly with a label to specify which resolution to use. More...
 
void setEfficiency (const std::string &name, const pat::LookupTableRecord &value)
 
void setGenParticle (const reco::GenParticle &particle)
 Set the generator level particle from a particle not in the Event (embedding it, of course) More...
 
void setGenParticleRef (const reco::GenParticleRef &ref, bool embed=false)
 Set the generator level particle reference. More...
 
void setKinResolution (const pat::CandKinResolution &resol, const std::string &label="")
 Add a kinematic resolution to this object (possibly with a label) More...
 
void setOverlaps (const std::string &label, const reco::CandidatePtrVector &overlaps)
 
const TriggerObjectStandAlonetriggerObjectMatch (const size_t idx=0) const
 get one matched trigger object by index More...
 
const TriggerObjectStandAlonetriggerObjectMatchByAlgorithm (const std::string &nameAlgorithm, const bool algoCondAccepted=true, const size_t idx=0) const
 
const TriggerObjectStandAlonetriggerObjectMatchByAlgorithm (const char *nameAlgorithm, const bool algoCondAccepted=true, const size_t idx=0) const
 
const TriggerObjectStandAlonetriggerObjectMatchByAlgorithm (const std::string &nameAlgorithm, const unsigned algoCondAccepted, const size_t idx=0) const
 
const TriggerObjectStandAlonetriggerObjectMatchByAlgorithm (const char *nameAlgorithm, const unsigned algoCondAccepted, const size_t idx=0) const
 
const TriggerObjectStandAlonetriggerObjectMatchByCollection (const std::string &coll, const size_t idx=0) const
 get one matched trigger object from a certain collection by index More...
 
const TriggerObjectStandAlonetriggerObjectMatchByCollection (const char *coll, const size_t idx=0) const
 
const TriggerObjectStandAlonetriggerObjectMatchByCondition (const std::string &nameCondition, const size_t idx=0) const
 get one matched L1 object used in a succeeding object combination of a certain L1 condition by index More...
 
const TriggerObjectStandAlonetriggerObjectMatchByCondition (const char *nameCondition, const size_t idx=0) const
 
const TriggerObjectStandAlonetriggerObjectMatchByFilter (const std::string &labelFilter, const size_t idx=0) const
 get one matched HLT object used in a certain HLT filter by index More...
 
const TriggerObjectStandAlonetriggerObjectMatchByFilter (const char *labelFilter, const size_t idx=0) const
 
const TriggerObjectStandAlonetriggerObjectMatchByFilterID (const unsigned triggerObjectType, const size_t idx=0) const
 
const TriggerObjectStandAlonetriggerObjectMatchByPath (const std::string &namePath, const bool pathLastFilterAccepted=false, const bool pathL3FilterAccepted=true, const size_t idx=0) const
 
const TriggerObjectStandAlonetriggerObjectMatchByPath (const char *namePath, const bool pathLastFilterAccepted=false, const bool pathL3FilterAccepted=true, const size_t idx=0) const
 
const TriggerObjectStandAlonetriggerObjectMatchByPath (const std::string &namePath, const unsigned pathLastFilterAccepted, const unsigned pathL3FilterAccepted=1, const size_t idx=0) const
 
const TriggerObjectStandAlonetriggerObjectMatchByPath (const char *namePath, const unsigned pathLastFilterAccepted, const unsigned pathL3FilterAccepted=1, const size_t idx=0) const
 
const TriggerObjectStandAlonetriggerObjectMatchByType (const trigger::TriggerObjectType triggerObjectType, const size_t idx=0) const
 get one matched trigger object of a certain type by index More...
 
const TriggerObjectStandAlonetriggerObjectMatchByType (const unsigned triggerObjectType, const size_t idx=0) const
 
const TriggerObjectStandAloneCollectiontriggerObjectMatches () const
 get all matched trigger objects More...
 
const TriggerObjectStandAloneCollection triggerObjectMatchesByAlgorithm (const std::string &nameAlgorithm, const bool algoCondAccepted=true) const
 
const TriggerObjectStandAloneCollection triggerObjectMatchesByAlgorithm (const char *nameAlgorithm, const bool algoCondAccepted=true) const
 
const TriggerObjectStandAloneCollection triggerObjectMatchesByAlgorithm (const std::string &nameAlgorithm, const unsigned algoCondAccepted) const
 
const TriggerObjectStandAloneCollection triggerObjectMatchesByAlgorithm (const char *nameAlgorithm, const unsigned algoCondAccepted) const
 
const TriggerObjectStandAloneCollection triggerObjectMatchesByCollection (const std::string &coll) const
 get all matched trigger objects from a certain collection More...
 
const TriggerObjectStandAloneCollection triggerObjectMatchesByCollection (const char *coll) const
 
const TriggerObjectStandAloneCollection triggerObjectMatchesByCondition (const std::string &nameCondition) const
 get all matched L1 objects used in a succeeding object combination of a certain L1 condition More...
 
const TriggerObjectStandAloneCollection triggerObjectMatchesByCondition (const char *nameCondition) const
 
const TriggerObjectStandAloneCollection triggerObjectMatchesByFilter (const std::string &labelFilter) const
 get all matched HLT objects used in a certain HLT filter More...
 
const TriggerObjectStandAloneCollection triggerObjectMatchesByFilter (const char *labelFilter) const
 
const TriggerObjectStandAloneCollection triggerObjectMatchesByFilterID (const unsigned triggerObjectType) const
 
const TriggerObjectStandAloneCollection triggerObjectMatchesByPath (const std::string &namePath, const bool pathLastFilterAccepted=false, const bool pathL3FilterAccepted=true) const
 
const TriggerObjectStandAloneCollection triggerObjectMatchesByPath (const char *namePath, const bool pathLastFilterAccepted=false, const bool pathL3FilterAccepted=true) const
 
const TriggerObjectStandAloneCollection triggerObjectMatchesByPath (const std::string &namePath, const unsigned pathLastFilterAccepted, const unsigned pathL3FilterAccepted=1) const
 
const TriggerObjectStandAloneCollection triggerObjectMatchesByPath (const char *namePath, const unsigned pathLastFilterAccepted, const unsigned pathL3FilterAccepted=1) const
 
const TriggerObjectStandAloneCollection triggerObjectMatchesByType (const trigger::TriggerObjectType triggerObjectType) const
 
const TriggerObjectStandAloneCollection triggerObjectMatchesByType (const unsigned triggerObjectType) const
 
void unpackTriggerObjectPathNames (const edm::TriggerNames &names)
 unpack path names of matched trigger objects (if they were packed before embedding, which is not normally the case) More...
 
reco::CandidatePtr userCand (const std::string &key) const
 
const std::vector< std::string > & userCandNames () const
 Get list of user-defined cand names. More...
 
const TuserData (const std::string &key) const
 Returns user-defined data. Returns NULL if the data is not present, or not of type T. More...
 
const void * userDataBare (const std::string &key) const
 
const std::vector< std::string > & userDataNames () const
 Get list of user data object names. More...
 
const std::string & userDataObjectType (const std::string &key) const
 Get human-readable type of user data object, for debugging. More...
 
float userFloat (const std::string &key) const
 
float userFloat (const char *key) const
 a CINT-friendly interface More...
 
const std::vector< std::string > & userFloatNames () const
 Get list of user-defined float names. More...
 
std::vector< float > userFloatRange (const std::string &key) const
 return a range of values corresponding to key More...
 
int32_t userInt (const std::string &key) const
 
const std::vector< std::string > & userIntNames () const
 Get list of user-defined int names. More...
 
std::vector< int > userIntRange (const std::string &key) const
 returns a range of values corresponding to key More...
 
 ~PATObject () override
 destructor More...
 
- Public Member Functions inherited from reco::MET
std::vector< double > dmEx () const
 
std::vector< double > dmEy () const
 
std::vector< double > dsumEt () const
 
double e_longitudinal () const
 
reco::METCovMatrix getSignificanceMatrix (void) const
 
int isWeighted () const
 boolean if weights were applied by algorithm (e.g. PUPPI weights) More...
 
 MET ()
 
 MET (const LorentzVector &p4_, const Point &vtx_, bool isWeighted=false)
 
 MET (double sumet_, const LorentzVector &p4_, const Point &vtx_, bool isWeighted=false)
 
 MET (double sumet_, const std::vector< CorrMETData > &corr_, const LorentzVector &p4_, const Point &vtx_, bool isWeighted=false)
 
std::vector< CorrMETDatamEtCorr () const
 
double mEtSig () const
 
void setIsWeighted (bool isWeighted)
 Set boolean if weights were applied by algorithm (e.g. PUPPI weights) More...
 
void setSignificanceMatrix (const reco::METCovMatrix &matrix)
 
double significance () const
 
double sumEt () const
 
- Public Member Functions inherited from reco::RecoCandidate
const TrackbestTrack () const override
 best track pointer More...
 
virtual TrackBaseRef bestTrackRef () const
 best track RefToBase More...
 
virtual TrackType bestTrackType () const
 track type More...
 
virtual CaloTowerRef caloTower () const
 reference to a CaloTower More...
 
RecoCandidateclone () const override
 returns a clone of the Candidate object More...
 
virtual reco::TrackRef combinedMuon () const
 reference to a stand-alone muon Track More...
 
float dxyError () const override
 uncertainty on dxy More...
 
float dzError () const override
 uncertainty on dz More...
 
virtual reco::GsfTrackRef gsfTrack () const
 reference to a GsfTrack More...
 
virtual size_t numberOfTracks () const
 number of multiple Tracks More...
 
 RecoCandidate ()
 default constructor More...
 
template<typename P4 >
 RecoCandidate (Charge q, const P4 &p4, const Point &vtx=Point(0, 0, 0), int pdgId=0, int status=0)
 constructor from values More...
 
virtual reco::TrackRef standAloneMuon () const
 reference to a stand-alone muon Track More...
 
virtual reco::SuperClusterRef superCluster () const
 reference to a SuperCluster More...
 
virtual reco::TrackRef track () const
 reference to a Track More...
 
virtual reco::TrackRef track (size_t) const
 reference to one of multiple Tracks More...
 
 ~RecoCandidate () override
 destructor More...
 
- Public Member Functions inherited from reco::LeafCandidate
Vector boostToCM () const final
 
int charge () const final
 electric charge More...
 
void construct (int qx3, float pt, float eta, float phi, float mass, const Point &vtx, int pdgId, int status)
 
const Candidatedaughter (size_type) const override
 return daughter at a given position (throws an exception) More...
 
Candidatedaughter (size_type) override
 return daughter at a given position (throws an exception) More...
 
Candidatedaughter (const std::string &s) override
 return daughter with a specified role name More...
 
const Candidatedaughter (const std::string &s) const override
 return daughter with a specified role name More...
 
double energy () const final
 energy More...
 
double et () const final
 transverse energy More...
 
double et2 () const final
 transverse energy squared (use this for cut!) More...
 
double eta () const final
 momentum pseudorapidity More...
 
void fillVertexCovariance (CovarianceMatrix &v) const override
 fill SMatrix More...
 
template<typename T >
T get () const
 get a component More...
 
template<typename T , typename Tag >
T get () const
 get a component More...
 
template<typename T >
T get (size_type i) const
 get a component More...
 
template<typename T , typename Tag >
T get (size_type i) const
 get a component More...
 
bool hasMasterClone () const override
 
bool hasMasterClonePtr () const override
 
bool isCaloMuon () const override
 
bool isConvertedPhoton () const override
 
bool isElectron () const override
 
bool isGlobalMuon () const override
 
bool isJet () const override
 
bool isMuon () const override
 
bool isPhoton () const override
 
bool isStandAloneMuon () const override
 
bool isTrackerMuon () const override
 
 LeafCandidate ()
 
 LeafCandidate (const Candidate &c)
 
template<typename... Args>
 LeafCandidate (Args &&... args)
 
 LeafCandidate (LeafCandidate &rh)
 
 LeafCandidate (LeafCandidate &&)=default
 
 LeafCandidate (LeafCandidate const &)=default
 
bool longLived () const final
 is long lived? More...
 
double mass () const final
 mass More...
 
bool massConstraint () const final
 do mass constraint? More...
 
double massSqr () const final
 mass squared More...
 
const CandidateBaseRefmasterClone () const override
 
const CandidatePtrmasterClonePtr () const override
 
template<typename Ref >
Ref masterRef () const
 cast master clone reference to a concrete type More...
 
Vector momentum () const final
 spatial momentum vector More...
 
const Candidatemother (size_type) const override
 return mother at a given position (throws an exception) More...
 
double mt () const final
 transverse mass More...
 
double mtSqr () const final
 transverse mass squared More...
 
template<typename T >
size_type numberOf () const
 number of components More...
 
template<typename T , typename Tag >
size_type numberOf () const
 number of components More...
 
size_t numberOfDaughters () const override
 number of daughters More...
 
size_t numberOfMothers () const override
 number of mothers More...
 
size_t numberOfSourceCandidatePtrs () const override
 
LeafCandidateoperator= (LeafCandidate &&)=default
 
LeafCandidateoperator= (LeafCandidate const &)=default
 
double p () const final
 magnitude of momentum vector More...
 
const LorentzVectorp4 () const final
 four-momentum Lorentz vector More...
 
int pdgId () const final
 PDG identifier. More...
 
double phi () const final
 momentum azimuthal angle More...
 
const PolarLorentzVectorpolarP4 () const final
 four-momentum Lorentz vector More...
 
double pt () const final
 transverse momentum More...
 
double px () const final
 x coordinate of momentum vector More...
 
double py () const final
 y coordinate of momentum vector More...
 
double pz () const final
 z coordinate of momentum vector More...
 
double rapidity () const final
 rapidity More...
 
void setCharge (Charge q) final
 set electric charge More...
 
void setLongLived () final
 
void setMass (double m) final
 set particle mass More...
 
void setMassConstraint () final
 
void setP4 (const LorentzVector &p4) final
 set 4-momentum More...
 
void setP4 (const PolarLorentzVector &p4) final
 set 4-momentum More...
 
void setPdgId (int pdgId) final
 
void setPz (double pz) final
 
void setStatus (int status) final
 set status word More...
 
void setThreeCharge (Charge qx3) final
 set electric charge More...
 
void setVertex (const Point &vertex) override
 set vertex More...
 
CandidatePtr sourceCandidatePtr (size_type i) const override
 
int status () const final
 status word More...
 
double theta () const final
 momentum polar angle More...
 
int threeCharge () const final
 electric charge More...
 
const Pointvertex () const override
 vertex position (overwritten by PF...) More...
 
double vertexChi2 () const override
 chi-squares More...
 
double vertexCovariance (int i, int j) const override
 (i, j)-th element of error matrix, i, j = 0, ... 2 More...
 
CovarianceMatrix vertexCovariance () const final
 return SMatrix More...
 
double vertexNdof () const override
 
double vertexNormalizedChi2 () const override
 chi-squared divided by n.d.o.f. More...
 
double vx () const override
 x coordinate of vertex position More...
 
double vy () const override
 y coordinate of vertex position More...
 
double vz () const override
 z coordinate of vertex position More...
 
double y () const final
 rapidity More...
 
 ~LeafCandidate () override
 destructor More...
 
- Public Member Functions inherited from reco::Candidate
const_iterator begin () const
 first daughter const_iterator More...
 
iterator begin ()
 first daughter iterator More...
 
 Candidate ()
 default constructor More...
 
const_iterator end () const
 last daughter const_iterator More...
 
iterator end ()
 last daughter iterator More...
 
template<typename T >
T get () const
 get a component More...
 
template<typename T , typename Tag >
T get () const
 get a component More...
 
template<typename T >
T get (size_type i) const
 get a component More...
 
template<typename T , typename Tag >
T get (size_type i) const
 get a component More...
 
template<typename Ref >
Ref masterRef () const
 cast master clone reference to a concrete type More...
 
template<typename T >
size_type numberOf () const
 number of components More...
 
template<typename T , typename Tag >
size_type numberOf () const
 number of components More...
 
virtual void setSourceCandidatePtr (const CandidatePtr &ptr)
 Set the ptr to the source Candidate. More...
 
virtual ~Candidate ()
 destructor More...
 

Protected Attributes

PackedMETUncertainty caloPackedMet_
 
std::vector< PackedMETUncertaintycorrections_
 
std::vector< PackedMETUncertaintyuncertainties_
 
std::vector< PackedMETUncertaintyuncertaintiesRaw_
 
std::vector< PackedMETUncertaintyuncertaintiesType1_
 
std::vector< PackedMETUncertaintyuncertaintiesType1p2_
 
- Protected Attributes inherited from pat::PATObject< reco::MET >
std::vector< std::string > efficiencyNames_
 vector of the efficiencies (names) More...
 
std::vector< pat::LookupTableRecordefficiencyValues_
 vector of the efficiencies (values) More...
 
std::vector< reco::GenParticlegenParticleEmbedded_
 vector to hold an embedded generator level particle More...
 
std::vector< reco::GenParticleRefgenParticleRef_
 Reference to a generator level particle. More...
 
std::vector< std::string > kinResolutionLabels_
 
std::vector< pat::CandKinResolutionkinResolutions_
 Kinematic resolutions. More...
 
std::vector< reco::CandidatePtrVectoroverlapItems_
 Overlapping items (sorted by distance) More...
 
std::vector< std::string > overlapLabels_
 Overlapping test labels (only if there are any overlaps) More...
 
edm::Ptr< reco::CandidaterefToOrig_
 
TriggerObjectStandAloneCollection triggerObjectMatchesEmbedded_
 vector of trigger matches More...
 
std::vector< std::string > userCandLabels_
 
std::vector< reco::CandidatePtruserCands_
 
std::vector< std::string > userDataLabels_
 User data object. More...
 
pat::UserDataCollection userDataObjects_
 
std::vector< std::string > userFloatLabels_
 
std::vector< float > userFloats_
 
std::vector< std::string > userIntLabels_
 
std::vector< int32_t > userInts_
 

Private Member Functions

UnpackedMETUncertainty findMETTotalShift (MET::METCorrectionLevel cor, MET::METUncertainty shift) const
 
void initCorMap ()
 

Private Attributes

std::vector< SpecificCaloMETDatacaloMET_
 
std::map< MET::METCorrectionLevel, std::vector< MET::METCorrectionType > > corMap_
 
std::vector< reco::GenMETgenMET_
 
double metSig_
 
std::vector< SpecificPFMETDatapfMET_
 
double sumPtUnclustered_
 

Additional Inherited Members

- Protected Member Functions inherited from pat::PATObject< reco::MET >
void addUserDataObject_ (const std::string &label, std::unique_ptr< pat::UserData > value, bool overwrite=false)
 
- Protected Member Functions inherited from reco::RecoCandidate
template<typename R >
bool checkOverlap (const R &r1, const R &r2) const
 check if two components overlap More...
 

Detailed Description

Analysis-level MET class.

pat::MET implements an analysis-level missing energy class as a 4-vector within the 'pat' namespace.

Please post comments and questions to the Physics Tools hypernews: https://hypernews.cern.ch/HyperNews/CMS/get/physTools.html

Author
Steven Lowette, Giovanni Petrucciani, Frederic Ronga, Slava Krutelyov

Definition at line 40 of file MET.h.

Member Enumeration Documentation

◆ METCorrectionLevel

Enumerator
Raw 
Type1 
Type01 
TypeXY 
Type1XY 
Type01XY 
Type1Smear 
Type01Smear 
Type1SmearXY 
Type01SmearXY 
RawCalo 
RawChs 
RawTrk 
RawDeepResponseTune 
RawDeepResolutionTune 
METCorrectionLevelSize 

Definition at line 173 of file MET.h.

173  {
174  Raw = 0,
175  Type1 = 1,
176  Type01 = 2,
177  TypeXY = 3,
178  Type1XY = 4,
179  Type01XY = 5,
180  Type1Smear = 6,
181  Type01Smear = 7,
182  Type1SmearXY = 8,
183  Type01SmearXY = 9,
184  RawCalo = 10,
185  RawChs = 11,
186  RawTrk = 12,
187  RawDeepResponseTune = 13,
190  };

◆ METCorrectionType

Enumerator
None 
T1 
T0 
TXY 
TXYForRaw 
TXYForT01 
TXYForT1Smear 
TXYForT01Smear 
Smear 
Calo 
Chs 
Trk 
DeepResponseTune 
DeepResolutionTune 
METCorrectionTypeSize 

Definition at line 191 of file MET.h.

191  {
192  None = 0,
193  T1 = 1,
194  T0 = 2,
195  TXY = 3,
196  TXYForRaw = 4,
197  TXYForT01 = 5,
198  TXYForT1Smear = 6,
199  TXYForT01Smear = 7,
200  Smear = 8,
201  Calo = 9,
202  Chs = 10,
203  Trk = 11,
204  DeepResponseTune = 12,
205  DeepResolutionTune = 13,
207  };

◆ METUncertainty

Enumerator
JetResUp 
JetResDown 
JetEnUp 
JetEnDown 
MuonEnUp 
MuonEnDown 
ElectronEnUp 
ElectronEnDown 
TauEnUp 
TauEnDown 
UnclusteredEnUp 
UnclusteredEnDown 
PhotonEnUp 
PhotonEnDown 
NoShift 
METUncertaintySize 
JetResUpSmear 
JetResDownSmear 
METFullUncertaintySize 

Definition at line 152 of file MET.h.

Constructor & Destructor Documentation

◆ MET() [1/6]

MET::MET ( )

default constructor

Definition at line 9 of file MET.cc.

References initCorMap().

Referenced by clone().

9 { initCorMap(); }
void initCorMap()
Definition: MET.cc:132

◆ MET() [2/6]

MET::MET ( const reco::MET aMET)

constructor from reco::MET

Definition at line 12 of file MET.cc.

References caloMET_, initCorMap(), metSig_, operator=(), packedPFCandidateRefMixer_cfi::pf, pfMET_, and sumPtUnclustered_.

12  : PATObject<reco::MET>(aMET) {
13  const reco::CaloMET *calo = dynamic_cast<const reco::CaloMET *>(&aMET);
14  if (calo != nullptr)
15  caloMET_.push_back(calo->getSpecific());
16  const reco::PFMET *pf = dynamic_cast<const reco::PFMET *>(&aMET);
17  if (pf != nullptr)
18  pfMET_.push_back(pf->getSpecific());
19  const pat::MET *pm = dynamic_cast<const pat::MET *>(&aMET);
20  if (pm != nullptr)
21  this->operator=(*pm);
22 
23  metSig_ = 0.;
24  sumPtUnclustered_ = 0.;
25  initCorMap();
26 }
Analysis-level MET class.
Definition: MET.h:40
double metSig_
Definition: MET.h:321
void initCorMap()
Definition: MET.cc:132
MET & operator=(MET const &)
Definition: MET.cc:97
std::vector< SpecificCaloMETData > caloMET_
Definition: MET.h:316
std::vector< SpecificPFMETData > pfMET_
Definition: MET.h:318
double sumPtUnclustered_
Definition: MET.h:323
Definition: Common.h:9

◆ MET() [3/6]

MET::MET ( const edm::RefToBase< reco::MET > &  aMETRef)

constructor from a RefToBase to reco::MET (to be superseded by Ptr counterpart)

constructor from ref to reco::MET

Definition at line 29 of file MET.cc.

References caloMET_, edm::RefToBase< T >::get(), initCorMap(), metSig_, operator=(), packedPFCandidateRefMixer_cfi::pf, pfMET_, and sumPtUnclustered_.

29  : PATObject<reco::MET>(aMETRef) {
30  const reco::CaloMET *calo = dynamic_cast<const reco::CaloMET *>(aMETRef.get());
31  if (calo != nullptr)
32  caloMET_.push_back(calo->getSpecific());
33  const reco::PFMET *pf = dynamic_cast<const reco::PFMET *>(aMETRef.get());
34  if (pf != nullptr)
35  pfMET_.push_back(pf->getSpecific());
36  const pat::MET *pm = dynamic_cast<const pat::MET *>(aMETRef.get());
37  if (pm != nullptr)
38  this->operator=(*pm);
39 
40  metSig_ = 0.;
41  sumPtUnclustered_ = 0.;
42  initCorMap();
43 }
Analysis-level MET class.
Definition: MET.h:40
double metSig_
Definition: MET.h:321
void initCorMap()
Definition: MET.cc:132
MET & operator=(MET const &)
Definition: MET.cc:97
std::vector< SpecificCaloMETData > caloMET_
Definition: MET.h:316
std::vector< SpecificPFMETData > pfMET_
Definition: MET.h:318
double sumPtUnclustered_
Definition: MET.h:323
value_type const * get() const
Definition: RefToBase.h:211
Definition: Common.h:9

◆ MET() [4/6]

MET::MET ( const edm::Ptr< reco::MET > &  aMETRef)

constructor from a Ptr to a reco::MET

constructor from ref to reco::MET

Definition at line 46 of file MET.cc.

References caloMET_, edm::Ptr< T >::get(), initCorMap(), metSig_, operator=(), packedPFCandidateRefMixer_cfi::pf, pfMET_, and sumPtUnclustered_.

46  : PATObject<reco::MET>(aMETRef) {
47  const reco::CaloMET *calo = dynamic_cast<const reco::CaloMET *>(aMETRef.get());
48  if (calo != nullptr)
49  caloMET_.push_back(calo->getSpecific());
50  const reco::PFMET *pf = dynamic_cast<const reco::PFMET *>(aMETRef.get());
51  if (pf != nullptr)
52  pfMET_.push_back(pf->getSpecific());
53  const pat::MET *pm = dynamic_cast<const pat::MET *>(aMETRef.get());
54  if (pm != nullptr)
55  this->operator=(*pm);
56 
57  metSig_ = 0.;
58  sumPtUnclustered_ = 0.;
59  initCorMap();
60 }
Analysis-level MET class.
Definition: MET.h:40
double metSig_
Definition: MET.h:321
T const * get() const
Returns C++ pointer to the item.
Definition: Ptr.h:139
void initCorMap()
Definition: MET.cc:132
MET & operator=(MET const &)
Definition: MET.cc:97
std::vector< SpecificCaloMETData > caloMET_
Definition: MET.h:316
std::vector< SpecificPFMETData > pfMET_
Definition: MET.h:318
double sumPtUnclustered_
Definition: MET.h:323
Definition: Common.h:9

◆ MET() [5/6]

MET::MET ( MET const &  iOther)

copy constructor

Definition at line 63 of file MET.cc.

References initCorMap().

64  : PATObject<reco::MET>(iOther),
65  genMET_(iOther.genMET_),
66  caloMET_(iOther.caloMET_),
67  pfMET_(iOther.pfMET_),
68  metSig_(iOther.metSig_),
69  sumPtUnclustered_(iOther.sumPtUnclustered_),
70  uncertaintiesRaw_(iOther.uncertaintiesRaw_), //74X reading compatibility
71  uncertaintiesType1_(iOther.uncertaintiesType1_), //74X compatibility
72  uncertaintiesType1p2_(iOther.uncertaintiesType1p2_), //74X compatibility
73  uncertainties_(iOther.uncertainties_),
74  corrections_(iOther.corrections_),
75  caloPackedMet_(iOther.caloPackedMet_) {
76  initCorMap();
77 }
std::vector< PackedMETUncertainty > uncertaintiesRaw_
Definition: MET.h:333
double metSig_
Definition: MET.h:321
std::vector< PackedMETUncertainty > uncertaintiesType1p2_
Definition: MET.h:333
std::vector< PackedMETUncertainty > uncertainties_
Definition: MET.h:335
PackedMETUncertainty caloPackedMet_
Definition: MET.h:338
std::vector< reco::GenMET > genMET_
Definition: MET.h:314
void initCorMap()
Definition: MET.cc:132
std::vector< SpecificCaloMETData > caloMET_
Definition: MET.h:316
std::vector< PackedMETUncertainty > uncertaintiesType1_
Definition: MET.h:333
std::vector< PackedMETUncertainty > corrections_
Definition: MET.h:336
std::vector< SpecificPFMETData > pfMET_
Definition: MET.h:318
double sumPtUnclustered_
Definition: MET.h:323

◆ MET() [6/6]

MET::MET ( const reco::MET corMET,
const MET srcMET 
)

constructor for corrected METs (keeping specific informations from src MET)

constructor for corrected mets, keeping track of srcMET informations,

Definition at line 81 of file MET.cc.

References initCorMap(), reco::MET::setSignificanceMatrix(), and correctionTermsCaloMet_cff::srcMET.

82  : PATObject<reco::MET>(corMET),
83  genMET_(srcMET.genMET_),
84  caloMET_(srcMET.caloMET_),
85  pfMET_(srcMET.pfMET_),
86  metSig_(srcMET.metSig_),
87  sumPtUnclustered_(srcMET.sumPtUnclustered_),
88  caloPackedMet_(srcMET.caloPackedMet_) {
89  setSignificanceMatrix(srcMET.getSignificanceMatrix());
90 
91  initCorMap();
92 }
double metSig_
Definition: MET.h:321
void setSignificanceMatrix(const reco::METCovMatrix &matrix)
Definition: MET.cc:142
PackedMETUncertainty caloPackedMet_
Definition: MET.h:338
std::vector< reco::GenMET > genMET_
Definition: MET.h:314
void initCorMap()
Definition: MET.cc:132
std::vector< SpecificCaloMETData > caloMET_
Definition: MET.h:316
std::vector< SpecificPFMETData > pfMET_
Definition: MET.h:318
double sumPtUnclustered_
Definition: MET.h:323

◆ ~MET()

MET::~MET ( )
override

destructor

Definition at line 95 of file MET.cc.

95 {}

Member Function Documentation

◆ CaloMETInmHF()

double pat::MET::CaloMETInmHF ( ) const
inline

Returns the event MET in HF-.

Definition at line 124 of file MET.h.

References SpecificCaloMETData::CaloMETInmHF, and caloSpecific().

124 { return caloSpecific().CaloMETInmHF; }
const SpecificCaloMETData & caloSpecific() const
accessor for the CaloMET-specific structure
Definition: MET.h:130

◆ CaloMETInpHF()

double pat::MET::CaloMETInpHF ( ) const
inline

Returns the event MET in HF+.

Definition at line 122 of file MET.h.

References SpecificCaloMETData::CaloMETInpHF, and caloSpecific().

122 { return caloSpecific().CaloMETInpHF; }
const SpecificCaloMETData & caloSpecific() const
accessor for the CaloMET-specific structure
Definition: MET.h:130

◆ caloMETP2()

MET::Vector2 MET::caloMETP2 ( ) const

Definition at line 361 of file MET.cc.

References shiftedP2().

Referenced by caloMETPhi(), and caloMETPt().

361  {
362  return shiftedP2(MET::METUncertainty::NoShift, MET::METCorrectionLevel::RawCalo);
363 }
Vector2 shiftedP2(METUncertainty shift, METCorrectionLevel level=Type1) const
Definition: MET.cc:241

◆ caloMETPhi()

double MET::caloMETPhi ( ) const

Definition at line 367 of file MET.cc.

References caloMETP2(), and pat::MET::Vector2::phi().

367 { return caloMETP2().phi(); }
Vector2 caloMETP2() const
Definition: MET.cc:361
double phi() const
Definition: MET.h:212

◆ CaloMETPhiInmHF()

double pat::MET::CaloMETPhiInmHF ( ) const
inline

Returns the event MET-phi in HF-.

Definition at line 128 of file MET.h.

References SpecificCaloMETData::CaloMETPhiInmHF, and caloSpecific().

128 { return caloSpecific().CaloMETPhiInmHF; }
const SpecificCaloMETData & caloSpecific() const
accessor for the CaloMET-specific structure
Definition: MET.h:130

◆ CaloMETPhiInpHF()

double pat::MET::CaloMETPhiInpHF ( ) const
inline

Returns the event MET-phi in HF+.

Definition at line 126 of file MET.h.

References SpecificCaloMETData::CaloMETPhiInpHF, and caloSpecific().

126 { return caloSpecific().CaloMETPhiInpHF; }
const SpecificCaloMETData & caloSpecific() const
accessor for the CaloMET-specific structure
Definition: MET.h:130

◆ caloMETPt()

double MET::caloMETPt ( ) const

Definition at line 365 of file MET.cc.

References caloMETP2(), and pat::MET::Vector2::pt().

365 { return caloMETP2().pt(); }
Vector2 caloMETP2() const
Definition: MET.cc:361
double pt() const
Definition: MET.h:211

◆ caloMetSignificance()

double pat::MET::caloMetSignificance ( ) const
inline

Returns the event MET Significance.

Definition at line 116 of file MET.h.

References caloSpecific(), and SpecificCaloMETData::METSignificance.

116 { return caloSpecific().METSignificance; }
const SpecificCaloMETData & caloSpecific() const
accessor for the CaloMET-specific structure
Definition: MET.h:130

◆ caloMETSumEt()

double MET::caloMETSumEt ( ) const

Definition at line 369 of file MET.cc.

References NoShift, RawCalo, and shiftedSumEt().

double shiftedSumEt(METUncertainty shift, METCorrectionLevel level=Type1) const
Definition: MET.cc:306

◆ CaloSETInmHF()

double pat::MET::CaloSETInmHF ( ) const
inline

Returns the event SET in HF-.

Definition at line 120 of file MET.h.

References SpecificCaloMETData::CaloSETInmHF, and caloSpecific().

120 { return caloSpecific().CaloSETInmHF; }
const SpecificCaloMETData & caloSpecific() const
accessor for the CaloMET-specific structure
Definition: MET.h:130

◆ CaloSETInpHF()

double pat::MET::CaloSETInpHF ( ) const
inline

Returns the event SET in HF+.

Definition at line 118 of file MET.h.

References SpecificCaloMETData::CaloSETInpHF, and caloSpecific().

118 { return caloSpecific().CaloSETInpHF; }
const SpecificCaloMETData & caloSpecific() const
accessor for the CaloMET-specific structure
Definition: MET.h:130

◆ caloSpecific()

const SpecificCaloMETData& pat::MET::caloSpecific ( ) const
inline

accessor for the CaloMET-specific structure

Definition at line 130 of file MET.h.

References caloMET_, Exception, and isCaloMET().

Referenced by CaloMETInmHF(), CaloMETInpHF(), CaloMETPhiInmHF(), CaloMETPhiInpHF(), caloMetSignificance(), CaloSETInmHF(), CaloSETInpHF(), emEtFraction(), emEtInEB(), emEtInEE(), emEtInHF(), etFractionHadronic(), hadEtInHB(), hadEtInHE(), hadEtInHF(), hadEtInHO(), maxEtInEmTowers(), and maxEtInHadTowers().

130  {
131  if (!isCaloMET())
132  throw cms::Exception("pat::MET") << "This pat::MET has not been made from a reco::CaloMET\n";
133  return caloMET_[0];
134  }
bool isCaloMET() const
True if this pat::MET was made from a reco::CaloMET.
Definition: MET.h:86
std::vector< SpecificCaloMETData > caloMET_
Definition: MET.h:316

◆ ChargedEMEtFraction()

double pat::MET::ChargedEMEtFraction ( ) const
inline

Definition at line 139 of file MET.h.

References SpecificPFMETData::ChargedEMFraction, and pfSpecific().

Referenced by METTester::analyze(), and METAnalyzer::fillMonitorElement().

139 { return pfSpecific().ChargedEMFraction; }
const SpecificPFMETData & pfSpecific() const
accessor for the pfMET-specific structure
Definition: MET.h:145

◆ ChargedHadEtFraction()

double pat::MET::ChargedHadEtFraction ( ) const
inline

Definition at line 140 of file MET.h.

References SpecificPFMETData::ChargedHadFraction, and pfSpecific().

Referenced by METTester::analyze(), and METAnalyzer::fillMonitorElement().

140 { return pfSpecific().ChargedHadFraction; }
const SpecificPFMETData & pfSpecific() const
accessor for the pfMET-specific structure
Definition: MET.h:145

◆ clone()

MET* pat::MET::clone ( void  ) const
inlineoverridevirtual

required reimplementation of the Candidate's clone method

Reimplemented from reco::MET.

Definition at line 60 of file MET.h.

References MET().

60 { return new MET(*this); }
MET()
default constructor
Definition: MET.cc:9

◆ corP2()

MET::Vector2 MET::corP2 ( MET::METCorrectionLevel  cor = Type1) const

Definition at line 326 of file MET.cc.

References NoShift, and shiftedP2().

Referenced by corPhi(), corPt(), corPx(), and corPy().

326 { return shiftedP2(MET::NoShift, cor); }
Vector2 shiftedP2(METUncertainty shift, METCorrectionLevel level=Type1) const
Definition: MET.cc:241

◆ corP3()

MET::Vector MET::corP3 ( MET::METCorrectionLevel  cor = Type1) const

Definition at line 327 of file MET.cc.

References NoShift, and shiftedP3().

327 { return shiftedP3(MET::NoShift, cor); }
Vector shiftedP3(METUncertainty shift, METCorrectionLevel level=Type1) const
Definition: MET.cc:262

◆ corP4()

MET::LorentzVector MET::corP4 ( MET::METCorrectionLevel  cor = Type1) const

Definition at line 328 of file MET.cc.

References NoShift, and shiftedP4().

328 { return shiftedP4(MET::NoShift, cor); }
LorentzVector shiftedP4(METUncertainty shift, METCorrectionLevel level=Type1) const
Definition: MET.cc:283

◆ corPhi()

double pat::MET::corPhi ( METCorrectionLevel  level = Type1) const
inline

Definition at line 238 of file MET.h.

References corP2(), personalPlayback::level, and pat::MET::Vector2::phi().

238 { return corP2(level).phi(); };
Vector2 corP2(METCorrectionLevel level=Type1) const
Definition: MET.cc:326
double phi() const
Definition: MET.h:212

◆ corPt()

double pat::MET::corPt ( METCorrectionLevel  level = Type1) const
inline

Definition at line 237 of file MET.h.

References corP2(), personalPlayback::level, and pat::MET::Vector2::pt().

237 { return corP2(level).pt(); };
Vector2 corP2(METCorrectionLevel level=Type1) const
Definition: MET.cc:326
double pt() const
Definition: MET.h:211

◆ corPx()

double pat::MET::corPx ( METCorrectionLevel  level = Type1) const
inline

Definition at line 235 of file MET.h.

References corP2(), personalPlayback::level, and pat::MET::Vector2::px.

Referenced by pat::PATMETSlimmer::OneMETShift::readAndSet().

235 { return corP2(level).px; };
double px
Definition: MET.h:210
Vector2 corP2(METCorrectionLevel level=Type1) const
Definition: MET.cc:326

◆ corPy()

double pat::MET::corPy ( METCorrectionLevel  level = Type1) const
inline

Definition at line 236 of file MET.h.

References corP2(), personalPlayback::level, and pat::MET::Vector2::py.

Referenced by pat::PATMETSlimmer::OneMETShift::readAndSet().

236 { return corP2(level).py; };
Vector2 corP2(METCorrectionLevel level=Type1) const
Definition: MET.cc:326
double py
Definition: MET.h:210

◆ corSumEt()

double MET::corSumEt ( MET::METCorrectionLevel  cor = Type1) const

Definition at line 329 of file MET.cc.

References NoShift, and shiftedSumEt().

Referenced by pat::PATMETSlimmer::OneMETShift::readAndSet().

329 { return shiftedSumEt(MET::NoShift, cor); }
double shiftedSumEt(METUncertainty shift, METCorrectionLevel level=Type1) const
Definition: MET.cc:306

◆ emEtFraction()

double pat::MET::emEtFraction ( ) const
inline

Returns the event electromagnetic energy fraction.

Definition at line 100 of file MET.h.

References caloSpecific(), and SpecificCaloMETData::EtFractionEm.

100 { return caloSpecific().EtFractionEm; }
const SpecificCaloMETData & caloSpecific() const
accessor for the CaloMET-specific structure
Definition: MET.h:130

◆ emEtInEB()

double pat::MET::emEtInEB ( ) const
inline

Returns the event electromagnetic energy in EB.

Definition at line 110 of file MET.h.

References caloSpecific(), and SpecificCaloMETData::EmEtInEB.

110 { return caloSpecific().EmEtInEB; }
const SpecificCaloMETData & caloSpecific() const
accessor for the CaloMET-specific structure
Definition: MET.h:130

◆ emEtInEE()

double pat::MET::emEtInEE ( ) const
inline

Returns the event electromagnetic energy in EE.

Definition at line 112 of file MET.h.

References caloSpecific(), and SpecificCaloMETData::EmEtInEE.

112 { return caloSpecific().EmEtInEE; }
const SpecificCaloMETData & caloSpecific() const
accessor for the CaloMET-specific structure
Definition: MET.h:130

◆ emEtInHF()

double pat::MET::emEtInHF ( ) const
inline

Returns the event electromagnetic energy extracted from HF.

Definition at line 114 of file MET.h.

References caloSpecific(), and SpecificCaloMETData::EmEtInHF.

114 { return caloSpecific().EmEtInHF; }
const SpecificCaloMETData & caloSpecific() const
accessor for the CaloMET-specific structure
Definition: MET.h:130

◆ etFractionHadronic()

double pat::MET::etFractionHadronic ( ) const
inline

Returns the event hadronic energy fraction.

Definition at line 98 of file MET.h.

References caloSpecific(), and SpecificCaloMETData::EtFractionHadronic.

98 { return caloSpecific().EtFractionHadronic; }
const SpecificCaloMETData & caloSpecific() const
accessor for the CaloMET-specific structure
Definition: MET.h:130

◆ findMETTotalShift()

MET::UnpackedMETUncertainty MET::findMETTotalShift ( MET::METCorrectionLevel  cor,
MET::METUncertainty  shift 
) const
private

Definition at line 208 of file MET.cc.

References pat::MET::UnpackedMETUncertainty::add(), corMap_, corrections_, Exception, mps_fire::i, JetResDown, METUncertaintySize, edm::shift, Type1Smear, uncertainties_, and up.

Referenced by shiftedP2(), shiftedP3(), shiftedP4(), and shiftedSumEt().

208  {
209  //find corrections shifts =============================
210  std::map<MET::METCorrectionLevel, std::vector<MET::METCorrectionType> >::const_iterator itCor_ = corMap_.find(cor);
211  if (itCor_ == corMap_.end())
212  throw cms::Exception("Unsupported", "Specified MET correction scheme does not exist");
213 
214  bool isSmeared = false;
215  MET::UnpackedMETUncertainty totShift;
216  unsigned int scor = itCor_->second.size();
217  for (unsigned int i = 0; i < scor; i++) {
218  auto up = corrections_[itCor_->second[i]].unpack();
219  totShift.add(up.dpx(), up.dpy(), up.dsumEt());
220 
221  if (itCor_->first >= MET::Type1Smear)
222  isSmeared = true;
223  }
224 
225  //find uncertainty shift =============================
226 
227  if (uncertainties_.empty())
228  return totShift;
229 
231  throw cms::Exception("Unsupported", "MET uncertainty does not exist");
232  if (isSmeared && shift <= MET::JetResDown)
234 
235  auto up = uncertainties_[shift].unpack();
236  totShift.add(up.dpx(), up.dpy(), up.dsumEt());
237 
238  return totShift;
239 }
Definition: BitonicSort.h:7
candidate::const_iterator const_iterator
Definition: Candidate.h:30
std::vector< PackedMETUncertainty > uncertainties_
Definition: MET.h:335
METUncertainty
Definition: MET.h:152
std::map< MET::METCorrectionLevel, std::vector< MET::METCorrectionType > > corMap_
Definition: MET.h:327
std::vector< PackedMETUncertainty > corrections_
Definition: MET.h:336
static unsigned int const shift

◆ genMET()

const reco::GenMET * MET::genMET ( ) const

return the associated GenMET

return the generated MET from neutrinos

Definition at line 115 of file MET.cc.

References genMET_.

115 { return (!genMET_.empty() ? &genMET_.front() : nullptr); }
std::vector< reco::GenMET > genMET_
Definition: MET.h:314

◆ hadEtInHB()

double pat::MET::hadEtInHB ( ) const
inline

Returns the event hadronic energy in HB.

Definition at line 102 of file MET.h.

References caloSpecific(), and SpecificCaloMETData::HadEtInHB.

102 { return caloSpecific().HadEtInHB; }
const SpecificCaloMETData & caloSpecific() const
accessor for the CaloMET-specific structure
Definition: MET.h:130

◆ hadEtInHE()

double pat::MET::hadEtInHE ( ) const
inline

Returns the event hadronic energy in HE.

Definition at line 106 of file MET.h.

References caloSpecific(), and SpecificCaloMETData::HadEtInHE.

106 { return caloSpecific().HadEtInHE; }
const SpecificCaloMETData & caloSpecific() const
accessor for the CaloMET-specific structure
Definition: MET.h:130

◆ hadEtInHF()

double pat::MET::hadEtInHF ( ) const
inline

Returns the event hadronic energy in HF.

Definition at line 108 of file MET.h.

References caloSpecific(), and SpecificCaloMETData::HadEtInHF.

108 { return caloSpecific().HadEtInHF; }
const SpecificCaloMETData & caloSpecific() const
accessor for the CaloMET-specific structure
Definition: MET.h:130

◆ hadEtInHO()

double pat::MET::hadEtInHO ( ) const
inline

Returns the event hadronic energy in HO.

Definition at line 104 of file MET.h.

References caloSpecific(), and SpecificCaloMETData::HadEtInHO.

104 { return caloSpecific().HadEtInHO; }
const SpecificCaloMETData & caloSpecific() const
accessor for the CaloMET-specific structure
Definition: MET.h:130

◆ initCorMap()

void MET::initCorMap ( )
private

Definition at line 132 of file MET.cc.

References Calo, Chs, corMap_, DeepResolutionTune, DeepResponseTune, None, Raw, RawCalo, RawChs, RawDeepResolutionTune, RawDeepResponseTune, RawTrk, Smear, T0, T1, Trk, TXY, TXYForRaw, TXYForT01, TXYForT01Smear, TXYForT1Smear, Type01, Type01Smear, Type01SmearXY, Type01XY, Type1, Type1Smear, Type1SmearXY, Type1XY, and TypeXY.

Referenced by MET().

132  {
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;
143 
144  tmpRaw.push_back(MET::None);
145 
146  tmpType1.push_back(MET::T1);
147  tmpType01.push_back(MET::T1);
148  tmpType1XY.push_back(MET::T1);
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);
154 
155  tmpType01.push_back(MET::T0);
156  tmpType01XY.push_back(MET::T0);
157  tmpType01Smear.push_back(MET::T0);
158  tmpType01SmearXY.push_back(MET::T0);
159 
160  tmpType1Smear.push_back(MET::Smear);
161  tmpType01Smear.push_back(MET::Smear);
162  tmpType1SmearXY.push_back(MET::Smear);
163  tmpType01SmearXY.push_back(MET::Smear);
164 
165  tmpTypeXY.push_back(MET::TXYForRaw);
166  tmpType1XY.push_back(MET::TXY);
167  tmpType01XY.push_back(MET::TXYForT01);
168  tmpType1SmearXY.push_back(MET::TXYForT1Smear);
169  tmpType01SmearXY.push_back(MET::TXYForT01Smear);
170 
171  corMap_[MET::Raw] = tmpRaw;
172  corMap_[MET::Type1] = tmpType1;
173  corMap_[MET::Type01] = tmpType01;
174  corMap_[MET::TypeXY] = tmpTypeXY;
175  corMap_[MET::Type1XY] = tmpType1XY;
176  corMap_[MET::Type01XY] = tmpType01XY;
177  corMap_[MET::Type1Smear] = tmpType1Smear;
178  corMap_[MET::Type01Smear] = tmpType01Smear;
179  corMap_[MET::Type1SmearXY] = tmpType1SmearXY;
180  corMap_[MET::Type01SmearXY] = tmpType01SmearXY;
181 
182  //specific calo case
183  std::vector<MET::METCorrectionType> tmpRawCalo;
184  tmpRawCalo.push_back(MET::Calo);
185  corMap_[MET::RawCalo] = tmpRawCalo;
186 
187  //specific chs case
188  std::vector<MET::METCorrectionType> tmpRawChs;
189  tmpRawChs.push_back(MET::Chs);
190  corMap_[MET::RawChs] = tmpRawChs;
191 
192  //specific trk case
193  std::vector<MET::METCorrectionType> tmpRawTrk;
194  tmpRawTrk.push_back(MET::Trk);
195  corMap_[MET::RawTrk] = tmpRawTrk;
196 
197  //specific deep response tune case
198  std::vector<MET::METCorrectionType> tmpDeepResponse;
199  tmpDeepResponse.push_back(MET::DeepResponseTune);
200  corMap_[MET::RawDeepResponseTune] = tmpDeepResponse;
201 
202  //specific deep resolution tune case
203  std::vector<MET::METCorrectionType> tmpDeepResolution;
204  tmpDeepResolution.push_back(MET::DeepResolutionTune);
205  corMap_[MET::RawDeepResolutionTune] = tmpDeepResolution;
206 }
std::map< MET::METCorrectionLevel, std::vector< MET::METCorrectionType > > corMap_
Definition: MET.h:327

◆ isCaloMET()

bool pat::MET::isCaloMET ( ) const
inline

True if this pat::MET was made from a reco::CaloMET.

Definition at line 86 of file MET.h.

References caloMET_.

Referenced by caloSpecific().

86 { return !caloMET_.empty(); }
std::vector< SpecificCaloMETData > caloMET_
Definition: MET.h:316

◆ isPFMET()

bool pat::MET::isPFMET ( ) const
inline

True if this pat::MET was made from a reco::pfMET.

Definition at line 88 of file MET.h.

References pfMET_.

Referenced by METTester::analyze(), and pfSpecific().

88 { return !pfMET_.empty(); }
std::vector< SpecificPFMETData > pfMET_
Definition: MET.h:318

◆ isRecoMET()

bool pat::MET::isRecoMET ( ) const
inline

True if this pat::MET was NOT made from a reco::CaloMET nor a reco::pfMET.

Definition at line 90 of file MET.h.

References caloMET_, and pfMET_.

90 { return (caloMET_.empty() && pfMET_.empty()); }
std::vector< SpecificCaloMETData > caloMET_
Definition: MET.h:316
std::vector< SpecificPFMETData > pfMET_
Definition: MET.h:318

◆ maxEtInEmTowers()

double pat::MET::maxEtInEmTowers ( ) const
inline

Returns the maximum energy deposited in ECAL towers.

Definition at line 94 of file MET.h.

References caloSpecific(), and SpecificCaloMETData::MaxEtInEmTowers.

94 { return caloSpecific().MaxEtInEmTowers; }
const SpecificCaloMETData & caloSpecific() const
accessor for the CaloMET-specific structure
Definition: MET.h:130

◆ maxEtInHadTowers()

double pat::MET::maxEtInHadTowers ( ) const
inline

Returns the maximum energy deposited in HCAL towers.

Definition at line 96 of file MET.h.

References caloSpecific(), and SpecificCaloMETData::MaxEtInHadTowers.

96 { return caloSpecific().MaxEtInHadTowers; }
const SpecificCaloMETData & caloSpecific() const
accessor for the CaloMET-specific structure
Definition: MET.h:130

◆ metSignificance()

double MET::metSignificance ( ) const

Definition at line 126 of file MET.cc.

References metSig_.

126 { return metSig_; }
double metSig_
Definition: MET.h:321

◆ metSumPtUnclustered()

double MET::metSumPtUnclustered ( ) const

Definition at line 130 of file MET.cc.

References sumPtUnclustered_.

130 { return sumPtUnclustered_; }
double sumPtUnclustered_
Definition: MET.h:323

◆ MuonEtFraction()

double pat::MET::MuonEtFraction ( ) const
inline

Definition at line 141 of file MET.h.

References SpecificPFMETData::MuonFraction, and pfSpecific().

Referenced by METTester::analyze(), and METAnalyzer::fillMonitorElement().

141 { return pfSpecific().MuonFraction; }
const SpecificPFMETData & pfSpecific() const
accessor for the pfMET-specific structure
Definition: MET.h:145

◆ NeutralEMFraction()

double pat::MET::NeutralEMFraction ( ) const
inline

Definition at line 137 of file MET.h.

References SpecificPFMETData::NeutralEMFraction, and pfSpecific().

Referenced by METTester::analyze(), and METAnalyzer::fillMonitorElement().

137 { return pfSpecific().NeutralEMFraction; }
const SpecificPFMETData & pfSpecific() const
accessor for the pfMET-specific structure
Definition: MET.h:145

◆ NeutralHadEtFraction()

double pat::MET::NeutralHadEtFraction ( ) const
inline

Definition at line 138 of file MET.h.

References SpecificPFMETData::NeutralHadFraction, and pfSpecific().

Referenced by METTester::analyze(), and METAnalyzer::fillMonitorElement().

138 { return pfSpecific().NeutralHadFraction; }
const SpecificPFMETData & pfSpecific() const
accessor for the pfMET-specific structure
Definition: MET.h:145

◆ operator=()

MET & MET::operator= ( MET const &  iOther)

Definition at line 97 of file MET.cc.

References caloMET_, caloPackedMet_, corrections_, genMET_, metSig_, operator=(), pfMET_, sumPtUnclustered_, uncertainties_, uncertaintiesRaw_, uncertaintiesType1_, and uncertaintiesType1p2_.

Referenced by MET().

97  {
99  genMET_ = iOther.genMET_;
100  caloMET_ = iOther.caloMET_;
101  pfMET_ = iOther.pfMET_;
102  uncertaintiesRaw_ = iOther.uncertaintiesRaw_; //74X compatibility
103  uncertaintiesType1_ = iOther.uncertaintiesType1_;
104  uncertaintiesType1p2_ = iOther.uncertaintiesType1p2_;
105  uncertainties_ = iOther.uncertainties_;
106  corrections_ = iOther.corrections_;
107  metSig_ = iOther.metSig_;
108  sumPtUnclustered_ = iOther.sumPtUnclustered_;
109  caloPackedMet_ = iOther.caloPackedMet_;
110 
111  return *this;
112 }
std::vector< PackedMETUncertainty > uncertaintiesRaw_
Definition: MET.h:333
Basic3DVector & operator=(const Basic3DVector &)=default
Assignment operator.
double metSig_
Definition: MET.h:321
std::vector< PackedMETUncertainty > uncertaintiesType1p2_
Definition: MET.h:333
std::vector< PackedMETUncertainty > uncertainties_
Definition: MET.h:335
PackedMETUncertainty caloPackedMet_
Definition: MET.h:338
std::vector< reco::GenMET > genMET_
Definition: MET.h:314
std::vector< SpecificCaloMETData > caloMET_
Definition: MET.h:316
std::vector< PackedMETUncertainty > uncertaintiesType1_
Definition: MET.h:333
std::vector< PackedMETUncertainty > corrections_
Definition: MET.h:336
std::vector< SpecificPFMETData > pfMET_
Definition: MET.h:318
double sumPtUnclustered_
Definition: MET.h:323

◆ pfSpecific()

const SpecificPFMETData& pat::MET::pfSpecific ( ) const
inline

accessor for the pfMET-specific structure

Definition at line 145 of file MET.h.

References Exception, isPFMET(), and pfMET_.

Referenced by ChargedEMEtFraction(), ChargedHadEtFraction(), MuonEtFraction(), NeutralEMFraction(), NeutralHadEtFraction(), Type6EtFraction(), and Type7EtFraction().

145  {
146  if (!isPFMET())
147  throw cms::Exception("pat::MET") << "This pat::MET has not been made from a reco::PFMET\n";
148  return pfMET_[0];
149  }
bool isPFMET() const
True if this pat::MET was made from a reco::pfMET.
Definition: MET.h:88
std::vector< SpecificPFMETData > pfMET_
Definition: MET.h:318

◆ setCorShift()

void MET::setCorShift ( double  px,
double  py,
double  sumEt,
MET::METCorrectionType  level 
)

Definition at line 353 of file MET.cc.

References corrections_, personalPlayback::level, reco::LeafCandidate::px(), reco::LeafCandidate::py(), and reco::MET::sumEt().

353  {
354  if (corrections_.empty()) {
355  corrections_.resize(MET::METCorrectionType::METCorrectionTypeSize);
356  }
357 
358  corrections_[level].set(px - this->px(), py - this->py(), sumEt - this->sumEt());
359 }
double sumEt() const
Definition: MET.h:56
double px() const final
x coordinate of momentum vector
double py() const final
y coordinate of momentum vector
std::vector< PackedMETUncertainty > corrections_
Definition: MET.h:336

◆ setGenMET()

void MET::setGenMET ( const reco::GenMET gm)

set the associated GenMET

method to set the generated MET

Definition at line 118 of file MET.cc.

References genMET_.

Referenced by pat::PATMETProducer::produce().

118  {
119  genMET_.clear();
120  genMET_.push_back(gm);
121 }
std::vector< reco::GenMET > genMET_
Definition: MET.h:314

◆ setMETSignificance()

void MET::setMETSignificance ( const double &  metSig)

Definition at line 124 of file MET.cc.

References metSig_.

Referenced by pat::PATMETProducer::produce(), and CorrectedPATMETProducer::produce().

124 { metSig_ = metSig; }
double metSig_
Definition: MET.h:321

◆ setMETSumPtUnclustered()

void MET::setMETSumPtUnclustered ( const double &  sumPtUnclustered)

Definition at line 128 of file MET.cc.

References met_cff::sumPtUnclustered, and sumPtUnclustered_.

Referenced by pat::PATMETProducer::produce().

sumPtUnclustered
Definition: met_cff.py:22
double sumPtUnclustered_
Definition: MET.h:323

◆ setUncShift()

void MET::setUncShift ( double  px,
double  py,
double  sumEt,
METUncertainty  shift,
bool  isSmeared = false 
)

Definition at line 336 of file MET.cc.

References corrections_, JetResDown, reco::LeafCandidate::px(), reco::LeafCandidate::py(), edm::shift, reco::MET::sumEt(), uncertainties_, pat::MET::PackedMETUncertainty::unpackDpx(), pat::MET::PackedMETUncertainty::unpackDpy(), and pat::MET::PackedMETUncertainty::unpackDSumEt().

336  {
337  if (uncertainties_.empty()) {
338  uncertainties_.resize(METUncertainty::METFullUncertaintySize);
339  }
340 
341  if (isSmeared && shift <= MET::JetResDown) {
342  //changing reference to only get the uncertainty shift and not the smeared one
343  // which is performed independently
344  shift = (MET::METUncertainty)(METUncertainty::METUncertaintySize + shift + 1);
345  const PackedMETUncertainty &ref = corrections_[METCorrectionType::Smear];
346  uncertainties_[shift].set(px - ref.unpackDpx() - this->px(),
347  py - ref.unpackDpy() - this->py(),
348  sumEt - ref.unpackDSumEt() - this->sumEt());
349  } else
350  uncertainties_[shift].set(px - this->px(), py - this->py(), sumEt - this->sumEt());
351 }
std::vector< PackedMETUncertainty > uncertainties_
Definition: MET.h:335
double sumEt() const
Definition: MET.h:56
METUncertainty
Definition: MET.h:152
double px() const final
x coordinate of momentum vector
double py() const final
y coordinate of momentum vector
std::vector< PackedMETUncertainty > corrections_
Definition: MET.h:336
static unsigned int const shift

◆ shiftedP2()

MET::Vector2 MET::shiftedP2 ( MET::METUncertainty  shift,
MET::METCorrectionLevel  cor = Type1 
) const

Definition at line 241 of file MET.cc.

References caloPackedMet_, findMETTotalShift(), reco::LeafCandidate::px(), reco::LeafCandidate::py(), runTheMatrix::ret, edm::shift, shiftedP2_74x(), uncertaintiesRaw_, uncertaintiesType1_, pat::MET::PackedMETUncertainty::unpackDpx(), pat::MET::PackedMETUncertainty::unpackDpy(), and findQualityFiles::v.

Referenced by caloMETP2(), corP2(), shiftedPhi(), shiftedPt(), shiftedPx(), shiftedPy(), and uncorP2().

241  {
242  Vector2 vo;
243 
244  //backward compatibility with 74X samples -> the only one
245  // with uncertaintiesType1_/uncertaintiesRaw_ not empty
246  //will be removed once 74X is not used anymore
247  if (!uncertaintiesType1_.empty() || !uncertaintiesRaw_.empty()) {
248  if (cor != MET::METCorrectionLevel::RawCalo) {
249  vo = shiftedP2_74x(shift, cor);
250  } else {
252  vo = ret;
253  }
254  } else {
255  auto v = findMETTotalShift(cor, shift);
256  Vector2 ret{(px() + v.dpx()), (py() + v.dpy())};
257  //return ret;
258  vo = ret;
259  }
260  return vo;
261 }
std::vector< PackedMETUncertainty > uncertaintiesRaw_
Definition: MET.h:333
ret
prodAgent to be discontinued
UnpackedMETUncertainty findMETTotalShift(MET::METCorrectionLevel cor, MET::METUncertainty shift) const
Definition: MET.cc:208
float unpackDpx() const
Definition: MET.cc:454
double px() const final
x coordinate of momentum vector
PackedMETUncertainty caloPackedMet_
Definition: MET.h:338
double py() const final
y coordinate of momentum vector
float unpackDpy() const
Definition: MET.cc:456
Vector2 shiftedP2_74x(METUncertainty shift, METCorrectionLevel level) const
Definition: MET.cc:372
std::vector< PackedMETUncertainty > uncertaintiesType1_
Definition: MET.h:333
static unsigned int const shift

◆ shiftedP2_74x()

MET::Vector2 MET::shiftedP2_74x ( MET::METUncertainty  shift,
MET::METCorrectionLevel  level 
) const

Definition at line 372 of file MET.cc.

References Exception, personalPlayback::level, reco::LeafCandidate::p(), reco::LeafCandidate::px(), reco::LeafCandidate::py(), Raw, runTheMatrix::ret, edm::shift, Type1, uncertaintiesRaw_, uncertaintiesType1_, and findQualityFiles::v.

Referenced by shiftedP2().

372  {
373  if (level != Type1 && level != Raw)
374  throw cms::Exception("Unsupported", "MET uncertainties only supported for Raw and Type1 in 74X samples \n");
375  const std::vector<PackedMETUncertainty> &v = (level == Type1 ? uncertaintiesType1_ : uncertaintiesRaw_);
376  if (v.empty())
377  throw cms::Exception("Unsupported", "MET uncertainties not available for the specified correction type\n");
378  if (v.size() == 1) {
379  if (shift != MET::METUncertainty::NoShift)
380  throw cms::Exception(
381  "Unsupported",
382  "MET uncertainties not available for the specified correction type (only central value available)\n");
383  auto const &p = v.front();
384  return Vector2{(px() + p.unpackDpx()), (py() + p.unpackDpy())};
385  }
386  auto const &p = v[shift];
387  Vector2 ret{(px() + p.unpackDpx()), (py() + p.unpackDpy())};
388  return ret;
389 }
std::vector< PackedMETUncertainty > uncertaintiesRaw_
Definition: MET.h:333
ret
prodAgent to be discontinued
double px() const final
x coordinate of momentum vector
double p() const final
magnitude of momentum vector
double py() const final
y coordinate of momentum vector
std::vector< PackedMETUncertainty > uncertaintiesType1_
Definition: MET.h:333
static unsigned int const shift

◆ shiftedP3()

MET::Vector MET::shiftedP3 ( MET::METUncertainty  shift,
MET::METCorrectionLevel  cor = Type1 
) const

Definition at line 262 of file MET.cc.

References caloPackedMet_, findMETTotalShift(), reco::LeafCandidate::px(), reco::LeafCandidate::py(), edm::shift, shiftedP3_74x(), createJobs::tmp, uncertaintiesRaw_, uncertaintiesType1_, pat::MET::PackedMETUncertainty::unpackDpx(), pat::MET::PackedMETUncertainty::unpackDpy(), and findQualityFiles::v.

Referenced by corP3(), and uncorP3().

262  {
263  Vector vo;
264 
265  //backward compatibility with 74X samples -> the only one
266  // with uncertaintiesType1_/uncertaintiesRaw_ not empty
267  //will be removed once 74X is not used anymore
268  if (!uncertaintiesType1_.empty() || !uncertaintiesRaw_.empty()) {
269  if (cor != MET::METCorrectionLevel::RawCalo) {
270  vo = shiftedP3_74x(shift, cor);
271  } else {
273  vo = tmp;
274  }
275  } else {
276  const MET::UnpackedMETUncertainty &v = findMETTotalShift(cor, shift);
277  //return Vector(px() + v.dpx(), py() + v.dpy(), 0);
278  Vector tmp(px() + v.dpx(), py() + v.dpy(), 0);
279  vo = tmp;
280  }
281  return vo;
282 }
std::vector< PackedMETUncertainty > uncertaintiesRaw_
Definition: MET.h:333
ROOT::Math::Plane3D::Vector Vector
Definition: EcalHitMaker.cc:29
Vector shiftedP3_74x(METUncertainty shift, METCorrectionLevel level) const
Definition: MET.cc:391
UnpackedMETUncertainty findMETTotalShift(MET::METCorrectionLevel cor, MET::METUncertainty shift) const
Definition: MET.cc:208
float unpackDpx() const
Definition: MET.cc:454
double px() const final
x coordinate of momentum vector
PackedMETUncertainty caloPackedMet_
Definition: MET.h:338
double py() const final
y coordinate of momentum vector
float unpackDpy() const
Definition: MET.cc:456
std::vector< PackedMETUncertainty > uncertaintiesType1_
Definition: MET.h:333
static unsigned int const shift
tmp
align.sh
Definition: createJobs.py:716

◆ shiftedP3_74x()

MET::Vector MET::shiftedP3_74x ( MET::METUncertainty  shift,
MET::METCorrectionLevel  level 
) const

Definition at line 391 of file MET.cc.

References Exception, personalPlayback::level, reco::LeafCandidate::p(), reco::LeafCandidate::px(), reco::LeafCandidate::py(), Raw, edm::shift, Type1, uncertaintiesRaw_, uncertaintiesType1_, and findQualityFiles::v.

Referenced by shiftedP3().

391  {
392  if (level != Type1 && level != Raw)
393  throw cms::Exception("Unsupported", "MET uncertainties only supported for Raw and Type1 in 74X samples \n");
394  const std::vector<PackedMETUncertainty> &v = (level == Type1 ? uncertaintiesType1_ : uncertaintiesRaw_);
395  if (v.empty())
396  throw cms::Exception("Unsupported", "MET uncertainties not available for the specified correction type\n");
397  if (v.size() == 1) {
398  if (shift != MET::METUncertainty::NoShift)
399  throw cms::Exception(
400  "Unsupported",
401  "MET uncertainties not available for the specified correction type (only central value available)\n");
402  auto const &p = v.front();
403  return Vector(px() + p.unpackDpx(), py() + p.unpackDpy(), 0);
404  }
405  auto const &p = v[shift];
406  return Vector(px() + p.unpackDpx(), py() + p.unpackDpy(), 0);
407 }
std::vector< PackedMETUncertainty > uncertaintiesRaw_
Definition: MET.h:333
double px() const final
x coordinate of momentum vector
double p() const final
magnitude of momentum vector
double py() const final
y coordinate of momentum vector
std::vector< PackedMETUncertainty > uncertaintiesType1_
Definition: MET.h:333
math::XYZVector Vector
point in the space
Definition: LeafCandidate.h:29
static unsigned int const shift

◆ shiftedP4()

MET::LorentzVector MET::shiftedP4 ( METUncertainty  shift,
MET::METCorrectionLevel  cor = Type1 
) const

Definition at line 283 of file MET.cc.

References caloPackedMet_, findMETTotalShift(), Matriplex::hypot(), reco::LeafCandidate::px(), reco::LeafCandidate::py(), edm::shift, shiftedP4_74x(), createJobs::tmp, uncertaintiesRaw_, uncertaintiesType1_, pat::MET::PackedMETUncertainty::unpackDpx(), pat::MET::PackedMETUncertainty::unpackDpy(), findQualityFiles::v, x, and reco::LeafCandidate::y().

Referenced by corP4(), and uncorP4().

283  {
284  LorentzVector vo;
285 
286  //backward compatibility with 74X samples -> the only one
287  // with uncertaintiesType1_/uncertaintiesRaw_ not empty
288  //will be removed once 74X is not used anymore
289  if (!uncertaintiesType1_.empty() || !uncertaintiesRaw_.empty()) {
290  if (cor != MET::METCorrectionLevel::RawCalo) {
291  vo = shiftedP4_74x(shift, cor);
292  } else {
294  LorentzVector tmp(x, y, 0, std::hypot(x, y));
295  vo = tmp;
296  }
297  } else {
298  const auto v = findMETTotalShift(cor, shift);
299  double x = px() + v.dpx(), y = py() + v.dpy();
300  //return LorentzVector(x, y, 0, std::hypot(x,y));
301  LorentzVector tmp(x, y, 0, std::hypot(x, y));
302  vo = tmp;
303  }
304  return vo;
305 }
std::vector< PackedMETUncertainty > uncertaintiesRaw_
Definition: MET.h:333
MPlex< T, D1, D2, N > hypot(const MPlex< T, D1, D2, N > &a, const MPlex< T, D1, D2, N > &b)
Definition: Matriplex.h:436
LorentzVector shiftedP4_74x(METUncertainty shift, METCorrectionLevel level) const
Definition: MET.cc:409
double y() const final
rapidity
UnpackedMETUncertainty findMETTotalShift(MET::METCorrectionLevel cor, MET::METUncertainty shift) const
Definition: MET.cc:208
float unpackDpx() const
Definition: MET.cc:454
double px() const final
x coordinate of momentum vector
PackedMETUncertainty caloPackedMet_
Definition: MET.h:338
math::XYZTLorentzVector LorentzVector
double py() const final
y coordinate of momentum vector
float unpackDpy() const
Definition: MET.cc:456
std::vector< PackedMETUncertainty > uncertaintiesType1_
Definition: MET.h:333
static unsigned int const shift
float x
tmp
align.sh
Definition: createJobs.py:716

◆ shiftedP4_74x()

MET::LorentzVector MET::shiftedP4_74x ( METUncertainty  shift,
MET::METCorrectionLevel  level 
) const

Definition at line 409 of file MET.cc.

References Exception, Matriplex::hypot(), personalPlayback::level, reco::LeafCandidate::p(), reco::LeafCandidate::px(), reco::LeafCandidate::py(), Raw, edm::shift, Type1, uncertaintiesRaw_, uncertaintiesType1_, findQualityFiles::v, x, and reco::LeafCandidate::y().

Referenced by shiftedP4().

409  {
410  if (level != Type1 && level != Raw)
411  throw cms::Exception("Unsupported", "MET uncertainties only supported for Raw and Type1 in 74X samples\n");
412  const std::vector<PackedMETUncertainty> &v = (level == Type1 ? uncertaintiesType1_ : uncertaintiesRaw_);
413  if (v.empty())
414  throw cms::Exception("Unsupported", "MET uncertainties not available for the specified correction type\n");
415  if (v.size() == 1) {
416  if (shift != MET::METUncertainty::NoShift)
417  throw cms::Exception(
418  "Unsupported",
419  "MET uncertainties not available for the specified correction type (only central value available)\n");
420  auto const &p = v.front();
421  double x = px() + p.unpackDpx(), y = py() + p.unpackDpy();
422  return LorentzVector(x, y, 0, std::hypot(x, y));
423  }
424  auto const &p = v[shift];
425  double x = px() + p.unpackDpx(), y = py() + p.unpackDpy();
426  return LorentzVector(x, y, 0, std::hypot(x, y));
427 }
std::vector< PackedMETUncertainty > uncertaintiesRaw_
Definition: MET.h:333
MPlex< T, D1, D2, N > hypot(const MPlex< T, D1, D2, N > &a, const MPlex< T, D1, D2, N > &b)
Definition: Matriplex.h:436
double y() const final
rapidity
double px() const final
x coordinate of momentum vector
double p() const final
magnitude of momentum vector
double py() const final
y coordinate of momentum vector
std::vector< PackedMETUncertainty > uncertaintiesType1_
Definition: MET.h:333
static unsigned int const shift
float x
math::XYZTLorentzVector LorentzVector
Lorentz vector.
Definition: LeafCandidate.h:23

◆ shiftedPhi()

double pat::MET::shiftedPhi ( METUncertainty  shift,
METCorrectionLevel  level = Type1 
) const
inline

Definition at line 227 of file MET.h.

References personalPlayback::level, pat::MET::Vector2::phi(), edm::shift, and shiftedP2().

227  {
228  return shiftedP2(shift, level).phi();
229  };
Vector2 shiftedP2(METUncertainty shift, METCorrectionLevel level=Type1) const
Definition: MET.cc:241
static unsigned int const shift
double phi() const
Definition: MET.h:212

◆ shiftedPt()

double pat::MET::shiftedPt ( METUncertainty  shift,
METCorrectionLevel  level = Type1 
) const
inline

Definition at line 224 of file MET.h.

References personalPlayback::level, pat::MET::Vector2::pt(), edm::shift, and shiftedP2().

Referenced by METTester::analyze().

224  {
225  return shiftedP2(shift, level).pt();
226  };
Vector2 shiftedP2(METUncertainty shift, METCorrectionLevel level=Type1) const
Definition: MET.cc:241
static unsigned int const shift
double pt() const
Definition: MET.h:211

◆ shiftedPx()

double pat::MET::shiftedPx ( METUncertainty  shift,
METCorrectionLevel  level = Type1 
) const
inline

Definition at line 218 of file MET.h.

References personalPlayback::level, pat::MET::Vector2::px, edm::shift, and shiftedP2().

Referenced by pat::PATMETSlimmer::OneMETShift::readAndSet().

218  {
219  return shiftedP2(shift, level).px;
220  };
double px
Definition: MET.h:210
Vector2 shiftedP2(METUncertainty shift, METCorrectionLevel level=Type1) const
Definition: MET.cc:241
static unsigned int const shift

◆ shiftedPy()

double pat::MET::shiftedPy ( METUncertainty  shift,
METCorrectionLevel  level = Type1 
) const
inline

Definition at line 221 of file MET.h.

References personalPlayback::level, pat::MET::Vector2::py, edm::shift, and shiftedP2().

Referenced by pat::PATMETSlimmer::OneMETShift::readAndSet().

221  {
222  return shiftedP2(shift, level).py;
223  };
double py
Definition: MET.h:210
Vector2 shiftedP2(METUncertainty shift, METCorrectionLevel level=Type1) const
Definition: MET.cc:241
static unsigned int const shift

◆ shiftedSumEt()

double MET::shiftedSumEt ( MET::METUncertainty  shift,
MET::METCorrectionLevel  cor = Type1 
) const

Definition at line 306 of file MET.cc.

References caloPackedMet_, findMETTotalShift(), edm::shift, shiftedSumEt_74x(), reco::MET::sumEt(), uncertaintiesRaw_, uncertaintiesType1_, pat::MET::PackedMETUncertainty::unpackDSumEt(), and findQualityFiles::v.

Referenced by caloMETSumEt(), corSumEt(), pat::PATMETSlimmer::OneMETShift::readAndSet(), and uncorSumEt().

306  {
307  double sumEto;
308 
309  //backward compatibility with 74X samples -> the only one
310  // with uncertaintiesType1_/uncertaintiesRaw_ not empty
311  //will be removed once 74X is not used anymore
312  if (!uncertaintiesType1_.empty() || !uncertaintiesRaw_.empty()) {
313  if (cor != MET::METCorrectionLevel::RawCalo) {
314  sumEto = shiftedSumEt_74x(shift, cor);
315  } else {
316  sumEto = caloPackedMet_.unpackDSumEt();
317  }
318  } else {
319  const auto v = findMETTotalShift(cor, shift);
320  //return sumEt() + v.dsumEt();
321  sumEto = sumEt() + v.dsumEt();
322  }
323  return sumEto;
324 }
std::vector< PackedMETUncertainty > uncertaintiesRaw_
Definition: MET.h:333
UnpackedMETUncertainty findMETTotalShift(MET::METCorrectionLevel cor, MET::METUncertainty shift) const
Definition: MET.cc:208
double sumEt() const
Definition: MET.h:56
float unpackDSumEt() const
Definition: MET.cc:458
PackedMETUncertainty caloPackedMet_
Definition: MET.h:338
std::vector< PackedMETUncertainty > uncertaintiesType1_
Definition: MET.h:333
double shiftedSumEt_74x(METUncertainty shift, METCorrectionLevel level) const
Definition: MET.cc:429
static unsigned int const shift

◆ shiftedSumEt_74x()

double MET::shiftedSumEt_74x ( MET::METUncertainty  shift,
MET::METCorrectionLevel  level 
) const

Definition at line 429 of file MET.cc.

References Exception, personalPlayback::level, Raw, edm::shift, reco::MET::sumEt(), Type1, uncertaintiesRaw_, uncertaintiesType1_, and findQualityFiles::v.

Referenced by shiftedSumEt().

429  {
430  if (level != Type1 && level != Raw)
431  throw cms::Exception("Unsupported", "MET uncertainties only supported for Raw and Type1 in 74X samples\n");
432  const std::vector<PackedMETUncertainty> &v = (level == Type1 ? uncertaintiesType1_ : uncertaintiesRaw_);
433  if (v.empty())
434  throw cms::Exception("Unsupported", "MET uncertainties not available for the specified correction type\n");
435  if (v.size() == 1) {
436  if (shift != MET::METUncertainty::NoShift)
437  throw cms::Exception(
438  "Unsupported",
439  "MET uncertainties not available for the specified correction type (only central value available)\n");
440  return sumEt() + v.front().unpackDSumEt();
441  }
442  return sumEt() + v[shift].unpackDSumEt();
443 }
std::vector< PackedMETUncertainty > uncertaintiesRaw_
Definition: MET.h:333
double sumEt() const
Definition: MET.h:56
std::vector< PackedMETUncertainty > uncertaintiesType1_
Definition: MET.h:333
static unsigned int const shift

◆ Type6EtFraction()

double pat::MET::Type6EtFraction ( ) const
inline

Definition at line 142 of file MET.h.

References pfSpecific(), and SpecificPFMETData::Type6Fraction.

Referenced by METTester::analyze(), and METAnalyzer::fillMonitorElement().

142 { return pfSpecific().Type6Fraction; }
const SpecificPFMETData & pfSpecific() const
accessor for the pfMET-specific structure
Definition: MET.h:145

◆ Type7EtFraction()

double pat::MET::Type7EtFraction ( ) const
inline

Definition at line 143 of file MET.h.

References pfSpecific(), and SpecificPFMETData::Type7Fraction.

Referenced by METTester::analyze(), and METAnalyzer::fillMonitorElement().

143 { return pfSpecific().Type7Fraction; }
const SpecificPFMETData & pfSpecific() const
accessor for the pfMET-specific structure
Definition: MET.h:145

◆ uncorP2()

MET::Vector2 MET::uncorP2 ( ) const

Definition at line 331 of file MET.cc.

References NoShift, Raw, and shiftedP2().

Referenced by uncorPhi(), uncorPt(), uncorPx(), and uncorPy().

331 { return shiftedP2(MET::NoShift, MET::Raw); }
Vector2 shiftedP2(METUncertainty shift, METCorrectionLevel level=Type1) const
Definition: MET.cc:241

◆ uncorP3()

MET::Vector MET::uncorP3 ( ) const

Definition at line 332 of file MET.cc.

References NoShift, Raw, and shiftedP3().

332 { return shiftedP3(MET::NoShift, MET::Raw); }
Vector shiftedP3(METUncertainty shift, METCorrectionLevel level=Type1) const
Definition: MET.cc:262

◆ uncorP4()

MET::LorentzVector MET::uncorP4 ( ) const

Definition at line 333 of file MET.cc.

References NoShift, Raw, and shiftedP4().

333 { return shiftedP4(MET::NoShift, MET::Raw); }
LorentzVector shiftedP4(METUncertainty shift, METCorrectionLevel level=Type1) const
Definition: MET.cc:283

◆ uncorPhi()

double pat::MET::uncorPhi ( ) const
inline

Definition at line 247 of file MET.h.

References pat::MET::Vector2::phi(), and uncorP2().

247 { return uncorP2().phi(); };
Vector2 uncorP2() const
Definition: MET.cc:331
double phi() const
Definition: MET.h:212

◆ uncorPt()

double pat::MET::uncorPt ( ) const
inline

Definition at line 246 of file MET.h.

References pat::MET::Vector2::pt(), and uncorP2().

246 { return uncorP2().pt(); };
Vector2 uncorP2() const
Definition: MET.cc:331
double pt() const
Definition: MET.h:211

◆ uncorPx()

double pat::MET::uncorPx ( ) const
inline

Definition at line 244 of file MET.h.

References pat::MET::Vector2::px, and uncorP2().

244 { return uncorP2().px; };
double px
Definition: MET.h:210
Vector2 uncorP2() const
Definition: MET.cc:331

◆ uncorPy()

double pat::MET::uncorPy ( ) const
inline

Definition at line 245 of file MET.h.

References pat::MET::Vector2::py, and uncorP2().

245 { return uncorP2().py; };
double py
Definition: MET.h:210
Vector2 uncorP2() const
Definition: MET.cc:331

◆ uncorSumEt()

double MET::uncorSumEt ( ) const

Definition at line 334 of file MET.cc.

References NoShift, Raw, and shiftedSumEt().

334 { return shiftedSumEt(MET::NoShift, MET::Raw); }
double shiftedSumEt(METUncertainty shift, METCorrectionLevel level=Type1) const
Definition: MET.cc:306

Member Data Documentation

◆ caloMET_

std::vector<SpecificCaloMETData> pat::MET::caloMET_
private

Definition at line 316 of file MET.h.

Referenced by caloSpecific(), isCaloMET(), isRecoMET(), MET(), and operator=().

◆ caloPackedMet_

PackedMETUncertainty pat::MET::caloPackedMet_
protected

Definition at line 338 of file MET.h.

Referenced by operator=(), shiftedP2(), shiftedP3(), shiftedP4(), and shiftedSumEt().

◆ corMap_

std::map<MET::METCorrectionLevel, std::vector<MET::METCorrectionType> > pat::MET::corMap_
private

Definition at line 327 of file MET.h.

Referenced by findMETTotalShift(), and initCorMap().

◆ corrections_

std::vector<PackedMETUncertainty> pat::MET::corrections_
protected

Definition at line 336 of file MET.h.

Referenced by findMETTotalShift(), operator=(), setCorShift(), and setUncShift().

◆ genMET_

std::vector<reco::GenMET> pat::MET::genMET_
private

Definition at line 314 of file MET.h.

Referenced by genMET(), operator=(), and setGenMET().

◆ metSig_

double pat::MET::metSig_
private

Definition at line 321 of file MET.h.

Referenced by MET(), metSignificance(), operator=(), and setMETSignificance().

◆ pfMET_

std::vector<SpecificPFMETData> pat::MET::pfMET_
private

Definition at line 318 of file MET.h.

Referenced by isPFMET(), isRecoMET(), MET(), operator=(), and pfSpecific().

◆ sumPtUnclustered_

double pat::MET::sumPtUnclustered_
private

Definition at line 323 of file MET.h.

Referenced by MET(), metSumPtUnclustered(), operator=(), and setMETSumPtUnclustered().

◆ uncertainties_

std::vector<PackedMETUncertainty> pat::MET::uncertainties_
protected

Definition at line 335 of file MET.h.

Referenced by findMETTotalShift(), operator=(), and setUncShift().

◆ uncertaintiesRaw_

std::vector<PackedMETUncertainty> pat::MET::uncertaintiesRaw_
protected

◆ uncertaintiesType1_

std::vector<PackedMETUncertainty> pat::MET::uncertaintiesType1_
protected

◆ uncertaintiesType1p2_

std::vector<PackedMETUncertainty> pat::MET::uncertaintiesType1p2_
protected

Definition at line 333 of file MET.h.

Referenced by operator=().