CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MESetDet2D.h
Go to the documentation of this file.
1 #ifndef MESetDet2D_H
2 #define MESetDet2D_H
3 
4 #include "MESetEcal.h"
5 
6 namespace ecaldqm
7 {
8  class MESetDet2D : public MESetEcal
9  {
10  public :
11  MESetDet2D(std::string const&, MEData const&, bool _readOnly = false);
12  ~MESetDet2D();
13 
14  void fill(DetId const&, double _w = 1., double _unused1 = 0., double _unused2 = 0.);
15  };
16 }
17 
18 #endif
MESetDet2D(std::string const &, MEData const &, bool _readOnly=false)
Definition: MESetDet2D.cc:6
void fill(DetId const &, double _w=1., double _unused1=0., double _unused2=0.)
Definition: MESetDet2D.cc:16
Definition: DetId.h:18