CMS 3D CMS Logo

ContainerSingleProf1D.h
Go to the documentation of this file.
1 #ifndef ContainerSingleProf1D_h
2 #define ContainerSingleProf1D_h
3 
4 /*
5  * file: ContainerSignle1D.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:
25  ~ContainerSingleProf1D() override {}
26 
27  void initialize(std::string const& folder,
30  int debug=0) override;
31  void initialize(std::string const& folder,
32  std::string const&,
35  int debug=0) override;
36 
37  // booking
38  void book(DQMStore::IBooker&,
39  std::string subsystem="Hcal", std::string aux="") override;
40  void book(DQMStore*,
41  std::string subsystem="Hcal", std::string aux="") override;
42  };
43 }
44 
45 #endif
void initialize(std::string const &folder, quantity::Quantity *, quantity::Quantity *qy=new quantity::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