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 
24 class DTTrackFinder: public edm::one::EDProducer<edm::one::SharedResources> {
25  public:
28 
30  virtual ~DTTrackFinder();
31 
33  void produce(edm::Event & e, const edm::EventSetup& c);
34 
35  private:
36 
38 
39 };
40 
41 #endif
virtual ~DTTrackFinder()
Destructor.
DTTrackFinder(const edm::ParameterSet &pset)
Constructor.
L1MuDTTFSetup * setup1
Definition: DTTrackFinder.h:37
void produce(edm::Event &e, const edm::EventSetup &c)
Produce digis out of raw data.