CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HITrackVertexMaker.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: TestMuL1L2.h
4 // Class: TestMuL1L2
5 /*/
6 
7  Description: <one line class summary>
8 
9  Implementation:
10  <Notes on implementation>
11 */
12 //
13 // Original Author: Dong Ho Moon
14 // Created: Wed May 9 06:22:36 CEST 2007
15 // $Id: HITrackVertexMaker.h,v 1.3 2010/02/11 00:13:54 wmtan Exp $
16 //
17 //
18 
19 #ifndef HITRACKVERTEXMAKER_H
20 #define HITRACKVERTEXMAKER_H
21 
22 
23 // system include files
24 
25 #include <memory>
26 
27 // framework include files
28 
36 
37 // navigation school
38 
48 
49 // HI reconstruction includes
50 
56 
57 //
58 // class declaration
59 //
60 namespace cms{
61 
63 
64 
65  public:
66 
67  //constructor
68 
69  explicit HITrackVertexMaker(const edm::ParameterSet&, const edm::EventSetup& es1);
70 
71  //destructor
73 
74  //produceTracks
76 
77 
78  private:
79 
84 
86  std::string builderName;
87  std::vector<const NavigationSchool*> theNavigationSchoolV;
88 
89 };
90 }
91 #endif
std::vector< const NavigationSchool * > theNavigationSchoolV
bool produceTracks(const edm::Event &, const edm::EventSetup &, HICConst *, FmpConst *)
HITrackVertexMaker(const edm::ParameterSet &, const edm::EventSetup &es1)