src
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
// Collaborating Class Declarations --
26
//------------------------------------
27
28
#include <
FWCore/ParameterSet/interface/ParameterSet.h
>
29
#include <
FWCore/Framework/interface/ConsumesCollector.h
>
30
#include "
FWCore/Framework/interface/Event.h
"
31
#include "
FWCore/Framework/interface/EventSetup.h
"
32
33
class
L1MuBMTrackFinder
;
34
35
// ---------------------
36
// -- Class Interface --
37
// ---------------------
38
39
class
L1MuBMTFSetup
{
40
public
:
42
L1MuBMTFSetup
(
const
edm::ParameterSet
& ps,
edm::ConsumesCollector
&&
ix
);
43
45
virtual
~L1MuBMTFSetup
();
46
48
50
L1MuBMTrackFinder
*
TrackFinder
() {
return
m_tf
; }
51
52
private
:
53
L1MuBMTrackFinder
*
m_tf
;
54
const
edm::EventSetup
*
m_es
;
55
};
56
57
#endif
L1MuBMTFSetup
Definition:
L1MuBMTFSetup.h:39
Event.h
EventSetup.h
ParameterSet.h
L1MuBMTFSetup::TrackFinder
L1MuBMTrackFinder * TrackFinder()
perform action per run
Definition:
L1MuBMTFSetup.h:50
L1MuBMTFSetup::~L1MuBMTFSetup
virtual ~L1MuBMTFSetup()
destructor
Definition:
L1MuBMTFSetup.cc:53
L1MuBMTFSetup::m_es
const edm::EventSetup * m_es
Definition:
L1MuBMTFSetup.h:54
edm::EventSetup
Definition:
EventSetup.h:56
L1MuBMTFSetup::L1MuBMTFSetup
L1MuBMTFSetup(const edm::ParameterSet &ps, edm::ConsumesCollector &&ix)
constructor
Definition:
L1MuBMTFSetup.cc:43
L1MuBMTFSetup::m_tf
L1MuBMTrackFinder * m_tf
Definition:
L1MuBMTFSetup.h:53
ALPAKA_ACCELERATOR_NAMESPACE::ecal::reconstruction::internal::endcap::ix
ALPAKA_FN_ACC ALPAKA_FN_INLINE uint32_t ix(uint32_t id)
Definition:
KernelHelpers.dev.cc:128
L1MuBMTrackFinder
Definition:
L1MuBMTrackFinder.h:71
edm::ParameterSet
Definition:
ParameterSet.h:48
ConsumesCollector.h
edm::ConsumesCollector
Definition:
ConsumesCollector.h:45
Generated for CMSSW Reference Manual by
1.8.14