CMS 3D CMS Logo

DTKeyedConfigDBInit.h
Go to the documentation of this file.
1 #ifndef DTKeyedConfigDBInit_H
2 #define DTKeyedConfigDBInit_H
3 
14 //----------------------
15 // Base Class Headers --
16 //----------------------
18 
19 //------------------------------------
20 // Collaborating Class Declarations --
21 //------------------------------------
25 
26 //---------------
27 // C++ Headers --
28 //---------------
29 #include <string>
30 
31 // ---------------------
32 // -- Class Interface --
33 // ---------------------
34 
36 
37  public:
38 
41  explicit DTKeyedConfigDBInit( const edm::ParameterSet& ps );
42 
45  ~DTKeyedConfigDBInit() override;
46 
49  void beginJob() override;
51  void analyze( const edm::Event& e, const edm::EventSetup& c ) override;
52  void endJob() override;
53 
54  private:
55 
58 
59 };
60 
61 
62 #endif // DTKeyedConfigDBInit_H
63 
DTKeyedConfigDBInit(const edm::ParameterSet &ps)
void beginJob() override
void analyze(const edm::Event &e, const edm::EventSetup &c) override