Belle II Software
release-06-01-15
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
z
Typedefs
a
b
c
d
e
i
k
l
m
n
p
r
s
t
u
v
w
Enumerations
Enumerator
c
d
f
p
t
u
v
w
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
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
#ifndef DEFREC_H
9
#define DEFREC_H
10
11
enum
{ EVENT_RECORD_TYPE, BEGIN_RECORD_TYPE, PAUSE_RECORD_TYPE,
12
RESUME_RECORD_TYPE, END_RECORD_TYPE
13
};
14
16
struct
EventRec
{
18
unsigned
int
type
;
20
unsigned
int
len
;
22
unsigned
int
evtno
;
24
unsigned
int
time
;
26
unsigned
int
mstime
;
28
unsigned
int
runno
;
// from run
29
};
30
32
struct
BeginRec
{
34
unsigned
int
type
;
36
unsigned
int
len
;
38
unsigned
int
runno
;
40
unsigned
int
evtno
;
42
unsigned
int
time
;
44
unsigned
int
reserve1
;
45
};
46
48
struct
EndRec
{
50
unsigned
int
type
;
52
unsigned
int
len
;
54
unsigned
int
runno
;
56
unsigned
int
evtno
;
58
unsigned
int
time
;
60
unsigned
int
reserve1
;
61
};
62
63
#endif
BeginRec
Begin record structure for the beamtest data.
Definition:
arichBtestData.h:32
BeginRec::runno
unsigned int runno
Run number.
Definition:
arichBtestData.h:38
BeginRec::reserve1
unsigned int reserve1
Reserved - unused.
Definition:
arichBtestData.h:44
BeginRec::type
unsigned int type
Record ID.
Definition:
arichBtestData.h:34
BeginRec::len
unsigned int len
Record length in bytes.
Definition:
arichBtestData.h:36
BeginRec::time
unsigned int time
Timestamp of the run.
Definition:
arichBtestData.h:42
BeginRec::evtno
unsigned int evtno
Current event number.
Definition:
arichBtestData.h:40
EndRec
End record structure for the beamtest data.
Definition:
arichBtestData.h:48
EndRec::runno
unsigned int runno
Run number.
Definition:
arichBtestData.h:54
EndRec::reserve1
unsigned int reserve1
Reserved - unused.
Definition:
arichBtestData.h:60
EndRec::type
unsigned int type
Record ID.
Definition:
arichBtestData.h:50
EndRec::len
unsigned int len
Record length in bytes.
Definition:
arichBtestData.h:52
EndRec::time
unsigned int time
End Record Timestamp.
Definition:
arichBtestData.h:58
EndRec::evtno
unsigned int evtno
Current event number.
Definition:
arichBtestData.h:56
EventRec
Event record structure for the beamtest data.
Definition:
arichBtestData.h:16
EventRec::runno
unsigned int runno
Run Number.
Definition:
arichBtestData.h:28
EventRec::mstime
unsigned int mstime
Time form beginning of the run in ms.
Definition:
arichBtestData.h:26
EventRec::type
unsigned int type
Record ID.
Definition:
arichBtestData.h:18
EventRec::len
unsigned int len
Record length in bytes.
Definition:
arichBtestData.h:20
EventRec::time
unsigned int time
Event timestamp.
Definition:
arichBtestData.h:24
EventRec::evtno
unsigned int evtno
Event Number.
Definition:
arichBtestData.h:22
arich
modules
arichBtest
include
arichBtestData.h
Generated on Fri Dec 8 2023 04:13:40 for Belle II Software by
1.9.1