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
EventFilter
CSCRawToDigi
interface
CSCBadCFEBTimeSlice.h
Go to the documentation of this file.
1
#ifndef EventFilter_CSCRawToDigi_CSCBadCFEBTimeSlice_h
2
#define EventFilter_CSCRawToDigi_CSCBadCFEBTimeSlice_h
3
4
#include "
EventFilter/CSCRawToDigi/interface/CSCBadCFEBWord.h
"
5
#include <iosfwd>
6
11
class
CSCBadCFEBTimeSlice
{
12
public
:
13
unsigned
sizeInWords
()
const
{
return
4; }
15
const
CSCBadCFEBWord
&
word
(
int
i
)
const
;
16
17
bool
check
()
const
;
18
19
private
:
20
CSCBadCFEBWord
theWords
[4];
21
};
22
23
#endif
CSCBadCFEBTimeSlice::sizeInWords
unsigned sizeInWords() const
Definition:
CSCBadCFEBTimeSlice.h:13
mps_fire.i
i
Definition:
mps_fire.py:429
CSCBadCFEBTimeSlice::check
bool check() const
Definition:
CSCBadCFEBTimeSlice.cc:9
CSCBadCFEBTimeSlice
Definition:
CSCBadCFEBTimeSlice.h:11
CSCBadCFEBTimeSlice::word
const CSCBadCFEBWord & word(int i) const
count from zero
Definition:
CSCBadCFEBTimeSlice.cc:4
CSCBadCFEBWord
Definition:
CSCBadCFEBWord.h:9
CSCBadCFEBTimeSlice::theWords
CSCBadCFEBWord theWords[4]
Definition:
CSCBadCFEBTimeSlice.h:20
CSCBadCFEBWord.h
Generated for CMSSW Reference Manual by
1.8.14