CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
20 
21 //---------------
22 // C++ Headers --
23 //---------------
24 
25 #include <iostream>
26 
27 
28 //-------------------------------
29 // Collaborating Class Headers --
30 //-------------------------------
31 
33 
34 using namespace std;
35 
36 // --------------------------------
37 // class L1MuDTTFSetup
38 //---------------------------------
39 
40 
41 //----------------
42 // Constructors --
43 //----------------
44 
46  // setup the barrel Muon Trigger Track Finder
47  m_tf->setup(std::move(iC));
48 
49 }
50 
51 
52 //--------------
53 // Destructor --
54 //--------------
55 
57 
58  delete m_tf;
59 
60 }
61 
62 
63 //--------------
64 // Operations --
65 //--------------
virtual ~L1MuDTTFSetup()
destructor
L1MuDTTrackFinder * m_tf
Definition: L1MuDTTFSetup.h:54
void setup(edm::ConsumesCollector &&iC)
build the structure of the barrel MTTF
L1MuDTTFSetup(const edm::ParameterSet &ps, edm::ConsumesCollector &&ix)
constructor
def move
Definition: eostools.py:510