CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTKeyedConfigDBDump.h
Go to the documentation of this file.
1 #ifndef DTKeyedConfigDBDump_H
2 #define DTKeyedConfigDBDump_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 DTKeyedConfigDBDump( const edm::ParameterSet& ps );
42 
45  virtual ~DTKeyedConfigDBDump();
46 
49  virtual void beginJob();
51  virtual void analyze( const edm::Event& e, const edm::EventSetup& c );
52 
53  private:
54 
55 };
56 
57 
58 #endif // DTKeyedConfigDBDump_H
59 
virtual void analyze(const edm::Event &e, const edm::EventSetup &c)
DTKeyedConfigDBDump(const edm::ParameterSet &ps)