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
CondFormats
SiStripObjects
src
ApvLatencyAnalysis.cc
Go to the documentation of this file.
1
#include "
CondFormats/SiStripObjects/interface/ApvLatencyAnalysis.h
"
2
#include "
DataFormats/SiStripCommon/interface/SiStripHistoTitle.h
"
3
#include "
DataFormats/SiStripCommon/interface/SiStripEnumsAndStrings.h
"
4
#include "
FWCore/MessageLogger/interface/MessageLogger.h
"
5
#include <iostream>
6
#include <cmath>
7
8
using namespace
sistrip
;
9
10
// ----------------------------------------------------------------------------
11
//
12
ApvLatencyAnalysis::ApvLatencyAnalysis
(
const
uint32_t&
key
)
13
:
CommissioningAnalysis
(
key
,
"ApvLatencyAnalysis"
), latency_(
sistrip
::
invalid_
) {
14
;
15
}
16
17
// ----------------------------------------------------------------------------
18
//
19
ApvLatencyAnalysis::ApvLatencyAnalysis
() :
CommissioningAnalysis
(
"ApvLatencyAnalysis"
), latency_(
sistrip
::
invalid_
) {
20
;
21
}
22
23
// ----------------------------------------------------------------------------
24
//
25
void
ApvLatencyAnalysis::reset
() {
latency_
=
sistrip::invalid_
; }
26
27
// ----------------------------------------------------------------------------
28
//
29
void
ApvLatencyAnalysis::print
(std::stringstream&
ss
, uint32_t not_used) {
30
header
(
ss
);
31
ss
<<
" APV latency setting : "
<<
latency_
<<
"\n"
;
32
}
MessageLogger.h
SiStripEnumsAndStrings.h
contentValuesCheck.ss
ss
Definition:
contentValuesCheck.py:33
crabWrapper.key
key
Definition:
crabWrapper.py:19
sistrip
sistrip classes
Definition:
EnsembleCalibrationLA.cc:9
ApvLatencyAnalysis::print
void print(std::stringstream &, uint32_t not_used=0) override
Definition:
ApvLatencyAnalysis.cc:29
ApvLatencyAnalysis.h
sistrip::invalid_
static const uint16_t invalid_
Definition:
Constants.h:16
SiStripHistoTitle.h
ApvLatencyAnalysis::ApvLatencyAnalysis
ApvLatencyAnalysis()
Definition:
ApvLatencyAnalysis.cc:19
CommissioningAnalysis::header
virtual void header(std::stringstream &) const
Definition:
CommissioningAnalysis.cc:33
CommissioningAnalysis
Abstract base for derived classes that provide analysis of commissioning histograms.
Definition:
CommissioningAnalysis.h:18
ApvLatencyAnalysis::reset
void reset() override
Definition:
ApvLatencyAnalysis.cc:25
ApvLatencyAnalysis::latency_
uint16_t latency_
Definition:
ApvLatencyAnalysis.h:33
Generated for CMSSW Reference Manual by
1.8.14