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*,
26 
27  virtual void initialize(std::string const& folder,
28  Quantity*, Quantity*,
30  int debug=0);
31 
32  virtual void initialize(std::string const& folder,
33  std::string const&,
34  Quantity*, Quantity*,
36  int debug=0);
37 
38  // booking
39  virtual void book(DQMStore::IBooker&,
40  std::string subsystem="Hcal", std::string aux="");
41  virtual void book(DQMStore*,
42  std::string subsystem="Hcal", std::string aux="");
43  };
44 }
45 
46 #endif
virtual void book(DQMStore::IBooker &, std::string subsystem="Hcal", std::string aux="")
virtual void initialize(std::string const &folder, Quantity *, Quantity *, Quantity *qz=new ValueQuantity(quantity::fN), int debug=0)
#define debug
Definition: HDRShower.cc:19