Main Page
Namespaces
Classes
Package Documentation
DQM
HcalCommon
interface
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 initialization
10
*/
11
12
#include "
DQM/HcalCommon/interface/ContainerSingle1D.h
"
13
14
#include <string>
15
16
namespace
hcaldqm
17
{
18
class
ContainerSingleProf1D
:
public
ContainerSingle1D
19
{
20
public
:
21
ContainerSingleProf1D
();
22
ContainerSingleProf1D
(
std::string
const
&
folder
,
23
quantity::Quantity
*,
24
quantity::Quantity
*qy =
new
quantity::ValueQuantity
(
quantity::fN
));
25
~ContainerSingleProf1D
()
override
{}
26
27
void
initialize
(
std::string
const
& folder,
28
quantity::Quantity
*,
29
quantity::Quantity
*qy =
new
quantity::ValueQuantity
(
quantity::fN
),
30
int
debug
=0)
override
;
31
void
initialize
(
std::string
const
& folder,
32
std::string
const
&,
33
quantity::Quantity
*,
34
quantity::Quantity
*qy =
new
quantity::ValueQuantity
(
quantity::fN
),
35
int
debug
=0)
override
;
36
37
// booking
38
void
book
(
DQMStore::IBooker
&,
39
std::string
subsystem=
"Hcal"
,
std::string
aux
=
""
)
override
;
40
void
book
(
DQMStore
*,
41
std::string
subsystem=
"Hcal"
,
std::string
aux
=
""
)
override
;
42
};
43
}
44
45
#endif
hcaldqm::quantity::Quantity
Definition:
Quantity.h:36
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
hcaldqm::ContainerSingleProf1D
Definition:
ContainerSingleProf1D.h:18
hcaldqm::ContainerSingleProf1D::initialize
void initialize(std::string const &folder, quantity::Quantity *, quantity::Quantity *qy=new quantity::ValueQuantity(quantity::fN), int debug=0) override
Definition:
ContainerSingleProf1D.cc:21
hcaldqm::ContainerSingle1D
Definition:
ContainerSingle1D.h:19
hcaldqm::ContainerSingleProf1D::ContainerSingleProf1D
ContainerSingleProf1D()
Definition:
ContainerSingleProf1D.cc:7
DQMStore
Definition:
DQMStore.h:78
ContainerSingle1D.h
hcaldqm::quantity::fN
Definition:
ValueQuantity.h:15
printConversionInfo.aux
aux
Definition:
printConversionInfo.py:18
hcaldqm::ContainerSingleProf1D::~ContainerSingleProf1D
~ContainerSingleProf1D() override
Definition:
ContainerSingleProf1D.h:25
printsummarytable.folder
folder
Definition:
printsummarytable.py:7
debug
#define debug
Definition:
HDRShower.cc:19
hcaldqm
Definition:
Constants.h:8
hcaldqm::ContainerSingleProf1D::book
void book(DQMStore::IBooker &, std::string subsystem="Hcal", std::string aux="") override
Definition:
ContainerSingleProf1D.cc:40
DQMStore::IBooker
Definition:
DQMStore.h:93
hcaldqm::quantity::ValueQuantity
Definition:
ValueQuantity.h:298
Generated for CMSSW Reference Manual by
1.8.11