Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Properties
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
src
DQM
SiStripCommissioningSummary
interface
SummaryPlotFactoryBase.h
Go to the documentation of this file.
1
#ifndef DQM_SiStripCommissioningSummary_SummaryPlotFactoryBase_H
2
#define DQM_SiStripCommissioningSummary_SummaryPlotFactoryBase_H
3
4
#include "
DataFormats/SiStripCommon/interface/SiStripConstants.h
"
5
#include "
DQM/SiStripCommissioningSummary/interface/SummaryGenerator.h
"
6
#include "TH1.h"
7
#include <string>
8
9
class
SummaryPlotFactoryBase
{
10
protected
:
11
void
init
(
const
sistrip::Monitorable
&,
12
const
sistrip::Presentation
&,
13
const
sistrip::View
&,
14
const
std::string
& top_level_dir,
15
const
sistrip::Granularity
&);
16
17
void
fill
(TH1& summary_histo);
18
19
protected
:
20
// Constructors, destructors
21
SummaryPlotFactoryBase
();
22
~SummaryPlotFactoryBase
();
23
24
// Parameters
25
sistrip::Monitorable
mon_
;
26
sistrip::Presentation
pres_
;
27
sistrip::View
view_
;
28
std::string
level_
;
29
sistrip::Granularity
gran_
;
30
31
// Summary plot generator class
32
SummaryGenerator
*
generator_
;
33
};
34
35
#endif // DQM_SiStripCommissioningSummary_SummaryPlotFactoryBase_H
SummaryPlotFactoryBase::mon_
sistrip::Monitorable mon_
Definition:
SummaryPlotFactoryBase.h:25
SummaryPlotFactoryBase::init
void init(const sistrip::Monitorable &, const sistrip::Presentation &, const sistrip::View &, const std::string &top_level_dir, const sistrip::Granularity &)
Definition:
SummaryPlotFactoryBase.cc:31
SummaryGenerator
: Fills summary histograms.
Definition:
SummaryGenerator.h:19
sistrip::Presentation
Presentation
Definition:
ConstantsForPresentation.h:28
sistrip::Monitorable
Monitorable
Definition:
ConstantsForMonitorable.h:200
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
SummaryGenerator.h
SummaryPlotFactoryBase::level_
std::string level_
Definition:
SummaryPlotFactoryBase.h:28
SummaryPlotFactoryBase::gran_
sistrip::Granularity gran_
Definition:
SummaryPlotFactoryBase.h:29
SummaryPlotFactoryBase::view_
sistrip::View view_
Definition:
SummaryPlotFactoryBase.h:27
SummaryPlotFactoryBase::pres_
sistrip::Presentation pres_
Definition:
SummaryPlotFactoryBase.h:26
SummaryPlotFactoryBase::generator_
SummaryGenerator * generator_
Definition:
SummaryPlotFactoryBase.h:32
SummaryPlotFactoryBase::~SummaryPlotFactoryBase
~SummaryPlotFactoryBase()
Definition:
SummaryPlotFactoryBase.cc:23
SummaryPlotFactoryBase::SummaryPlotFactoryBase
SummaryPlotFactoryBase()
Definition:
SummaryPlotFactoryBase.cc:11
sistrip::View
View
Definition:
ConstantsForView.h:26
SummaryPlotFactoryBase
Definition:
SummaryPlotFactoryBase.h:9
sistrip::Granularity
Granularity
Definition:
ConstantsForGranularity.h:60
SiStripConstants.h
SummaryPlotFactoryBase::fill
void fill(TH1 &summary_histo)
Definition:
SummaryPlotFactoryBase.cc:99
Generated for CMSSW Reference Manual by
1.8.14