CMS 3D CMS Logo

CSCRecHitDProducer.h
Go to the documentation of this file.
1 #ifndef CSCRecHitD_CSCRecHitDProducer_h
2 #define CSCRecHitD_CSCRecHitDProducer_h
3 
24 
29 
30 class CSCRecHitDBuilder;
31 class CSCRecoConditions;
32 
34 public:
35  explicit CSCRecHitDProducer(const edm::ParameterSet& ps);
36  ~CSCRecHitDProducer() override;
37 
38  void produce(edm::Event&, const edm::EventSetup&) override;
39 
40  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
41 
42 private:
43  // Counting events processed
44  unsigned iRun;
45  bool useCalib;
49 
52 
56 };
57 
58 #endif
edm::ESGetToken< CSCGeometry, MuonGeometryRecord > cscGeom_token
CSCRecoConditions * recoConditions_
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
CSCRecHitDBuilder * recHitBuilder_
edm::EDGetTokenT< CSCStripDigiCollection > s_token
void produce(edm::Event &, const edm::EventSetup &) override
~CSCRecHitDProducer() override
edm::EDGetTokenT< CSCWireDigiCollection > w_token
CSCRecHitDProducer(const edm::ParameterSet &ps)