CMS 3D CMS Logo

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