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
//
13
//
14
//--------------------------------------------------
15
#ifndef L1MUDT_TF_SETUP_H
16
#define L1MUDT_TF_SETUP_H
17
18
//---------------
19
// C++ Headers --
20
//---------------
21
22
//----------------------
23
// Base Class Headers --
24
//----------------------
25
26
27
//------------------------------------
28
// Collaborating Class Declarations --
29
//------------------------------------
30
31
#include <
FWCore/ParameterSet/interface/ParameterSet.h
>
32
class
L1MuDTTrackFinder
;
33
34
// ---------------------
35
// -- Class Interface --
36
// ---------------------
37
38
class
L1MuDTTFSetup
{
39
40
public
:
41
43
L1MuDTTFSetup
(
const
edm::ParameterSet
& ps);
44
46
virtual
~L1MuDTTFSetup
();
47
49
51
L1MuDTTrackFinder
*
TrackFinder
() {
return
m_tf
; }
52
53
private
:
54
55
L1MuDTTrackFinder
*
m_tf
;
56
57
};
58
59
#endif
L1MuDTTFSetup::TrackFinder
L1MuDTTrackFinder * TrackFinder()
perform action per run
Definition:
L1MuDTTFSetup.h:51
L1MuDTTFSetup::~L1MuDTTFSetup
virtual ~L1MuDTTFSetup()
destructor
Definition:
L1MuDTTFSetup.cc:59
L1MuDTTFSetup::m_tf
L1MuDTTrackFinder * m_tf
Definition:
L1MuDTTFSetup.h:55
L1MuDTTFSetup::L1MuDTTFSetup
L1MuDTTFSetup(const edm::ParameterSet &ps)
constructor
Definition:
L1MuDTTFSetup.cc:47
L1MuDTTFSetup
Definition:
L1MuDTTFSetup.h:38
ParameterSet.h
L1MuDTTrackFinder
Definition:
L1MuDTTrackFinder.h:57
edm::ParameterSet
Definition:
ParameterSet.h:35
Generated for CMSSW Reference Manual by
1.8.5