CMS 3D CMS Logo

DTRecSegment2DExtendedProducer.h
Go to the documentation of this file.
1 #ifndef DTSegment_DTRecSegment2DExtendedProducer_h
2 #define DTSegment_DTRecSegment2DExtendedProducer_h
3 
13 /* Base Class Headers */
17 
18 namespace edm {
19  class ParameterSet;
20  class Event;
21  class EventSetup;
22 } // namespace edm
23 
25 class DTGeometry;
26 class MuonGeometryRecord;
27 
28 /* C++ Headers */
29 
30 /* ====================================================================== */
31 
32 /* Class DTRecSegment2DExtendedProducer Interface */
33 
35 public:
38 
41 
42  // Operations
43 
45  void produce(edm::Event& event, const edm::EventSetup& setup) override;
46 
47 protected:
48 private:
49  // Switch on verbosity
50  bool debug;
51 
52  // The 2D-segments reconstruction algorithm
54 
55  //static std::string theAlgoName;
59 };
60 #endif // DTRecHit_DTRecSegment2DExtendedProducer_h
DTRecSegment2DExtendedProducer(const edm::ParameterSet &)
Constructor.
DTCombinatorialExtendedPatternReco * theAlgo
edm::EDGetTokenT< DTRecHitCollection > recHits1DToken_
~DTRecSegment2DExtendedProducer() override
Destructor.
const edm::ESGetToken< DTGeometry, MuonGeometryRecord > dtGeomToken_
HLT enums.
void produce(edm::Event &event, const edm::EventSetup &setup) override
The method which produces the 2D-segments.
edm::EDGetTokenT< DTRecClusterCollection > recClusToken_
Definition: event.py:1