CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CSCRecHitDProducer.h
Go to the documentation of this file.
1 #ifndef CSCRecHitD_CSCRecHitDProducer_h
2 #define CSCRecHitD_CSCRecHitDProducer_h
3 
23 
26 
27 class CSCRecHitDBuilder;
28 class CSCRecoConditions;
29 
31 
32 public:
33  explicit CSCRecHitDProducer( const edm::ParameterSet& ps );
35 
36  virtual void produce( edm::Event&, const edm::EventSetup& );
37 
38  private:
39 
40  // Counting events processed
41  unsigned iRun;
42  bool useCalib;
46 
49 
52 };
53 
54 #endif
virtual void produce(edm::Event &, const edm::EventSetup &)
CSCRecoConditions * recoConditions_
CSCRecHitDBuilder * recHitBuilder_
edm::EDGetTokenT< CSCStripDigiCollection > s_token
edm::EDGetTokenT< CSCWireDigiCollection > w_token
CSCRecHitDProducer(const edm::ParameterSet &ps)