CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch13/src/DataFormats/METReco/interface/SpecificGenMETData.h

Go to the documentation of this file.
00001 #ifndef METReco_SpecificGenMETData_h
00002 #define METReco_SpecificGenMETData_h
00003 
00017 /*
00018 Revision: Sept. 29, 2009
00019 Author : Ronald Remington
00020 Notes:  Changed names of data members to align with those in PFMET.  Should be integrated in CMSSW_3_4_X.
00021 */
00022 
00023 struct SpecificGenMETData
00024 {
00025   double NeutralEMEtFraction ;
00026   double NeutralHadEtFraction ;
00027   double ChargedEMEtFraction ;
00028   double ChargedHadEtFraction ;
00029   double MuonEtFraction ;
00030   double InvisibleEtFraction ;
00031 
00032   //Old, obsolete datamembers (to be removed as soon as possible e.g 4_X_Y)
00033   double m_EmEnergy;         // Event energy from EM particles
00034   double m_HadEnergy;        // Event energy from Hadronic particles
00035   double m_InvisibleEnergy;  // Event energy from neutrinos, etc
00036   double m_AuxiliaryEnergy;  // Event energy from undecayed particles
00037 
00038 
00039 
00040 }; //public : struct SpecificGenMETData
00041 #endif