-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathreadout-stfb-emu.cfg
58 lines (47 loc) · 1.28 KB
/
readout-stfb-emu.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# example configuration file
# to use readout software data generator + stfb
# example command to launch matching STFB standalone:
# StfBuilder --id stfb --session default --transport shmem --detector-rdh 6 --detector-subspec=feeid --channel-config "name=readout,type=pull,method=connect,address=ipc:///tmp/flp-readout-pipe-0,transport=shmem,rateLogging=1" --stand-alone
[readout]
aggregatorSliceTimeout=0.5
aggregatorStfTimeout=1
[equipment-emulator-1]
enabled=1
name=emulator-1
equipmentType=cruEmulator
memoryPoolNumberOfPages=1000
memoryPoolPageSize=1M
numberOfLinks=2
PayloadSize=8000
rdhUseFirstInPageEnabled=1
#systemId=19
#feeId=0
#cruId=0
#dpwId=0
# monitor counters
[consumer-stats]
consumerType=stats
enabled=1
monitoringEnabled=0
monitoringUpdatePeriod=1
consoleUpdate=1
[consumer-StfBuilder]
enabled = 1
consumerType = FairMQChannel
sessionName = default
fmq-transport = shmem
fmq-name = readout
fmq-type = push
fmq-address = ipc:///tmp/flp-readout-pipe-0
unmanagedMemorySize = 2G
memoryPoolNumberOfPages = 200
memoryPoolPageSize = 1M
disableSending=0
# matching config for the test receiver
# launch with: o2-readout-receiver file:/root/readout-stfb-emu.cfg receiver-fmq
[receiver-fmq]
decodingMode=stfHbf
channelAddress=ipc:///tmp/flp-readout-pipe-0
channelType=pull
dumpTF=100
dumpSTF=0