CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SpecificGenMETData.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 
3 // Package: METReco
4 // Class: SpecificGenMETData
5 //
13 // Authors: Richard Cavanaugh, Ronald Remington
14 //
15 
16 
17 //____________________________________________________________________________||
18 #ifndef METReco_SpecificGenMETData_h
19 #define METReco_SpecificGenMETData_h
20 
21 //____________________________________________________________________________||
23 {
24 
28  , MuonEtFraction(0.0), InvisibleEtFraction(0.0) { }
29 
36 
37  //Old, obsolete datamembers (to be removed as soon as possible e.g 4_X_Y)
38  float m_EmEnergy; // Event energy from EM particles
39  float m_HadEnergy; // Event energy from Hadronic particles
40  float m_InvisibleEnergy; // Event energy from neutrinos, etc
41  float m_AuxiliaryEnergy; // Event energy from undecayed particles
42 };
43 
44 //____________________________________________________________________________||
45 #endif // METReco_SpecificGenMETData_h