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
L1Trigger
DemonstratorTools
interface
ChannelSpec.h
Go to the documentation of this file.
1
#ifndef L1Trigger_DemonstratorTools_ChannelSpec_h
2
#define L1Trigger_DemonstratorTools_ChannelSpec_h
3
4
#include <cstddef>
5
6
namespace
l1t::demo
{
7
8
struct
ChannelSpec
{
9
public
:
10
// Time multiplexing period of data on link
11
size_t
tmux
;
12
// Number of invalid frames between packets (i.e. following each event)
13
size_t
interpacketGap
;
14
// Number of invalid frames before first valid packet
15
size_t
offset
{0};
16
};
17
18
}
// namespace l1t::demo
19
20
#endif
l1t::demo::ChannelSpec::interpacketGap
size_t interpacketGap
Definition:
ChannelSpec.h:13
l1t::demo::ChannelSpec::offset
size_t offset
Definition:
ChannelSpec.h:15
l1t::demo::ChannelSpec::tmux
size_t tmux
Definition:
ChannelSpec.h:11
l1t::demo
Definition:
BoardData.h:10
l1t::demo::ChannelSpec
Definition:
ChannelSpec.h:8
Generated for CMSSW Reference Manual by
1.8.14