CMS 3D CMS Logo

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