Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
L1Trigger
L1TMuonBarrel
interface
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
//------------------------------------
26
// Collaborating Class Declarations --
27
//------------------------------------
28
29
#include <
FWCore/ParameterSet/interface/ParameterSet.h
>
30
#include <
FWCore/Framework/interface/ConsumesCollector.h
>
31
#include "
FWCore/Framework/interface/Event.h
"
32
#include "
FWCore/Framework/interface/EventSetup.h
"
33
34
class
L1MuBMTrackFinder
;
35
36
// ---------------------
37
// -- Class Interface --
38
// ---------------------
39
40
class
L1MuBMTFSetup
{
41
42
public
:
43
45
L1MuBMTFSetup
(
const
edm::ParameterSet
& ps,
edm::ConsumesCollector
&& ix);
46
48
virtual
~L1MuBMTFSetup
();
49
51
53
L1MuBMTrackFinder
*
TrackFinder
() {
return
m_tf
; }
54
55
private
:
56
57
L1MuBMTrackFinder
*
m_tf
;
58
const
edm::EventSetup
*
m_es
;
59
};
60
61
#endif
L1MuBMTFSetup
Definition:
L1MuBMTFSetup.h:40
Event.h
EventSetup.h
ParameterSet.h
L1MuBMTFSetup::TrackFinder
L1MuBMTrackFinder * TrackFinder()
perform action per run
Definition:
L1MuBMTFSetup.h:53
L1MuBMTFSetup::~L1MuBMTFSetup
virtual ~L1MuBMTFSetup()
destructor
Definition:
L1MuBMTFSetup.cc:57
L1MuBMTFSetup::m_es
const edm::EventSetup * m_es
Definition:
L1MuBMTFSetup.h:58
edm::EventSetup
Definition:
EventSetup.h:45
L1MuBMTFSetup::L1MuBMTFSetup
L1MuBMTFSetup(const edm::ParameterSet &ps, edm::ConsumesCollector &&ix)
constructor
Definition:
L1MuBMTFSetup.cc:45
L1MuBMTFSetup::m_tf
L1MuBMTrackFinder * m_tf
Definition:
L1MuBMTFSetup.h:57
L1MuBMTrackFinder
Definition:
L1MuBMTrackFinder.h:62
edm::ParameterSet
Definition:
ParameterSet.h:36
ConsumesCollector.h
edm::ConsumesCollector
Definition:
ConsumesCollector.h:39
Generated for CMSSW Reference Manual by
1.8.5