CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PFMET.cc
Go to the documentation of this file.
1 // File: PFMET.cc
2 // Description: see PFMET.h
3 // Author: R. Remington
4 // Creation Date: Oct. 2009
5 
7 
8 using namespace std;
9 using namespace reco;
10 
11 //---------------------------------------------------------------------------
12 // Default Constructor;
13 //-----------------------------------
15 {
16  // Initialize the container
17  pf_data.NeutralEMFraction = 0.0;
18  pf_data.NeutralHadFraction = 0.0;
19  pf_data.ChargedEMFraction = 0.0;
20  pf_data.ChargedHadFraction = 0.0;
21  pf_data.MuonFraction = 0.0;
22  pf_data.Type6Fraction = 0.0;
23  pf_data.Type7Fraction = 0.0;
24 
25 
26 
27 }
28 
PFMET(const edm::ParameterSet &)