CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RoadMapESSource.h
Go to the documentation of this file.
1 #ifndef RECOTRACKER_ROADMAPESSOURCE_H
2 #define RECOTRACKER_ROADMAPESSOURCE_H
3 
4 //
5 // Package: RecoTracker/RoadMapESSource
6 // Class: RoadMapESSource
7 //
8 // Description: Reads in ASCII dump of Roads object
9 // and provides it to the event.
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:09 $
16 // $Revision: 1.5 $
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  protected:
45 
47 
48  private:
49 
50  std::string fileName_;
51 
52  std::string ringsLabel_;
53 
55 
56 };
57 
58 #endif
ReturnType produce(const RoadMapRecord &)
std::string fileName_
std::string ringsLabel_
std::auto_ptr< Roads > ReturnType
Definition: Roads.h:34
RoadMapESSource(const edm::ParameterSet &)
virtual void setIntervalFor(const edm::eventsetup::EventSetupRecordKey &, const edm::IOVSyncValue &, edm::ValidityInterval &)