CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTTrackFinder.h
Go to the documentation of this file.
1 //-------------------------------------------------
2 //
13 //
14 //--------------------------------------------------
15 #ifndef DTTrackFinder_h
16 #define DTTrackFinder_h
17 
20 
21 #include <string>
22 
23 class L1MuDTTFSetup;
24 
25 
27  public:
29  DTTrackFinder(const edm::ParameterSet & pset);
30 
32  virtual ~DTTrackFinder();
33 
35  void produce(edm::Event & e, const edm::EventSetup& c);
36 
37  private:
38 
40 
41 };
42 
43 #endif
virtual ~DTTrackFinder()
Destructor.
DTTrackFinder(const edm::ParameterSet &pset)
Constructor.
L1MuDTTFSetup * setup1
Definition: DTTrackFinder.h:39
void produce(edm::Event &e, const edm::EventSetup &c)
Produce digis out of raw data.