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 
14 #include <boost/shared_ptr.hpp>
15 
16 #include <string>
17 
19 
21 public:
22 
25 
28 
30  boost::shared_ptr<GlobalTrackingGeometry> produce(const GlobalTrackingGeometryRecord& record);
31 
32 private:
33 
34 };
35 #endif
36 
37 
38 
39 
40 
41 
boost::shared_ptr< GlobalTrackingGeometry > produce(const GlobalTrackingGeometryRecord &record)
Produce GlobalTrackingGeometry.
JetCorrectorParameters::Record record
Definition: classes.h:7
GlobalTrackingGeometryESProducer(const edm::ParameterSet &p)
Constructor.