CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/DataFormats/METReco/src/PFClusterMET.cc

Go to the documentation of this file.
00001 // File: PFClusterMET.cc
00002 // Description: see PFClusterMET.h
00003 // Author: Salvatore Rappoccio
00004 // Creation Date:  Dec. 2010
00005 
00006 #include "DataFormats/METReco/interface/PFClusterMET.h"
00007 
00008 using namespace std;
00009 using namespace reco;
00010 
00011 //---------------------------------------------------------------------------
00012 // Default Constructor;
00013 //-----------------------------------
00014 PFClusterMET::PFClusterMET()
00015 {
00016 }
00017