CMS 3D CMS Logo

DTRecHitProducer.h
Go to the documentation of this file.
1 #ifndef RecoLocalMuon_DTRecHitProducer_h
2 #define RecoLocalMuon_DTRecHitProducer_h
3 
15 
16 namespace edm {
17  class ParameterSet;
18  class Event;
19  class EventSetup;
20 }
21 
22 class DTRecHitBaseAlgo;
23 
25 public:
28 
30  ~DTRecHitProducer() override;
31 
33  void produce(edm::Event& event, const edm::EventSetup& setup) override;
34 
35 private:
36  // Switch on verbosity
37  const bool debug;
38  // The label to be used to retrieve DT digis from the event
40  // The reconstruction algorithm
41  std::unique_ptr<DTRecHitBaseAlgo> theAlgo;
42 };
43 #endif
44 
edm::EDGetTokenT< DTDigiCollection > DTDigiToken_
def setup(process, global_tag, zero_tesla=False)
Definition: GeneralSetup.py:2
HLT enums.
Definition: event.py:1
std::unique_ptr< DTRecHitBaseAlgo > theAlgo