DABC (Data Acquisition Backbone Core)
2.9.9
plugins
hadaq
test
rawdump.xml
Go to the documentation of this file.
1
<!-- This is example how raw data from HADAQ input can be dump in binary DABC file -->
2
3
<?
xml
version
=
"1.0"
?>
4
<
dabc
version
=
"2"
>
5
<
Context
name
=
"raw-dump"
>
6
<
Run
>
7
<
lib
value
=
"libDabcMbs.so"
/>
8
<
lib
value
=
"libDabcHadaq.so"
/>
9
<
logfile
value
=
"Example.log"
/>
10
<
loglimit
value
=
"1000000"
/>
11
<
debuglevel
value
=
"1"
/>
12
</
Run
>
13
14
<
MemoryPool
name
=
"Pool"
>
15
<
BufferSize
value
=
"200000"
/>
16
<
NumBuffers
value
=
"50"
/>
17
</
MemoryPool
>
18
19
<
Module
name
=
"Dump"
class
=
"dabc::RepeaterModule"
>
20
<
NumInputs
value
=
"5"
/>
21
<
NumOutputs
value
=
"5"
/>
22
<
DataRateName
value
=
"DataRate"
/>
23
<
InputPort
name
=
"Input0"
url
=
"hadaq://host:50000"
/>
24
<
InputPort
name
=
"Input1"
url
=
"hadaq://host:50001"
/>
25
<
InputPort
name
=
"Input2"
url
=
"hadaq://host:50002"
/>
26
<
InputPort
name
=
"Input3"
url
=
"hadaq://host:50003"
/>
27
<
InputPort
name
=
"Input4"
url
=
"hadaq://host:50004"
/>
28
<
InputPort
name
=
"Input*"
queue
=
"10"
urlopt
="
udpbuf
=400000&
mtu
=65507&
flush
=0.1&
maxloop
=50
" resort="
false
Ð[Í ^U
29
<OutputPort name="
Output0
" url="
bin:
//
out0.bin
Ð[Í ^U
30
<OutputPort name="
Output1
" url="
bin:
//
out1.bin
Ð[Í ^U
31
<OutputPort name="
Output2
" url="
bin:
//
out2.bin
Ð[Í ^U
32
<OutputPort name="
Output3
" url="
bin:
//
out3.bin
Ð[Í ^U
33
<OutputPort name="
Output4
" url="
bin:
//
out4.bin
Ð[Í ^U
34
<Parameter name="
DataRate
" width="
5
" prec="
3
" low="
0
" up="
50
" debug="
0"/>
35
</
Module
>
36
</
Context
>
37
</
dabc
>
Generated by
1.9.1