CMS 3D CMS Logo

GeometryTestModule.h
Go to the documentation of this file.
1 #ifndef Geometry_VeryForwardGeometryBuilder_GeometryTestModule
2 #define Geometry_VeryForwardGeometryBuilder_GeometryTestModule
3 
9 
11  public:
12  explicit GeometryTestModule(const edm::ParameterSet&);
14 
15  private:
16  virtual void beginJob();
17  virtual void analyze(const edm::Event&, const edm::EventSetup&);
18  virtual void endJob() ;
19 };
20 
21 #endif
virtual void analyze(const edm::Event &, const edm::EventSetup &)
virtual void beginJob()
virtual void endJob()
GeometryTestModule(const edm::ParameterSet &)