CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ME0RecHitProducer.h
Go to the documentation of this file.
1 #ifndef RecoLocalMuon_ME0RecHitProducer_h
2 #define RecoLocalMuon_ME0RecHitProducer_h
3 
12 #include <memory>
13 #include <fstream>
14 #include <iostream>
15 #include <cstdint>
16 #include <cstdlib>
17 #include <bitset>
18 #include <map>
19 
27 
29 
35 
39 
40 #include <string>
41 
42 class ME0RecHitBaseAlgo;
43 
45 public:
48 
50  ~ME0RecHitProducer() override;
51 
53  void produce(edm::Event& event, const edm::EventSetup& setup) override;
54 
55 private:
56  // The label to be used to retrieve ME0 digis from the event
57 
59 
60  // The reconstruction algorithm
61  std::unique_ptr<ME0RecHitBaseAlgo> theAlgo;
62 
63  //EventSetup Token for ME0Geometry
65 };
66 
67 #endif
edm::ESGetToken< ME0Geometry, MuonGeometryRecord > m_me0GeomToken
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.
tuple config
parse the configuration file
~ME0RecHitProducer() override
Destructor.
ME0RecHitProducer(const edm::ParameterSet &config)
Constructor.