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 
14 // framework & common header files
19 
20 #include <string>
21 
23 {
24  public:
26  virtual ~TauDQMSimpleFileSaver();
27  virtual void analyze(const edm::Event&, const edm::EventSetup&);
28  virtual void endJob();
29 
30 private:
31  std::string outputFileName_;
32  int cfgError_;
33 };
34 
35 #endif
36 
37 
TauDQMSimpleFileSaver(const edm::ParameterSet &)
virtual void analyze(const edm::Event &, const edm::EventSetup &)