CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RPCRecoIdealDBLoader.h
Go to the documentation of this file.
1 #ifndef CondTools_RPCRecoIdealDBLoader_h
2 #define CondTools_RPCRecoIdealDBLoader_h
3 
8 
9 #include <string>
10 
12 
13  public:
14  explicit RPCRecoIdealDBLoader( const edm::ParameterSet& iConfig );
16  virtual void beginRun( const edm::Run&, edm::EventSetup const& );
17  virtual void analyze( const edm::Event&, const edm::EventSetup& ){}
18  virtual void endJob() {};
19 
20  private:
21  std::string label_;
23 };
24 
25 #endif
virtual void beginRun(const edm::Run &, edm::EventSetup const &)
RPCRecoIdealDBLoader(const edm::ParameterSet &iConfig)
virtual void analyze(const edm::Event &, const edm::EventSetup &)
Definition: Run.h:33