CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TrackerInteractionGeometryESProducer.h
Go to the documentation of this file.
1 #ifndef FastSimulation_TrackerSetup_TrackerInteractionGeometryESProducer_H
2 #define FastSimulation_TrackerSetup_TrackerInteractionGeometryESProducer_H
3 
8 #include <boost/shared_ptr.hpp>
9 #include <string>
10 
12  public:
15  boost::shared_ptr<TrackerInteractionGeometry> produce(const TrackerInteractionGeometryRecord &);
16  private:
17  boost::shared_ptr<TrackerInteractionGeometry> _tracker;
18  std::string _label;
20 };
21 
22 
23 #endif
24 
25 
26 
27 
boost::shared_ptr< TrackerInteractionGeometry > _tracker
boost::shared_ptr< TrackerInteractionGeometry > produce(const TrackerInteractionGeometryRecord &)