00001 #ifndef MESetNonObject_H 00002 #define MESetNonObject_H 00003 00004 #include "MESet.h" 00005 00006 namespace ecaldqm 00007 { 00008 class MESetNonObject : public MESet 00009 { 00010 public : 00011 MESetNonObject(std::string const&, MEData const&, bool _readOnly = false); 00012 ~MESetNonObject(); 00013 00014 void book(); 00015 bool retrieve() const; 00016 00017 void fill(double, double _wy = 1., double _w = 1.); 00018 }; 00019 } 00020 00021 00022 #endif