CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RoadSearchHelixMaker.h
Go to the documentation of this file.
1 #ifndef RoadSearchHelixMaker_h
2 #define RoadSearchHelixMaker_h
3 
4 //
5 // Package: RecoTracker/RoadSearchHelixMaker
6 // Class: RoadSearchHelixMaker
7 //
8 // Description: Calls RoadSeachHelixMakerAlgorithm
9 // to find simple Helices.
10 //
11 // Original Author: Steve Wagner, stevew@pizero.colorado.edu
12 // Created: Sat Feb 19 22:00:00 UTC 2006
13 //
14 // $Author: wmtan $
15 // $Date: 2011/05/20 17:17:32 $
16 // $Revision: 1.6 $
17 //
18 
23 
24 
26 
28 
29 namespace cms
30 {
32  {
33  public:
34 
36 
37  virtual ~RoadSearchHelixMaker();
38 
39  virtual void produce(edm::Event& e, const edm::EventSetup& c);
40 
41  private:
44 
45  };
46 }
47 
48 
49 #endif
RoadSearchHelixMaker(const edm::ParameterSet &conf)
RoadSearchHelixMakerAlgorithm roadSearchHelixMakerAlgorithm_
tuple conf
Definition: dbtoconf.py:185
virtual void produce(edm::Event &e, const edm::EventSetup &c)