CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SpecificPFMETData.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 #ifndef METReco_SpecificPFMETData_h
3 #define METReco_SpecificPFMETData_h
4 
10 
11 //____________________________________________________________________________||
13 {
16  , MuonFraction(0.0)
17  , Type6Fraction(0.0), Type7Fraction(0.0) { }
18 
19  // Data Members (should be renamed with "Et" in them to avoid ambiguities, see below)
24  double MuonFraction;
25  double Type6Fraction;
26  double Type7Fraction;
27 
28  // double NeutralEMEtFraction;
29  // double NeutralHadEtFraction;
30  // double ChargedEMEtFraction;
31  // double ChargedHadEtFraction;
32  // double MuonEtFraction;
33  // double Type6EtFraction;
34  // double Type7EtFraction;
35 
36 };
37 
38 //____________________________________________________________________________||
39 #endif // METReco_SpecificPFMETData_h
MET made from Particle Flow Candidates.