CMS 3D CMS Logo

DTTrackFinder.h
Go to the documentation of this file.
1 //-------------------------------------------------
2 //
11 //
12 //--------------------------------------------------
13 #ifndef DTTrackFinder_h
14 #define DTTrackFinder_h
15 
18 
19 #include <string>
20 
21 class L1MuDTTFSetup;
22 
23 class DTTrackFinder : public edm::one::EDProducer<edm::one::SharedResources> {
24 public:
27 
29  ~DTTrackFinder() override;
30 
32  void produce(edm::Event& e, const edm::EventSetup& c) override;
33 
34 private:
36 };
37 
38 #endif
DTTrackFinder(const edm::ParameterSet &pset)
Constructor.
void produce(edm::Event &e, const edm::EventSetup &c) override
Produce digis out of raw data.
L1MuDTTFSetup * setup1
Definition: DTTrackFinder.h:35
~DTTrackFinder() override
Destructor.