CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PUSubMETData.cc
Go to the documentation of this file.
2 
3 namespace reco {
4 
6 
7  p4_.SetXYZT(0.,0.,0.,0.);
8  dZ_ = 0.;
10  charge_ = 0;
11  isWithinJet_ = false;
12  passesLooseJetId_ = 0.;
13  offsetEnCorr_ = 0.;
14  mva_ = 0.;
15  chargedEnFrac_ = 0.;
16 
17  }
18 
19 
21 
22  }
23 
24 
26  return p4_.pt() < jet2.p4().pt();
27  }
28 
29 
30 }
31 
reco::Candidate::LorentzVector p4_
Definition: PUSubMETData.h:72
bool operator<(const reco::PUSubMETCandInfo &) const
Definition: PUSubMETData.cc:25
const reco::Candidate::LorentzVector & p4() const
Definition: PUSubMETData.h:34