CMS 3D CMS Logo

L1MuDTTFSetup.h
Go to the documentation of this file.
1 //-------------------------------------------------
2 //
11 //
12 //--------------------------------------------------
13 #ifndef L1MUDT_TF_SETUP_H
14 #define L1MUDT_TF_SETUP_H
15 
16 //---------------
17 // C++ Headers --
18 //---------------
19 
20 //----------------------
21 // Base Class Headers --
22 //----------------------
23 
24 //------------------------------------
25 // Collaborating Class Declarations --
26 //------------------------------------
27 
30 class L1MuDTTrackFinder;
31 
32 // ---------------------
33 // -- Class Interface --
34 // ---------------------
35 
37 public:
40 
42  virtual ~L1MuDTTFSetup();
43 
45 
48 
49 private:
51 };
52 
53 #endif
L1MuDTTFSetup
Definition: L1MuDTTFSetup.h:36
L1MuDTTFSetup::TrackFinder
L1MuDTTrackFinder * TrackFinder()
perform action per run
Definition: L1MuDTTFSetup.h:47
L1MuDTTFSetup::~L1MuDTTFSetup
virtual ~L1MuDTTFSetup()
destructor
Definition: L1MuDTTFSetup.cc:53
L1MuDTTFSetup::m_tf
L1MuDTTrackFinder * m_tf
Definition: L1MuDTTFSetup.h:50
edm::ParameterSet
Definition: ParameterSet.h:47
L1MuDTTFSetup::L1MuDTTFSetup
L1MuDTTFSetup(const edm::ParameterSet &ps, edm::ConsumesCollector &&ix)
constructor
Definition: L1MuDTTFSetup.cc:43
L1MuDTTrackFinder
Definition: L1MuDTTrackFinder.h:56
ConsumesCollector.h
ParameterSet.h
edm::ConsumesCollector
Definition: ConsumesCollector.h:45