Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
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
18
// initialize
19
CastorJetID
() {
20
emEnergy
= 0.0;
21
hadEnergy
= 0.0;
22
fem
= 0.0;
23
width
= 0.0;
24
depth
= 0.0;
25
fhot
= 0.0;
26
sigmaz
= 0.0;
27
nTowers
= 0;
28
29
}
30
31
double
emEnergy
;
32
double
hadEnergy
;
33
double
fem
;
34
double
width
;
35
double
depth
;
36
double
fhot
;
37
double
sigmaz
;
38
int
nTowers
;
39
40
};
41
42
typedef
edm::ValueMap<CastorJetID>
CastorJetIDValueMap
;
43
}
44
45
#endif
reco::CastorJetID::fem
double fem
Definition:
CastorJetID.h:33
reco::CastorJetID::hadEnergy
double hadEnergy
Definition:
CastorJetID.h:32
dt_dqm_sourceclient_common_cff.reco
tuple reco
Definition:
dt_dqm_sourceclient_common_cff.py:107
ValueMap.h
reco::CastorJetID::depth
double depth
Definition:
CastorJetID.h:35
reco::CastorJetID::nTowers
int nTowers
Definition:
CastorJetID.h:38
reco::CastorJetID::fhot
double fhot
Definition:
CastorJetID.h:36
reco::CastorJetID
Castor Jet ID object.
Definition:
CastorJetID.h:16
edm::ValueMap
Definition:
ValueMap.h:98
reco::CastorJetID::emEnergy
double emEnergy
Definition:
CastorJetID.h:31
reco::CastorJetID::CastorJetID
CastorJetID()
Definition:
CastorJetID.h:19
reco::CastorJetID::sigmaz
double sigmaz
Definition:
CastorJetID.h:37
reco::CastorJetIDValueMap
edm::ValueMap< CastorJetID > CastorJetIDValueMap
Definition:
CastorJetID.h:42
reco::CastorJetID::width
double width
Definition:
CastorJetID.h:34
Generated for CMSSW Reference Manual by
1.8.5