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
CalibTracker
SiPixelQuality
src
SiPixelRocStatus.cc
Go to the documentation of this file.
1
#include <iostream>
2
#include <map>
3
#include <cmath>
4
#include <vector>
5
6
#include "
CalibTracker/SiPixelQuality/interface/SiPixelRocStatus.h
"
7
8
using namespace
std
;
9
10
// ----------------------------------------------------------------------
11
SiPixelRocStatus::SiPixelRocStatus
() {
12
fDC = 0;
13
isFEDerror25_ =
false
;
14
}
15
16
// ----------------------------------------------------------------------
17
SiPixelRocStatus::~SiPixelRocStatus
() {}
18
19
// ----------------------------------------------------------------------
20
void
SiPixelRocStatus::fillDIGI
() { fDC++; }
21
22
// ----------------------------------------------------------------------
23
void
SiPixelRocStatus::updateDIGI
(
unsigned
int
hits
) { fDC +=
hits
; }
24
25
// ----------------------------------------------------------------------
26
void
SiPixelRocStatus::fillFEDerror25
() { isFEDerror25_ =
true
; }
27
28
// ----------------------------------------------------------------------
29
unsigned
int
SiPixelRocStatus::digiOccROC
() {
return
fDC; }
SiPixelRocStatus::fillFEDerror25
void fillFEDerror25()
Definition:
SiPixelRocStatus.cc:26
SiPixelRocStatus::~SiPixelRocStatus
~SiPixelRocStatus()
Definition:
SiPixelRocStatus.cc:17
hfClusterShapes_cfi.hits
hits
Definition:
hfClusterShapes_cfi.py:5
SiPixelRocStatus.h
SiPixelRocStatus::digiOccROC
unsigned int digiOccROC()
Definition:
SiPixelRocStatus.cc:29
SiPixelRocStatus::SiPixelRocStatus
SiPixelRocStatus()
Definition:
SiPixelRocStatus.cc:11
SiPixelRocStatus::fillDIGI
void fillDIGI()
Definition:
SiPixelRocStatus.cc:20
std
Definition:
JetResolutionObject.h:76
SiPixelRocStatus::updateDIGI
void updateDIGI(unsigned int hits)
Definition:
SiPixelRocStatus.cc:23
Generated for CMSSW Reference Manual by
1.8.16