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 
15 #include <boost/shared_ptr.hpp>
16 
17 
19  public:
22 
25 
27  boost::shared_ptr<MuonDetLayerGeometry> produce(const MuonRecoGeometryRecord & record);
28 
29  private:
30 };
31 
32 
33 #endif
JetCorrectorParameters::Record record
Definition: classes.h:7
boost::shared_ptr< MuonDetLayerGeometry > produce(const MuonRecoGeometryRecord &record)
Produce MuonDeLayerGeometry.
MuonDetLayerGeometryESProducer(const edm::ParameterSet &p)
Constructor.