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 
54  void produce(edm::Event& event, const edm::EventSetup& setup) override;
55 
56 private:
57 
58  // The label to be used to retrieve ME0 digis from the event
59 
61 
62  // The reconstruction algorithm
63  std::unique_ptr<ME0RecHitBaseAlgo> theAlgo;
64 };
65 
66 #endif
67 
def setup(process, global_tag, zero_tesla=False)
Definition: GeneralSetup.py:2
Definition: config.py:1
edm::EDGetTokenT< ME0DigiPreRecoCollection > m_token
std::unique_ptr< ME0RecHitBaseAlgo > theAlgo
void produce(edm::Event &event, const edm::EventSetup &setup) override
The method which produces the rechits.
~ME0RecHitProducer() override
Destructor.
ME0RecHitProducer(const edm::ParameterSet &config)
Constructor.
Definition: event.py:1