CMS 3D CMS Logo

GEMGeometryESModule.h
Go to the documentation of this file.
1 #ifndef Geometry_GEMGeometry_GEMGeometryESModule_h
2 #define Geometry_GEMGeometry_GEMGeometryESModule_h
3 
15 
16 #include <memory>
17 
19 {
20  public:
23 
25  ~GEMGeometryESModule() override;
26 
28  std::unique_ptr<GEMGeometry> produce(const MuonGeometryRecord & record);
29 
30  private:
31  // use the DDD as Geometry source
32  bool useDDD;
33 
34 };
35 #endif
JetCorrectorParameters::Record record
Definition: classes.h:7
std::unique_ptr< GEMGeometry > produce(const MuonGeometryRecord &record)
Produce GEMGeometry.
GEMGeometryESModule(const edm::ParameterSet &p)
Constructor.
~GEMGeometryESModule() override
Destructor.