Main Page
Namespaces
Classes
Package Documentation
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
7
p4_
.SetXYZT(0.,0.,0.,0.);
8
dZ_
= 0.;
9
type_
=
PUSubMETCandInfo::kUndefined
;
10
charge_
= 0;
11
isWithinJet_
=
false
;
12
passesLooseJetId_
= 0.;
13
offsetEnCorr_
= 0.;
14
mva_
= 0.;
15
chargedEnFrac_
= 0.;
16
17
}
18
19
20
PUSubMETCandInfo::~PUSubMETCandInfo
() {
21
22
}
23
24
25
bool
PUSubMETCandInfo::operator<
(
const
reco::PUSubMETCandInfo
& jet2)
const
{
26
return
p4_
.pt() < jet2.
p4
().pt();
27
}
28
29
30
}
31
reco::PUSubMETCandInfo::charge_
int charge_
Definition:
PUSubMETData.h:76
reco::PUSubMETCandInfo::type_
int type_
Definition:
PUSubMETData.h:75
reco::PUSubMETCandInfo::offsetEnCorr_
float offsetEnCorr_
Definition:
PUSubMETData.h:81
reco::PUSubMETCandInfo::dZ_
float dZ_
Definition:
PUSubMETData.h:73
reco::PUSubMETCandInfo::p4_
reco::Candidate::LorentzVector p4_
Definition:
PUSubMETData.h:72
reco::PUSubMETCandInfo::operator<
bool operator<(const reco::PUSubMETCandInfo &) const
Definition:
PUSubMETData.cc:25
reco::PUSubMETCandInfo::passesLooseJetId_
float passesLooseJetId_
Definition:
PUSubMETData.h:80
reco::PUSubMETCandInfo::chargedEnFrac_
float chargedEnFrac_
Definition:
PUSubMETData.h:83
reco::PUSubMETCandInfo::kUndefined
Definition:
PUSubMETData.h:68
reco::PUSubMETCandInfo::isWithinJet_
bool isWithinJet_
Definition:
PUSubMETData.h:79
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:44
reco::PUSubMETCandInfo::mva_
float mva_
Definition:
PUSubMETData.h:82
reco::PUSubMETCandInfo::PUSubMETCandInfo
PUSubMETCandInfo()
Definition:
PUSubMETData.cc:5
PUSubMETData.h
reco::PUSubMETCandInfo::p4
const reco::Candidate::LorentzVector & p4() const
Definition:
PUSubMETData.h:34
reco::PUSubMETCandInfo::~PUSubMETCandInfo
~PUSubMETCandInfo()
Definition:
PUSubMETData.cc:20
reco::PUSubMETCandInfo
Definition:
PUSubMETData.h:22
Generated for CMSSW Reference Manual by
1.8.11