CMS 3D CMS Logo

ESRecHitWorkerBaseClass.h
Go to the documentation of this file.
1 #ifndef RecoLocalCalo_EcalRecAlgos_ESRecHitWorkerBaseClass_hh
2 #define RecoLocalCalo_EcalRecAlgos_ESRecHitWorkerBaseClass_hh
3 
7 
8 namespace edm {
9  class ParameterSet;
10 }
11 
13 public:
16 
17  virtual void set(const edm::EventSetup& es) = 0;
18  virtual bool run(const ESDigiCollection::const_iterator& digi, ESRecHitCollection& result) = 0;
19 };
20 
21 #endif
ESRecHitWorkerBaseClass(const edm::ParameterSet &)
boost::transform_iterator< IterHelp, boost::counting_iterator< int > > const_iterator
HLT enums.
virtual bool run(const ESDigiCollection::const_iterator &digi, ESRecHitCollection &result)=0