CMS 3D CMS Logo

ContainerSingleProf2D.h
Go to the documentation of this file.
1 #ifndef ContainerSingleProf2D_h
2 #define ContainerSingleProf2D_h
3 
4 /*
5  * file: ContainerSignle2D.h
6  * Author: Viktor Khristenko
7  *
8  * Description:
9  * Container to hold a single ME - for convenience of initialization
10  */
11 
13 
14 #include <string>
15 
16 namespace hcaldqm
17 {
19  {
20  public:
23  Quantity*, Quantity*,
25  ~ContainerSingleProf2D() override {}
26 
27  void initialize(std::string const& folder,
28  Quantity*, Quantity*,
30  int debug=0) override;
31 
32  void initialize(std::string const& folder,
33  std::string const&,
34  Quantity*, Quantity*,
36  int debug=0) override;
37 
38  // booking
39  void book(DQMStore::IBooker&,
40  std::string subsystem="Hcal", std::string aux="") override;
41  void book(DQMStore*,
42  std::string subsystem="Hcal", std::string aux="") override;
43  };
44 }
45 
46 #endif
void initialize(std::string const &folder, Quantity *, Quantity *, Quantity *qz=new ValueQuantity(quantity::fN), int debug=0) override
#define debug
Definition: HDRShower.cc:19
void book(DQMStore::IBooker &, std::string subsystem="Hcal", std::string aux="") override