CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RingMakerESProducer.h
Go to the documentation of this file.
1 #ifndef RECOTRACKER_RINGMAKERESPRODUCER_H
2 #define RECOTRACKER_RINGMAKERESPRODUCER_H
3 
4 //
5 // Package: RecoTracker/RingMakerESProducer
6 // Class: RingMakerESProducer
7 //
8 // Description: Uses the RingMaker object to construct
9 // and provide a Rings object.
10 //
11 // Original Author: Oliver Gutsche, gutsche@fnal.gov
12 // Created: Tue Oct 3 23:51:34 UTC 2006
13 //
14 // $Author: gutsche $
15 // $Date: 2007/03/15 20:16:59 $
16 // $Revision: 1.2 $
17 //
18 
19 // system include files
20 #include <memory>
21 #include <string>
22 
23 // user include files
26 
28 
30 
32 
34 
35  public:
36 
39 
40  typedef std::auto_ptr<Rings> ReturnType;
41 
43 
44  private:
45 
46  bool writeOut_;
47  std::string fileName_;
49  std::string detIdsDumpFileName_;
50  std::string configuration_;
52 };
53 
54 #endif
RingMakerESProducer(const edm::ParameterSet &)
std::auto_ptr< Rings > ReturnType
Definition: Rings.h:27
ReturnType produce(const RingRecord &)
std::string detIdsDumpFileName_