CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MESetNonObject.h
Go to the documentation of this file.
1 #ifndef MESetNonObject_H
2 #define MESetNonObject_H
3 
4 #include "MESet.h"
5 
6 namespace ecaldqm
7 {
8  class MESetNonObject : public MESet
9  {
10  public :
11  MESetNonObject(std::string const&, MEData const&, bool _readOnly = false);
13 
14  void book();
15  bool retrieve() const;
16 
17  void fill(double, double _wy = 1., double _w = 1.);
18  };
19 }
20 
21 
22 #endif
void fill(double, double _wy=1., double _w=1.)
MESetNonObject(std::string const &, MEData const &, bool _readOnly=false)