test
Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
L1Trigger
L1TMuonBarrel
src
L1MuBMTFSetup.cc
Go to the documentation of this file.
1
//-------------------------------------------------
2
//
3
// Class: L1MuBMTFSetup
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/L1TMuonBarrel/interface/L1MuBMTFSetup.h
"
20
21
//---------------
22
// C++ Headers --
23
//---------------
24
25
#include <iostream>
26
27
28
//-------------------------------
29
// Collaborating Class Headers --
30
//-------------------------------
31
32
#include "
L1Trigger/L1TMuonBarrel/interface/L1MuBMTrackFinder.h
"
33
34
using namespace
std;
35
36
// --------------------------------
37
// class L1MuBMTFSetup
38
//---------------------------------
39
40
41
//----------------
42
// Constructors --
43
//----------------
44
45
L1MuBMTFSetup::L1MuBMTFSetup
(
const
edm::ParameterSet
& ps,
edm::ConsumesCollector
&& iC) : m_tf(new
L1MuBMTrackFinder
(ps,std::
move
(iC))) {
46
// setup the barrel Muon Trigger Track Finder
47
m_tf
->
setup
(
std::move
(iC));
48
49
}
50
51
52
53
//--------------
54
// Destructor --
55
//--------------
56
57
L1MuBMTFSetup::~L1MuBMTFSetup
() {
58
59
delete
m_tf
;
60
61
}
62
63
64
65
//--------------
66
// Operations --
67
//--------------
L1MuBMTrackFinder.h
L1MuBMTFSetup::~L1MuBMTFSetup
virtual ~L1MuBMTFSetup()
destructor
Definition:
L1MuBMTFSetup.cc:57
eostools.move
def move
Definition:
eostools.py:510
L1MuBMTFSetup::L1MuBMTFSetup
L1MuBMTFSetup(const edm::ParameterSet &ps, edm::ConsumesCollector &&ix)
constructor
Definition:
L1MuBMTFSetup.cc:45
L1MuBMTFSetup::m_tf
L1MuBMTrackFinder * m_tf
Definition:
L1MuBMTFSetup.h:57
L1MuBMTrackFinder
Definition:
L1MuBMTrackFinder.h:62
L1MuBMTrackFinder::setup
void setup(edm::ConsumesCollector &&)
build the structure of the barrel MTTF
Definition:
L1MuBMTrackFinder.cc:113
edm::ParameterSet
Definition:
ParameterSet.h:36
L1MuBMTFSetup.h
edm::ConsumesCollector
Definition:
ConsumesCollector.h:39
Generated for CMSSW Reference Manual by
1.8.5