CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RoadSearchHelixMakerAlgorithm.h
Go to the documentation of this file.
1 #ifndef HelixMakerAlgorithm_h
2 #define HelixMakerAlgorithm_h
3 
4 //
5 // Package: RecoTracker/RoadSearchHelixMaker
6 // Class: RoadSearchHelixMakerAlgorithm
7 //
8 //
9 // Original Author: Steve Wagner, stevew@pizero.colorado.edu
10 // Created: Sat Feb 19 22:00:00 UTC 2006
11 //
12 // $Author: gutsche $
13 // $Date: 2007/01/21 22:08:54 $
14 // $Revision: 1.5 $
15 //
16 
17 #include <string>
18 
21 
23 
26 
28 
30 {
31  public:
32 
35 
38  const edm::EventSetup& es,
40 
41  private:
43 
44 };
45 
46 #endif
std::vector< TrackCandidate > TrackCandidateCollection
std::vector< Track > TrackCollection
collection of Tracks
Definition: TrackFwd.h:10
tuple conf
Definition: dbtoconf.py:185
void run(const TrackCandidateCollection *input, const edm::EventSetup &es, reco::TrackCollection &output)
Runs the algorithm.
RoadSearchHelixMakerAlgorithm(const edm::ParameterSet &conf)