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
//
9
// Author :
10
// N. Neumeister CERN EP
11
// J. Troconiz UAM Madrid
12
//
13
//--------------------------------------------------
14
15
//-----------------------
16
// This Class's Header --
17
//-----------------------
18
19
#include "
L1Trigger/DTTrackFinder/interface/L1MuDTTFSetup.h
"
20
21
//---------------
22
// C++ Headers --
23
//---------------
24
25
#include <iostream>
26
27
//-------------------------------
28
// Collaborating Class Headers --
29
//-------------------------------
30
31
#include "
L1Trigger/DTTrackFinder/interface/L1MuDTTrackFinder.h
"
32
33
using namespace
std
;
34
35
// --------------------------------
36
// class L1MuDTTFSetup
37
//---------------------------------
38
39
//----------------
40
// Constructors --
41
//----------------
42
43
L1MuDTTFSetup::L1MuDTTFSetup
(
const
edm::ParameterSet
& ps,
edm::ConsumesCollector
&& iC)
44
: m_tf(new
L1MuDTTrackFinder
(ps,
std
::
move
(iC))) {
45
// setup the barrel Muon Trigger Track Finder
46
m_tf
->
setup
(
std::move
(iC));
47
}
48
49
//--------------
50
// Destructor --
51
//--------------
52
53
L1MuDTTFSetup::~L1MuDTTFSetup
() {
delete
m_tf
; }
54
55
//--------------
56
// Operations --
57
//--------------
L1MuDTTFSetup::~L1MuDTTFSetup
virtual ~L1MuDTTFSetup()
destructor
Definition:
L1MuDTTFSetup.cc:53
L1MuDTTrackFinder::setup
void setup(edm::ConsumesCollector &&iC)
build the structure of the barrel MTTF
Definition:
L1MuDTTrackFinder.cc:112
L1MuDTTrackFinder.h
L1MuDTTFSetup::m_tf
L1MuDTTrackFinder * m_tf
Definition:
L1MuDTTFSetup.h:50
edm::ParameterSet
Definition:
ParameterSet.h:47
L1MuDTTFSetup::L1MuDTTFSetup
L1MuDTTFSetup(const edm::ParameterSet &ps, edm::ConsumesCollector &&ix)
constructor
Definition:
L1MuDTTFSetup.cc:43
L1MuDTTFSetup.h
eostools.move
def move(src, dest)
Definition:
eostools.py:511
std
Definition:
JetResolutionObject.h:76
L1MuDTTrackFinder
Definition:
L1MuDTTrackFinder.h:56
edm::ConsumesCollector
Definition:
ConsumesCollector.h:45
Generated for CMSSW Reference Manual by
1.8.16