CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MuonEnergy.h
Go to the documentation of this file.
1 #ifndef MuonReco_MuonEnergy_h
2 #define MuonReco_MuonEnergy_h
3 
6 namespace reco {
7  struct MuonEnergy {
10  float tower;
12  float towerS9;
13 
16  float em;
18  float emS9;
20  float emS25;
22  float emMax;
23 
26  float had;
28  float hadS9;
30  float hadMax;
32  float ho;
34  float hoS9;
35 
37  float ecal_time;
39  float hcal_time;
41 
45 
48 
51 
53  tower(0), towerS9(0),
54  em(0), emS9(0), emS25(0), emMax(0),
55  had(0), hadS9(0), hadMax(0),
57  { }
58 
59  };
60 }
61 #endif
float ecal_timeError
Definition: MuonEnergy.h:38
float emS9
energy deposited in 3x3 ECAL crystal shape around central crystal
Definition: MuonEnergy.h:18
ROOT::Math::PositionVector3D< ROOT::Math::Cartesian3D< float > > XYZPointF
point in space with cartesian internal representation
Definition: Point3D.h:10
float towerS9
total energy in 3x3 tower shape
Definition: MuonEnergy.h:12
float ecal_time
Calorimeter timing.
Definition: MuonEnergy.h:37
float ho
energy deposited in crossed HO towers
Definition: MuonEnergy.h:32
DetId hcal_id
DetId of the central HCAL tower with smallest depth.
Definition: MuonEnergy.h:50
float emS25
energy deposited in 5x5 ECAL crystal shape around central crystal
Definition: MuonEnergy.h:20
float hoS9
energy deposited in 3x3 HO tower shape around central tower
Definition: MuonEnergy.h:34
math::XYZPointF hcal_position
Definition: MuonEnergy.h:44
float emMax
maximal energy of ECAL crystal in the 5x5 shape
Definition: MuonEnergy.h:22
Definition: DetId.h:18
float hadMax
maximal energy of HCAL tower in the 3x3 shape
Definition: MuonEnergy.h:30
DetId ecal_id
DetId of the central ECAL crystal.
Definition: MuonEnergy.h:47
float hcal_timeError
Definition: MuonEnergy.h:40
math::XYZPointF ecal_position
Trajectory position at the calorimeter.
Definition: MuonEnergy.h:43
float hadS9
energy deposited in 3x3 HCAL tower shape around central tower
Definition: MuonEnergy.h:28