CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 <vector>
17 #include <string>
18 
19 namespace hcaldqm
20 {
22  {
23  public:
25  ContainerProf1D(std::string const& folder,
26  std::string const& nametitle, mapper::MapperType mt,
27  axis::Axis *xaxis,
30  virtual ~ContainerProf1D() {}
31 
32  virtual void initialize(std::string const& folder,
33  std::string const& nametitle, mapper::MapperType mt,
34  axis::Axis *xaxis,
36  axis::fEntries), int debug=0);
37 
38  // booking
39  virtual void book(DQMStore::IBooker&,
41 
42  protected:
43  };
44 }
45 
46 
47 #endif
48 
49 
50 
51 
52 
53 
54 
55 
virtual void initialize(std::string const &folder, std::string const &nametitle, mapper::MapperType mt, axis::Axis *xaxis, axis::Axis *yaxis=new axis::ValueAxis(axis::fYaxis, axis::fEntries), int debug=0)
virtual void book(DQMStore::IBooker &, std::string subsystem="Hcal", std::string aux="")
#define debug
Definition: HDRShower.cc:19