CMS 3D CMS Logo

TrackerInteractionGeometryESProducer.h
Go to the documentation of this file.
1 #ifndef FastSimulation_TrackerSetup_TrackerInteractionGeometryESProducer_H
2 #define FastSimulation_TrackerSetup_TrackerInteractionGeometryESProducer_H
3 
8 #include <memory>
9 #include <string>
10 
12  public:
15  std::unique_ptr<TrackerInteractionGeometry> produce(const TrackerInteractionGeometryRecord &);
16  private:
19 };
20 
21 
22 #endif
23 
24 
25 
26 
std::unique_ptr< TrackerInteractionGeometry > produce(const TrackerInteractionGeometryRecord &)