DataFormats
MuonReco
interface
MuonPFIsolation.h
Go to the documentation of this file.
1
#ifndef MuonReco_MuonPFIsolation_h
2
#define MuonReco_MuonPFIsolation_h
3
4
namespace
reco
{
5
struct
MuonPFIsolation
{
6
float
sumChargedHadronPt
;
7
float
sumChargedParticlePt
;
8
float
sumNeutralHadronEt
;
9
float
sumPhotonEt
;
10
float
sumNeutralHadronEtHighThreshold
;
11
float
sumPhotonEtHighThreshold
;
12
float
sumPUPt
;
13
14
MuonPFIsolation
()
15
:
sumChargedHadronPt
(0),
16
sumChargedParticlePt
(0),
17
sumNeutralHadronEt
(0),
18
sumPhotonEt
(0),
19
sumNeutralHadronEtHighThreshold
(0),
20
sumPhotonEtHighThreshold
(0),
21
sumPUPt
(0) {}
22
};
23
24
}
// namespace reco
25
#endif
reco::MuonPFIsolation::sumPhotonEtHighThreshold
float sumPhotonEtHighThreshold
sum pt of PF photons with a higher threshold
Definition:
MuonPFIsolation.h:11
reco::MuonPFIsolation::sumNeutralHadronEt
float sumNeutralHadronEt
sum pt of neutral hadrons
Definition:
MuonPFIsolation.h:8
reco::MuonPFIsolation::sumNeutralHadronEtHighThreshold
float sumNeutralHadronEtHighThreshold
sum pt of neutral hadrons with a higher threshold
Definition:
MuonPFIsolation.h:10
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:45
reco::MuonPFIsolation::MuonPFIsolation
MuonPFIsolation()
Definition:
MuonPFIsolation.h:14
reco::MuonPFIsolation::sumChargedParticlePt
float sumChargedParticlePt
sum-pt of charged Particles(inludes e/mu)
Definition:
MuonPFIsolation.h:7
reco::MuonPFIsolation
Definition:
MuonPFIsolation.h:5
reco::MuonPFIsolation::sumPUPt
float sumPUPt
sum pt of charged Particles not from PV (for Pu corrections)
Definition:
MuonPFIsolation.h:12
reco::MuonPFIsolation::sumPhotonEt
float sumPhotonEt
sum pt of PF photons
Definition:
MuonPFIsolation.h:9
reco::MuonPFIsolation::sumChargedHadronPt
float sumChargedHadronPt
sum-pt of charged Hadron
Definition:
MuonPFIsolation.h:6
Generated for CMSSW Reference Manual by
1.8.16