CMS 3D CMS Logo

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 
20 
21 //---------------
22 // C++ Headers --
23 //---------------
24 
25 #include <iostream>
26 
27 //-------------------------------
28 // Collaborating Class Headers --
29 //-------------------------------
30 
32 
33 using namespace std;
34 
35 // --------------------------------
36 // class L1MuBMTFSetup
37 //---------------------------------
38 
39 //----------------
40 // Constructors --
41 //----------------
42 
44  : m_tf(new L1MuBMTrackFinder(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 
54 
55 //--------------
56 // Operations --
57 //--------------
virtual ~L1MuBMTFSetup()
destructor
L1MuBMTFSetup(const edm::ParameterSet &ps, edm::ConsumesCollector &&ix)
constructor
L1MuBMTrackFinder * m_tf
Definition: L1MuBMTFSetup.h:53
void setup(edm::ConsumesCollector &&)
build the structure of the barrel MTTF
def move(src, dest)
Definition: eostools.py:511