Belle II Software
development
Toggle main menu visibility
Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
z
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
w
x
z
Typedefs
a
b
c
d
e
g
i
k
l
m
n
p
r
s
t
u
v
w
Enumerations
Enumerator
c
d
f
p
t
v
Classes
Class List
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
Enumerations
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
k
l
m
n
o
p
r
s
t
u
v
w
z
Related Functions
b
c
d
g
i
o
r
s
t
Files
File List
File Members
All
Functions
Typedefs
Macros
▼
Belle II Software
►
Modules
►
Namespaces
►
Classes
▼
Files
►
File List
►
File Members
ronode_info.h
1
/**************************************************************************
2
* basf2 (Belle II Analysis Software Framework) *
3
* Author: The Belle II Collaboration *
4
* *
5
* See git log for contributors and copyright holders. *
6
* This file is licensed under LGPL-3.0, see LICENSE.md. *
7
**************************************************************************/
8
#ifndef _Belle2_ronode_info_h
9
#define _Belle2_ronode_info_h
10
11
const
int
ronode_info_revision = 1;
12
13
namespace
Belle2
{
19
struct
event_header
{
20
unsigned
int
nword;
21
unsigned
int
format;
22
unsigned
int
exp_run;
23
unsigned
int
evtno;
24
unsigned
int
ctime_trgtype;
25
unsigned
int
utime;
26
unsigned
int
nodeid;
27
unsigned
int
crc_err;
28
};
29
30
struct
ronode_info
{
31
unsigned
int
nodeid;
32
unsigned
int
state;
33
unsigned
int
eflag;
34
unsigned
int
expno;
35
unsigned
int
runno;
36
unsigned
int
subno;
37
unsigned
int
reserved[2];
38
float
reserved_f[5];
39
struct
io_info
{
40
int
port;
41
unsigned
int
addr;
42
unsigned
long
long
nbyte;
43
unsigned
int
count;
44
} io[2];
45
event_header
header;
46
};
47
49
}
50
51
#endif
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:17
Belle2::event_header
Definition:
ronode_info.h:19
Belle2::ronode_info::io_info
Definition:
ronode_info.h:39
Belle2::ronode_info
Definition:
ronode_info.h:30
daq
slc
readout
include
ronode_info.h
Generated on Wed Apr 9 2025 02:38:21 for Belle II Software by
1.9.6