CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch1/src/RecoMET/METAlgorithms/interface/PFClusterSpecificAlgo.h

Go to the documentation of this file.
00001 #ifndef METAlgorithms_PFClusterMETInfo_h
00002 #define METAlgorithms_PFClusterMETInfo_h
00003 
00004 // Adds Particle Flow specific information to MET base class
00005 // Author: R. Remington (UF), R. Cavanaugh (UIC/Fermilab)
00006 // First Implementation: 10/27/08
00007 
00008 
00009 #include "DataFormats/METReco/interface/PFClusterMET.h"
00010 #include "DataFormats/Math/interface/LorentzVector.h"
00011 #include "DataFormats/Math/interface/Point3D.h"
00012 #include "DataFormats/METReco/interface/CommonMETData.h"
00013 
00014 
00015 
00016 class PFClusterSpecificAlgo
00017 {
00018  public:
00019   PFClusterSpecificAlgo() {;}
00020   
00021   typedef math::XYZTLorentzVector LorentzVector;
00022   typedef math::XYZPoint Point;
00023   reco::PFClusterMET addInfo(edm::Handle<edm::View<reco::Candidate> > PFClusterCandidates, CommonMETData met);
00024 
00025 };
00026 
00027 #endif
00028