Skip to content

Allow Configuration of EUDAQ2 Converters

Simon Spannagel requested to merge eudaq_configuration into master

This MR allows to configure EUDAQ2 event converters by forwarding all configuration keys available in the respective Corryvreckan section. I.e.

[EventLoaderEUDAQ2]
name = "CLICpix2_0"

file_name = "run000299_caribou_190329160240.raw"

longcnt = 1
countingmode = 0

would allow to switch to long-ToA readout for CLICpix2. This is all independent of the detector attached, only drawback is the not-so-nice configuration class of EUDAQ2, see warning in the README.

Merge request reports