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
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
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
DQM
SiStripCommissioningAnalysis
interface
CommissioningAlgorithm.h
Go to the documentation of this file.
1
#ifndef DQM_SiStripCommissioningAnalysis_CommissioningAlgorithm_H
2
#define DQM_SiStripCommissioningAnalysis_CommissioningAlgorithm_H
3
4
#include <vector>
5
#include <string>
6
#include <cstdint>
7
8
class
CommissioningAlgorithm
;
9
class
CommissioningAnalysis
;
10
class
TH1;
11
17
class
CommissioningAlgorithm
{
18
public
:
19
CommissioningAlgorithm
(
CommissioningAnalysis
*
const
);
20
21
CommissioningAlgorithm
();
22
23
virtual
~CommissioningAlgorithm
() { ; }
24
25
typedef
std::pair<TH1*, std::string>
Histo
;
26
28
void
analysis
(
const
std::vector<TH1*>&);
29
30
protected
:
32
uint32_t
extractFedKey
(
const
TH1*
const
);
33
35
virtual
void
extract
(
const
std::vector<TH1*>&) = 0;
36
38
virtual
void
analyse
() = 0;
39
41
inline
CommissioningAnalysis
*
const
anal
()
const
;
42
43
private
:
45
CommissioningAnalysis
*
anal_
;
46
};
47
48
// ---------- inline methods ----------
49
50
CommissioningAnalysis
*
const
CommissioningAlgorithm::anal
()
const
{
return
anal_
; }
51
52
#endif // DQM_SiStripCommissioningAnalysis_CommissioningAlgorithm_H
CommissioningAlgorithm::extractFedKey
uint32_t extractFedKey(const TH1 *const)
Definition:
CommissioningAlgorithm.cc:29
CommissioningAlgorithm::anal_
CommissioningAnalysis * anal_
Definition:
CommissioningAlgorithm.h:45
CommissioningAlgorithm::anal
CommissioningAnalysis *const anal() const
Definition:
CommissioningAlgorithm.h:50
CommissioningAlgorithm::CommissioningAlgorithm
CommissioningAlgorithm()
Definition:
CommissioningAlgorithm.cc:15
CommissioningAlgorithm::extract
virtual void extract(const std::vector< TH1 * > &)=0
CommissioningAnalysis
Abstract base for derived classes that provide analysis of commissioning histograms.
Definition:
CommissioningAnalysis.h:18
CommissioningAlgorithm::analysis
void analysis(const std::vector< TH1 * > &)
Definition:
CommissioningAlgorithm.cc:19
CommissioningAlgorithm
Definition:
CommissioningAlgorithm.h:17
CommissioningAlgorithm::~CommissioningAlgorithm
virtual ~CommissioningAlgorithm()
Definition:
CommissioningAlgorithm.h:23
CommissioningAlgorithm::analyse
virtual void analyse()=0
CommissioningAlgorithm::Histo
std::pair< TH1 *, std::string > Histo
Definition:
CommissioningAlgorithm.h:25
Generated for CMSSW Reference Manual by
1.8.16