DataFormats
JetReco
interface
CastorJetID.h
Go to the documentation of this file.
1
#ifndef DataFormats_JetReco_interface_CastorJetID_h
2
#define DataFormats_JetReco_interface_CastorJetID_h
3
13
#include "
DataFormats/Common/interface/ValueMap.h
"
14
15
namespace
reco
{
16
struct
CastorJetID
{
17
// initialize
18
CastorJetID
() {
19
emEnergy
= 0.0;
20
hadEnergy
= 0.0;
21
fem
= 0.0;
22
width
= 0.0;
23
depth
= 0.0;
24
fhot
= 0.0;
25
sigmaz
= 0.0;
26
nTowers
= 0;
27
}
28
29
double
emEnergy
;
30
double
hadEnergy
;
31
double
fem
;
32
double
width
;
33
double
depth
;
34
double
fhot
;
35
double
sigmaz
;
36
int
nTowers
;
37
};
38
39
typedef
edm::ValueMap<CastorJetID>
CastorJetIDValueMap
;
40
}
// namespace reco
41
42
#endif
reco::CastorJetID::fhot
double fhot
Definition:
CastorJetID.h:34
reco::CastorJetID::fem
double fem
Definition:
CastorJetID.h:31
reco::CastorJetID
Castor Jet ID object.
Definition:
CastorJetID.h:16
reco::CastorJetID::hadEnergy
double hadEnergy
Definition:
CastorJetID.h:30
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:45
reco::CastorJetID::sigmaz
double sigmaz
Definition:
CastorJetID.h:35
reco::CastorJetID::depth
double depth
Definition:
CastorJetID.h:33
reco::CastorJetID::nTowers
int nTowers
Definition:
CastorJetID.h:36
reco::CastorJetIDValueMap
edm::ValueMap< CastorJetID > CastorJetIDValueMap
Definition:
CastorJetID.h:39
reco::CastorJetID::width
double width
Definition:
CastorJetID.h:32
ValueMap.h
reco::CastorJetID::emEnergy
double emEnergy
Definition:
CastorJetID.h:29
edm::ValueMap
Definition:
ValueMap.h:107
reco::CastorJetID::CastorJetID
CastorJetID()
Definition:
CastorJetID.h:18
Generated for CMSSW Reference Manual by
1.8.16