CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ContainerProf2D.h
Go to the documentation of this file.
1 #ifndef ContainerProf2D_h
2 #define ContainerProf2D_h
3 
4 /*
5  * file: ContainerProf2D.h
6  * Author: Viktor Khristenko
7  *
8  * Description:
9  * Container to hold TProfile or like
10  *
11  */
12 
14 
15 #include <vector>
16 #include <string>
17 
18 namespace hcaldqm
19 {
20  using namespace axis;
22  {
23  public:
25  ContainerProf2D(std::string const& folder,
26  std::string const &nametitle,
27  MapperType mt,
28  Axis *xaxis,
30  Axis *zaxis = new ValueAxis(axis::fZaxis, axis::fEntries));
31  virtual ~ContainerProf2D() {}
32 
33  virtual void initialize(std::string const& folder,
34  std::string const &nametitle,
35  MapperType mt,
36  Axis *xaxis,
39  int debug=0);
40 
41  virtual void book(DQMStore::IBooker&,
43 
44  protected:
45  };
46 }
47 
48 
49 #endif
50 
51 
52 
53 
54 
55 
56 
57 
static AlgebraicMatrix initialize()
#define debug
Definition: HDRShower.cc:19