CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MuonMETInfo.h
Go to the documentation of this file.
1 #ifndef RecoMET_MuonMETInfo_h
2 #define RecoMET_MuonMETInfo_h
3 
5 
6 struct MuonMETInfo {
7 
8  float ecalE;
9  float hcalE;
10  float hoE;
14  bool useAverage;
15  //if using in FWLite, this should be false
17  bool useHO;
18 
20  ecalE(0), hcalE(0), hoE(0),
21  ecalPos(0,0,0),hcalPos(0,0,0), hoPos(0,0,0),
23 
24 };
25 
26 
27 #endif
28 
29 
30 
31 
32 
33 
34 
35 
math::XYZPoint hcalPos
Definition: MuonMETInfo.h:12
float hcalE
Definition: MuonMETInfo.h:9
math::XYZPoint hoPos
Definition: MuonMETInfo.h:13
bool useTkAssociatorPositions
Definition: MuonMETInfo.h:16
float ecalE
Definition: MuonMETInfo.h:8
bool useAverage
Definition: MuonMETInfo.h:14
XYZPointD XYZPoint
point in space with cartesian internal representation
Definition: Point3D.h:13
math::XYZPoint ecalPos
Definition: MuonMETInfo.h:11