CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros 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 
18 #include <string>
19 
21 {
22  public:
24  virtual ~TauDQMSimpleFileSaver();
25  virtual void analyze(const edm::Event&, const edm::EventSetup&);
26  virtual void endJob();
27 
28 private:
30  int cfgError_;
31 };
32 
33 #endif
34 
35 
TauDQMSimpleFileSaver(const edm::ParameterSet &)
virtual void analyze(const edm::Event &, const edm::EventSetup &)