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
ApvLatencyAlgorithm.h
Go to the documentation of this file.
1
#ifndef DQM_SiStripCommissioningAnalysis_ApvLatencyAlgorithm_H
2
#define DQM_SiStripCommissioningAnalysis_ApvLatencyAlgorithm_H
3
4
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
5
#include "
DQM/SiStripCommissioningAnalysis/interface/CommissioningAlgorithm.h
"
6
#include <vector>
7
8
class
ApvLatencyAnalysis
;
9
class
TH1;
10
16
class
ApvLatencyAlgorithm
:
public
CommissioningAlgorithm
{
17
public
:
18
ApvLatencyAlgorithm
(
const
edm::ParameterSet
&
pset
,
ApvLatencyAnalysis
*
const
);
19
20
~ApvLatencyAlgorithm
()
override
{ ; }
21
22
inline
const
Histo
&
histo
()
const
;
23
24
private
:
25
ApvLatencyAlgorithm
() { ; }
26
27
void
extract
(
const
std::vector<TH1*>&)
override
;
28
29
void
analyse
()
override
;
30
31
private
:
33
Histo
histo_
;
34
};
35
36
const
ApvLatencyAlgorithm::Histo
&
ApvLatencyAlgorithm::histo
()
const
{
return
histo_
; }
37
38
#endif // DQM_SiStripCommissioningAnalysis_ApvLatencyAlgorithm_H
ApvLatencyAlgorithm::ApvLatencyAlgorithm
ApvLatencyAlgorithm()
Definition:
ApvLatencyAlgorithm.h:25
edm::ParameterSet
Definition:
ParameterSet.h:47
ApvLatencyAlgorithm::analyse
void analyse() override
Definition:
ApvLatencyAlgorithm.cc:61
ApvLatencyAlgorithm::histo_
Histo histo_
Definition:
ApvLatencyAlgorithm.h:33
ApvLatencyAnalysis
Analysis for APV latency scan.
Definition:
ApvLatencyAnalysis.h:15
ApvLatencyAlgorithm::histo
const Histo & histo() const
Definition:
ApvLatencyAlgorithm.h:36
CommissioningAlgorithm
Definition:
CommissioningAlgorithm.h:17
ApvLatencyAlgorithm::extract
void extract(const std::vector< TH1 * > &) override
Definition:
ApvLatencyAlgorithm.cc:21
ParameterSet.h
ApvLatencyAlgorithm
Algorithm for APV latency scan.
Definition:
ApvLatencyAlgorithm.h:16
CommissioningAlgorithm.h
ApvLatencyAlgorithm::~ApvLatencyAlgorithm
~ApvLatencyAlgorithm() override
Definition:
ApvLatencyAlgorithm.h:20
muonDTDigis_cfi.pset
pset
Definition:
muonDTDigis_cfi.py:27
CommissioningAlgorithm::Histo
std::pair< TH1 *, std::string > Histo
Definition:
CommissioningAlgorithm.h:25
Generated for CMSSW Reference Manual by
1.8.16