CMS 3D CMS Logo

PFAlgoTestBenchConversions.h

Go to the documentation of this file.
00001 #ifndef RecoParticleFlow_PFAlgoTestBenchConversions_PFAlgoTestBenchConversions_h
00002 #define RecoParticleFlow_PFAlgoTestBenchConversions_PFAlgoTestBenchConversions_h 
00003 
00004 #include <iostream>
00005 
00006 
00007 
00008 
00009 #include "RecoParticleFlow/PFAlgo/interface/PFAlgo.h"
00010 
00012 
00018 class PFAlgoTestBenchConversions : public PFAlgo {
00019 
00020  public:
00021 
00023   PFAlgoTestBenchConversions() {}
00024 
00026   virtual ~PFAlgoTestBenchConversions() {}
00027   
00028  
00029  protected:
00030 
00033   virtual void processBlock( const reco::PFBlockRef& blockref,
00034                              std::list<reco::PFBlockRef>& hcalBlockRefs, 
00035                              std::list<reco::PFBlockRef>& ecalBlockRefs );
00036   
00037 
00038  private:
00039 
00040 };
00041 
00042 
00043 #endif
00044 
00045 

Generated on Tue Jun 9 17:44:38 2009 for CMSSW by  doxygen 1.5.4