CMS 3D CMS Logo

DTRecSegment4DProducer.h
Go to the documentation of this file.
1 #ifndef DTSegment_DTRecSegment4DProducer_H
2 #define DTSegment_DTRecSegment4DProducer_H
3 
13 
14 namespace edm {
15  class ParameterSet;
16  class Event;
17  class EventSetup;
18 } // namespace edm
20 
22 public:
25 
27  ~DTRecSegment4DProducer() override;
28 
29  // Operations
30 
32  void produce(edm::Event& event, const edm::EventSetup& setup) override;
33 
34 protected:
35 private:
36  // Switch on verbosity
37  bool debug;
38 
41  // The 4D-segments reconstruction algorithm
42  std::unique_ptr<DTRecSegment4DBaseAlgo> the4DAlgo;
43 };
44 #endif
std::unique_ptr< DTRecSegment4DBaseAlgo > the4DAlgo
DTRecSegment4DProducer(const edm::ParameterSet &)
Constructor.
edm::EDGetTokenT< DTRecSegment2DCollection > recHits2DToken_
~DTRecSegment4DProducer() override
Destructor.
edm::EDGetTokenT< DTRecHitCollection > recHits1DToken_
HLT enums.
void produce(edm::Event &event, const edm::EventSetup &setup) override
The method which produces the 4D rec segments.
Definition: event.py:1