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
SiStripCommon
interface
UpdateTProfile.h
Go to the documentation of this file.
1
#include <cstdint>
2
#ifndef DQM_SiStripCommon_UpdateTProfile_H
3
#define DQM_SiStripCommon_UpdateTProfile_H
4
5
class
TProfile;
6
8
class
UpdateTProfile
{
9
public
:
10
UpdateTProfile
();
11
~UpdateTProfile
();
12
13
static
void
setBinContents
(TProfile*
const
profile
,
14
const
uint32_t&
bin
,
15
const
double
& num_of_entries,
16
const
double
& sum_of_contents,
17
const
double
& sum_of_squares);
18
19
static
void
setBinContent
(
20
TProfile*
const
profile
,
const
uint32_t&
bin
,
const
double
& entries,
const
double
&
mean
,
const
double
& spread);
21
};
22
23
#endif // DQM_SiStripCommon_UpdateTProfile_H
PostProcessor_cff.profile
profile
Definition:
PostProcessor_cff.py:38
UpdateTProfile::~UpdateTProfile
~UpdateTProfile()
Definition:
UpdateTProfile.cc:12
SiStripPI::mean
Definition:
SiStripPayloadInspectorHelper.h:178
newFWLiteAna.bin
bin
Definition:
newFWLiteAna.py:157
UpdateTProfile::setBinContent
static void setBinContent(TProfile *const profile, const uint32_t &bin, const double &entries, const double &mean, const double &spread)
Definition:
UpdateTProfile.cc:80
UpdateTProfile::UpdateTProfile
UpdateTProfile()
Definition:
UpdateTProfile.cc:8
UpdateTProfile
Definition:
UpdateTProfile.h:8
UpdateTProfile::setBinContents
static void setBinContents(TProfile *const profile, const uint32_t &bin, const double &num_of_entries, const double &sum_of_contents, const double &sum_of_squares)
Definition:
UpdateTProfile.cc:16
Generated for CMSSW Reference Manual by
1.8.14