CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
18  // initialize
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 
43 }
44 
45 #endif
Castor Jet ID object.
Definition: CastorJetID.h:16
edm::ValueMap< CastorJetID > CastorJetIDValueMap
Definition: CastorJetID.h:42