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
10  * initialization
11  */
12 
14 
15 #include <string>
16 
17 namespace hcaldqm {
19  public:
24  ~ContainerSingleProf1D() override {}
25 
26  void initialize(std::string const &folder,
29  int debug = 0) override;
30  void initialize(std::string const &folder,
31  std::string const &,
34  int debug = 0) override;
35 
36  // booking
37  void book(DQMStore::IBooker &, std::string subsystem = "Hcal", std::string aux = "") override;
38  };
39 } // namespace hcaldqm
40 
41 #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