CMS 3D CMS Logo

ESRecHitProducer.h

Go to the documentation of this file.
00001 #ifndef RecoLocalCalo_EcalRecProducers_ESRecHitProducer_HH
00002 #define RecoLocalCalo_EcalRecProducers_ESRecHitProducer_HH
00003 
00004 #include "FWCore/Framework/interface/EDProducer.h"
00005 #include "DataFormats/Common/interface/EDProduct.h"
00006 #include "FWCore/Framework/interface/Event.h"
00007 #include "DataFormats/Common/interface/Handle.h"
00008 #include "FWCore/Framework/interface/EventSetup.h"
00009 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00010 #include "RecoLocalCalo/EcalRecAlgos/interface/ESRecHitSimAlgo.h"
00011 
00012 // ESRecHitProducer author : Chia-Ming, Kuo
00013 
00014 class ESRecHitProducer : public edm::EDProducer {
00015 
00016  public:
00017 
00018   explicit ESRecHitProducer(const edm::ParameterSet& ps);
00019   virtual ~ESRecHitProducer();
00020   virtual void produce(edm::Event& e, const edm::EventSetup& es);
00021 
00022  private:
00023 
00024   edm::InputTag digiCollection_; // secondary name given to collection of digis
00025   std::string rechitCollection_; // secondary name to be given to collection of hits
00026 
00027   ESRecHitSimAlgo *algo_;
00028 
00029 };
00030 #endif

Generated on Tue Jun 9 17:43:45 2009 for CMSSW by  doxygen 1.5.4