Go to the documentation of this file.00001 #ifndef MESetDet0D_H
00002 #define MESetDet0D_H
00003
00004 #include "MESetEcal.h"
00005
00006 namespace ecaldqm
00007 {
00008 class MESetDet0D : public MESetEcal
00009 {
00010 public :
00011 MESetDet0D(std::string const&, MEData const&, bool _readOnly = false);
00012 ~MESetDet0D();
00013
00014 void fill(DetId const&, double, double _unused1 = 0., double _unused2 = 0.);
00015 void fill(unsigned, double, double _unused1 = 0., double _unused2 = 0.);
00016 void fill(double, double _unused1 = 0., double _unused = 0.);
00017 };
00018 }
00019
00020 #endif