CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MuonDetLayerGeometryESProducer.h
Go to the documentation of this file.
1 #ifndef DetLayers_MuonDeLayerGeometryESProducer_h
2 #define DetLayers_MuonDeLayerGeometryESProducer_h
3 
17 #include <boost/shared_ptr.hpp>
18 
19 
21  public:
24 
27 
29  boost::shared_ptr<MuonDetLayerGeometry> produce(const MuonRecoGeometryRecord & record);
30 
31  private:
32 };
33 
34 
35 #endif
JetCorrectorParameters::Record record
Definition: classes.h:11
boost::shared_ptr< MuonDetLayerGeometry > produce(const MuonRecoGeometryRecord &record)
Produce MuonDeLayerGeometry.
MuonDetLayerGeometryESProducer(const edm::ParameterSet &p)
Constructor.