CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalRawToRecHitByproductProducer.h
Go to the documentation of this file.
1 #ifndef EventFilter_EcalRawToDigi_EcalRawToRecHitByproductProducer_H
2 #define EventFilter_EcalRawToDigi_EcalRawToRecHitByproductProducer_H
3 
4 /* \class EcalRawToRecHitByproductProducer
5  *
6  * Description:
7  * EDProducer which puts in the event all the by-products of the EcalUnpackerWorker
8  *
9  * \author J-R Vlimant
10 */
11 
12 // system include files
13 #include <memory>
14 
15 // user include files
18 
21 
23 
24 
25 //
26 // class decleration
27 //
28 
30 public:
33 
34 private:
35  virtual void produce(edm::Event&, const edm::EventSetup&);
36 
37  std::string workerName_;
38 };
39 
40 #endif
virtual void produce(edm::Event &, const edm::EventSetup &)
EcalRawToRecHitByproductProducer(const edm::ParameterSet &)