CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RoadMapMakerESProducer.h
Go to the documentation of this file.
1 #ifndef RECOTRACKER_ROADMAPMAKERESPRODUCER_H
2 #define RECOTRACKER_ROADMAPMAKERESPRODUCER_H
3 
4 //
5 // Package: RecoTracker/RoadMapMakerESProducer
6 // Class: RoadMapMakerESProducer
7 //
8 // Description: Uses the RoadMaker object to construct
9 // and provide a Roads object.
10 //
11 // Original Author: Oliver Gutsche, gutsche@fnal.gov
12 // Created: Thu Jan 12 21:00:00 UTC 2006
13 //
14 // $Author: gutsche $
15 // $Date: 2007/03/15 20:17:22 $
16 // $Revision: 1.6 $
17 //
18 
19 // system include files
20 #include <memory>
21 #include <string>
22 
23 // user include files
27 
29 
32 
34 
35  public:
36 
39 
40  typedef std::auto_ptr<Roads> ReturnType;
41 
43 
44  private:
45 
46  bool writeOut_;
47  std::string fileName_;
48 
51 
52  std::string ringsLabel_;
53 
55 
56 };
57 
58 #endif
RoadMaker::GeometryStructure geometryStructure_
GeometryStructure
Definition: RoadMaker.h:33
Definition: Roads.h:34
RoadMapMakerESProducer(const edm::ParameterSet &)
ReturnType produce(const RoadMapRecord &)
std::auto_ptr< Roads > ReturnType
RoadMaker::SeedingType seedingType_