CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
WriteOneGeometryFromXML.h
Go to the documentation of this file.
5 
7 
8  public:
9  explicit WriteOneGeometryFromXML( const edm::ParameterSet& iConfig );
11  virtual void beginRun( const edm::Run&, edm::EventSetup const& );
12  virtual void analyze( const edm::Event&, const edm::EventSetup& ){}
13  virtual void endJob() {};
14 
15  private:
16  std::string label_;
18 };
virtual void beginRun(const edm::Run &, edm::EventSetup const &)
virtual void analyze(const edm::Event &, const edm::EventSetup &)
WriteOneGeometryFromXML(const edm::ParameterSet &iConfig)
Definition: Run.h:33