00001 #include "RecoParticleFlow/PFAlgo/interface/PFAlgoTestBenchConversions.h" 00002 #include "DataFormats/ParticleFlowReco/interface/PFBlock.h" 00003 00004 using namespace std; 00005 using namespace reco; 00006 00007 00008 void PFAlgoTestBenchConversions::processBlock(const reco::PFBlockRef& blockref, 00009 std::list<PFBlockRef>& hcalBlockRefs, 00010 std::list<PFBlockRef>& ecalBlockRefs) 00011 { 00012 00013 cout<<"conversions test bench: process block" 00014 <<(*blockref)<<endl; 00015 } 00016 00017