CMS 3D CMS Logo

ContainerProf1D.h
Go to the documentation of this file.
1 #ifndef ContainerProf1D_h
2 #define ContainerProf1D_h
3 
4 /*
5  * file: ContainerProf1D.h
6  * Author: Viktor Khristenko
7  *
8  * Description:
9  * Container to hold TProfiles.
10  * Direct Inheritance from Container1D + some more funcs
11  *
12  */
13 
15 
16 #include <string>
17 #include <vector>
18 
19 namespace hcaldqm {
20  class ContainerProf1D : public Container1D {
21  public:
24  ~ContainerProf1D() override {}
25 
26  void initialize(std::string const &folder,
30  int debug = 0) override;
31 
32  void initialize(std::string const &folder,
33  std::string const &qname,
37  int debug = 0) override;
38 
39  // booking
40  void book(DQMStore::IBooker &,
41  HcalElectronicsMap const *,
42  std::string subsystem = "Hcal",
43  std::string aux = "") override;
44  void book(DQMStore::IBooker &,
45  HcalElectronicsMap const *,
46  filter::HashFilter const &,
47  std::string subsystem = "Hcal",
48  std::string aux = "") override;
49  };
50 } // namespace hcaldqm
51 
52 #endif
void initialize(std::string const &folder, hashfunctions::HashType, quantity::Quantity *, quantity::Quantity *, int debug=0) override
void book(DQMStore::IBooker &, HcalElectronicsMap const *, std::string subsystem="Hcal", std::string aux="") override
#define debug
Definition: HDRShower.cc:19