CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DQMSimpleFileSaver.h
Go to the documentation of this file.
1 #ifndef TauDQMSimpleFileSaver_h
2 #define TauDQMSimpleFileSaver_h
3 
12 // framework & common header files
17 
19 
20 #include <string>
21 
23 public:
26 
28  ~TauDQMSimpleFileSaver() override;
29  void analyze(const edm::Event&, const edm::EventSetup&) override;
30  void endJob() override;
31 
32 private:
34  int cfgError_;
35 };
36 
37 #endif
dqm::legacy::DQMStore DQMStore
void analyze(const edm::Event &, const edm::EventSetup &) override
dqm::legacy::MonitorElement MonitorElement
TauDQMSimpleFileSaver(const edm::ParameterSet &)