CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
GEMGeometryESModule.h
Go to the documentation of this file.
1 #ifndef GEMGeometry_GEMGeometryESModule_h
2 #define GEMGeometry_GEMGeometryESModule_h
3 
15 #include <boost/shared_ptr.hpp>
16 
18 public:
21 
23  virtual ~GEMGeometryESModule();
24 
26  boost::shared_ptr<GEMGeometry> produce(const MuonGeometryRecord & record);
27 
28 private:
29 
30  bool comp11,useDDD;
31 
32 };
33 #endif
boost::shared_ptr< GEMGeometry > produce(const MuonGeometryRecord &record)
Produce GEMGeometry.
JetCorrectorParameters::Record record
Definition: classes.h:7
GEMGeometryESModule(const edm::ParameterSet &p)
Constructor.
virtual ~GEMGeometryESModule()
Destructor.