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 // $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 
22 
23 //---------------
24 // C++ Headers --
25 //---------------
26 
27 #include <iostream>
28 
29 
30 //-------------------------------
31 // Collaborating Class Headers --
32 //-------------------------------
33 
35 
36 using namespace std;
37 
38 // --------------------------------
39 // class L1MuDTTFSetup
40 //---------------------------------
41 
42 
43 //----------------
44 // Constructors --
45 //----------------
46 
48 
49  // setup the barrel Muon Trigger Track Finder
50  m_tf->setup();
51 
52 }
53 
54 
55 //--------------
56 // Destructor --
57 //--------------
58 
60 
61  delete m_tf;
62 
63 }
64 
65 
66 //--------------
67 // Operations --
68 //--------------
virtual ~L1MuDTTFSetup()
destructor
L1MuDTTrackFinder * m_tf
Definition: L1MuDTTFSetup.h:55
L1MuDTTFSetup(const edm::ParameterSet &ps)
constructor
void setup()
build the structure of the barrel MTTF