CMS 3D CMS Logo

All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
GlobalTrackingGeometryESProducer.h
Go to the documentation of this file.
1 #ifndef GlobalTrackingGeometryBuilder_GlobalTrackingGeometryESProducer_h
2 #define GlobalTrackingGeometryBuilder_GlobalTrackingGeometryESProducer_h
3 
16 #include <boost/shared_ptr.hpp>
17 
18 #include <string>
19 
21 
23 public:
24 
27 
30 
32  boost::shared_ptr<GlobalTrackingGeometry> produce(const GlobalTrackingGeometryRecord& record);
33 
34 private:
35 
36 };
37 #endif
38 
39 
40 
41 
42 
43 
boost::shared_ptr< GlobalTrackingGeometry > produce(const GlobalTrackingGeometryRecord &record)
Produce GlobalTrackingGeometry.
JetCorrectorParameters::Record record
Definition: classes.h:13
GlobalTrackingGeometryESProducer(const edm::ParameterSet &p)
Constructor.