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
arichBtestData.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
#pragma once
9
10
enum
{ EVENT_RECORD_TYPE, BEGIN_RECORD_TYPE, PAUSE_RECORD_TYPE,
11
RESUME_RECORD_TYPE, END_RECORD_TYPE
12
};
13
15
struct
EventRec
{
17
unsigned
int
type
;
19
unsigned
int
len
;
21
unsigned
int
evtno
;
23
unsigned
int
time
;
25
unsigned
int
mstime
;
27
unsigned
int
runno
;
// from run
28
};
29
31
struct
BeginRec
{
33
unsigned
int
type
;
35
unsigned
int
len
;
37
unsigned
int
runno
;
39
unsigned
int
evtno
;
41
unsigned
int
time
;
43
unsigned
int
reserve1
;
44
};
45
47
struct
EndRec
{
49
unsigned
int
type
;
51
unsigned
int
len
;
53
unsigned
int
runno
;
55
unsigned
int
evtno
;
57
unsigned
int
time
;
59
unsigned
int
reserve1
;
60
};
61
#pragma once
BeginRec
Begin record structure for the beamtest data.
Definition:
arichBtestData.h:31
BeginRec::runno
unsigned int runno
Run number.
Definition:
arichBtestData.h:37
BeginRec::reserve1
unsigned int reserve1
Reserved - unused.
Definition:
arichBtestData.h:43
BeginRec::type
unsigned int type
Record ID.
Definition:
arichBtestData.h:33
BeginRec::len
unsigned int len
Record length in bytes.
Definition:
arichBtestData.h:35
BeginRec::time
unsigned int time
Timestamp of the run.
Definition:
arichBtestData.h:41
BeginRec::evtno
unsigned int evtno
Current event number.
Definition:
arichBtestData.h:39
EndRec
End record structure for the beamtest data.
Definition:
arichBtestData.h:47
EndRec::runno
unsigned int runno
Run number.
Definition:
arichBtestData.h:53
EndRec::reserve1
unsigned int reserve1
Reserved - unused.
Definition:
arichBtestData.h:59
EndRec::type
unsigned int type
Record ID.
Definition:
arichBtestData.h:49
EndRec::len
unsigned int len
Record length in bytes.
Definition:
arichBtestData.h:51
EndRec::time
unsigned int time
End Record Timestamp.
Definition:
arichBtestData.h:57
EndRec::evtno
unsigned int evtno
Current event number.
Definition:
arichBtestData.h:55
EventRec
Event record structure for the beamtest data.
Definition:
arichBtestData.h:15
EventRec::runno
unsigned int runno
Run Number.
Definition:
arichBtestData.h:27
EventRec::mstime
unsigned int mstime
Time form beginning of the run in ms.
Definition:
arichBtestData.h:25
EventRec::type
unsigned int type
Record ID.
Definition:
arichBtestData.h:17
EventRec::len
unsigned int len
Record length in bytes.
Definition:
arichBtestData.h:19
EventRec::time
unsigned int time
Event timestamp.
Definition:
arichBtestData.h:23
EventRec::evtno
unsigned int evtno
Event Number.
Definition:
arichBtestData.h:21
arich
modules
arichBtest
include
arichBtestData.h
Generated on Wed Apr 9 2025 02:35:56 for Belle II Software by
1.9.6