CMS 3D CMS Logo

ME0RecHitProducer.h
Go to the documentation of this file.
1 #ifndef RecoLocalMuon_ME0RecHitProducer_h
2 #define RecoLocalMuon_ME0RecHitProducer_h
3 
13 #include <memory>
14 #include <fstream>
15 #include <iostream>
16 #include <cstdint>
17 #include <cstdlib>
18 #include <bitset>
19 #include <map>
20 
27 
29 
35 
39 
40 #include <string>
41 
42 class ME0RecHitBaseAlgo;
43 
45 
46 public:
49 
51  ~ME0RecHitProducer() override;
52 
53  // Method that access the EventSetup for each run
54  void beginRun(const edm::Run&, const edm::EventSetup& ) override;
55 
57  void produce(edm::Event& event, const edm::EventSetup& setup) override;
58 
59 private:
60 
61  // The label to be used to retrieve ME0 digis from the event
62 
64 
65  // The reconstruction algorithm
67  // static std::string theAlgoName;
68 };
69 
70 #endif
71 
def setup(process, global_tag, zero_tesla=False)
Definition: GeneralSetup.py:1
Definition: config.py:1
edm::EDGetTokenT< ME0DigiPreRecoCollection > m_token
void produce(edm::Event &event, const edm::EventSetup &setup) override
The method which produces the rechits.
ME0RecHitBaseAlgo * theAlgo
~ME0RecHitProducer() override
Destructor.
ME0RecHitProducer(const edm::ParameterSet &config)
Constructor.
void beginRun(const edm::Run &, const edm::EventSetup &) override
Definition: event.py:1
Definition: Run.h:43