CMS 3D CMS Logo

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