CMS 3D CMS Logo

CastorJetID.h
Go to the documentation of this file.
1 #ifndef DataFormats_JetReco_interface_CastorJetID_h
2 #define DataFormats_JetReco_interface_CastorJetID_h
3 
14 
15 namespace reco {
16  struct CastorJetID {
17  // initialize
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 
40 } // namespace reco
41 
42 #endif
Castor Jet ID object.
Definition: CastorJetID.h:16
fixed size matrix
edm::ValueMap< CastorJetID > CastorJetIDValueMap
Definition: CastorJetID.h:39