CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 public:
39  explicit DTKeyedConfigDBInit(const edm::ParameterSet& ps);
40 
43  ~DTKeyedConfigDBInit() override;
44 
47  void beginJob() override;
49  void analyze(const edm::Event& e, const edm::EventSetup& c) override;
50  void endJob() override;
51 
52 private:
55 };
56 
57 #endif // DTKeyedConfigDBInit_H
DTKeyedConfigDBInit(const edm::ParameterSet &ps)
const edm::EventSetup & c
void beginJob() override
void analyze(const edm::Event &e, const edm::EventSetup &c) override