00001 #ifndef MESetDet2D_H 00002 #define MESetDet2D_H 00003 00004 #include "MESetEcal.h" 00005 00006 namespace ecaldqm 00007 { 00008 class MESetDet2D : public MESetEcal 00009 { 00010 public : 00011 MESetDet2D(std::string const&, MEData const&, bool _readOnly = false); 00012 ~MESetDet2D(); 00013 00014 void fill(DetId const&, double _w = 1., double _unused1 = 0., double _unused2 = 0.); 00015 }; 00016 } 00017 00018 #endif