Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
L1Trigger
DTTrackFinder
src
L1MuDTTFSetup.cc
Go to the documentation of this file.
1
//-------------------------------------------------
2
//
3
// Class: L1MuDTTFSetup
4
//
5
// Description: Setup the L1 barrel Muon Trigger Track Finder
6
//
7
//
8
// $Date: 2007/07/29 17:18:50 $
9
// $Revision: 1.4 $
10
//
11
// Author :
12
// N. Neumeister CERN EP
13
// J. Troconiz UAM Madrid
14
//
15
//--------------------------------------------------
16
17
//-----------------------
18
// This Class's Header --
19
//-----------------------
20
21
#include "
L1Trigger/DTTrackFinder/interface/L1MuDTTFSetup.h
"
22
23
//---------------
24
// C++ Headers --
25
//---------------
26
27
#include <iostream>
28
29
30
//-------------------------------
31
// Collaborating Class Headers --
32
//-------------------------------
33
34
#include "
L1Trigger/DTTrackFinder/interface/L1MuDTTrackFinder.h
"
35
36
using namespace
std;
37
38
// --------------------------------
39
// class L1MuDTTFSetup
40
//---------------------------------
41
42
43
//----------------
44
// Constructors --
45
//----------------
46
47
L1MuDTTFSetup::L1MuDTTFSetup
(
const
edm::ParameterSet
& ps) : m_tf(new
L1MuDTTrackFinder
(ps)) {
48
49
// setup the barrel Muon Trigger Track Finder
50
m_tf
->
setup
();
51
52
}
53
54
55
//--------------
56
// Destructor --
57
//--------------
58
59
L1MuDTTFSetup::~L1MuDTTFSetup
() {
60
61
delete
m_tf
;
62
63
}
64
65
66
//--------------
67
// Operations --
68
//--------------
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
L1MuDTTrackFinder.h
L1MuDTTFSetup.h
L1MuDTTrackFinder
Definition:
L1MuDTTrackFinder.h:57
L1MuDTTrackFinder::setup
void setup()
build the structure of the barrel MTTF
Definition:
L1MuDTTrackFinder.cc:114
edm::ParameterSet
Definition:
ParameterSet.h:35
Generated for CMSSW Reference Manual by
1.8.5