CMS 3D CMS Logo

PUSubMETData.cc
Go to the documentation of this file.
2 
3 namespace reco {
4 
6  p4_.SetXYZT(0., 0., 0., 0.);
7  dZ_ = 0.;
9  charge_ = 0;
10  isWithinJet_ = false;
11  passesLooseJetId_ = 0.;
12  offsetEnCorr_ = 0.;
13  mva_ = 0.;
14  chargedEnFrac_ = 0.;
15  }
16 
18 
19  bool PUSubMETCandInfo::operator<(const reco::PUSubMETCandInfo& jet2) const { return p4_.pt() < jet2.p4().pt(); }
20 
21 } // namespace reco
reco::PUSubMETCandInfo::dZ_
float dZ_
Definition: PUSubMETData.h:67
reco::PUSubMETCandInfo::kUndefined
Definition: PUSubMETData.h:63
reco::PUSubMETCandInfo::p4_
reco::Candidate::LorentzVector p4_
Definition: PUSubMETData.h:66
reco::PUSubMETCandInfo::passesLooseJetId_
float passesLooseJetId_
Definition: PUSubMETData.h:74
reco::PUSubMETCandInfo::charge_
int charge_
Definition: PUSubMETData.h:70
reco
fixed size matrix
Definition: AlignmentAlgorithmBase.h:45
reco::PUSubMETCandInfo::type_
int type_
Definition: PUSubMETData.h:69
reco::PUSubMETCandInfo
Definition: PUSubMETData.h:21
reco::PUSubMETCandInfo::mva_
float mva_
Definition: PUSubMETData.h:76
reco::PUSubMETCandInfo::isWithinJet_
bool isWithinJet_
Definition: PUSubMETData.h:73
reco::PUSubMETCandInfo::p4
const reco::Candidate::LorentzVector & p4() const
Definition: PUSubMETData.h:30
reco::PUSubMETCandInfo::operator<
bool operator<(const reco::PUSubMETCandInfo &) const
Definition: PUSubMETData.cc:19
reco::PUSubMETCandInfo::PUSubMETCandInfo
PUSubMETCandInfo()
Definition: PUSubMETData.cc:5
reco::PUSubMETCandInfo::~PUSubMETCandInfo
~PUSubMETCandInfo()
Definition: PUSubMETData.cc:17
reco::PUSubMETCandInfo::offsetEnCorr_
float offsetEnCorr_
Definition: PUSubMETData.h:75
PUSubMETData.h
reco::PUSubMETCandInfo::chargedEnFrac_
float chargedEnFrac_
Definition: PUSubMETData.h:77