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