src
DataFormats
METReco
src
PUSubMETData.cc
Go to the documentation of this file.
1
#include "
DataFormats/METReco/interface/PUSubMETData.h
"
2
3
namespace
reco
{
4
5
PUSubMETCandInfo::PUSubMETCandInfo
() {
6
p4_
.SetXYZT(0., 0., 0., 0.);
7
dZ_
= 0.;
8
type_
=
PUSubMETCandInfo::kUndefined
;
9
charge_
= 0;
10
isWithinJet_
=
false
;
11
passesLooseJetId_
= 0.;
12
offsetEnCorr_
= 0.;
13
mva_
= 0.;
14
chargedEnFrac_
= 0.;
15
}
16
17
PUSubMETCandInfo::~PUSubMETCandInfo
() {}
18
19
bool
PUSubMETCandInfo::operator<
(
const
reco::PUSubMETCandInfo
& jet2)
const
{
return
p4_
.pt() < jet2.
p4
().pt(); }
20
21
}
// namespace reco
reco::PUSubMETCandInfo::charge_
int charge_
Definition:
PUSubMETData.h:70
reco::PUSubMETCandInfo::type_
int type_
Definition:
PUSubMETData.h:69
reco::PUSubMETCandInfo::offsetEnCorr_
float offsetEnCorr_
Definition:
PUSubMETData.h:75
reco::PUSubMETCandInfo::dZ_
float dZ_
Definition:
PUSubMETData.h:67
reco::PUSubMETCandInfo::p4_
reco::Candidate::LorentzVector p4_
Definition:
PUSubMETData.h:66
reco::PUSubMETCandInfo::passesLooseJetId_
float passesLooseJetId_
Definition:
PUSubMETData.h:74
reco::PUSubMETCandInfo::chargedEnFrac_
float chargedEnFrac_
Definition:
PUSubMETData.h:77
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::isWithinJet_
bool isWithinJet_
Definition:
PUSubMETData.h:73
reco::PUSubMETCandInfo::kUndefined
Definition:
PUSubMETData.h:63
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:46
reco::PUSubMETCandInfo::mva_
float mva_
Definition:
PUSubMETData.h:76
reco::PUSubMETCandInfo::PUSubMETCandInfo
PUSubMETCandInfo()
Definition:
PUSubMETData.cc:5
PUSubMETData.h
reco::PUSubMETCandInfo::~PUSubMETCandInfo
~PUSubMETCandInfo()
Definition:
PUSubMETData.cc:17
reco::PUSubMETCandInfo
Definition:
PUSubMETData.h:21
Generated for CMSSW Reference Manual by
1.8.14