Skip to content

Read Calibration File from Geometry

Simon Spannagel requested to merge fix_96 into master

This MR adds a method to the Detector class which allows reading the file path of a calibration file from the geometry. This can be used in modules requiring calibration data to obtain the detector-specific file without the need to specify it in the module configuration over and over again.

The EventLoaderEUDAQ2 is adapted to forward this information to the EUDAQ2 event converter facilities. It also allows overwriting of the key from the module configuration.

This fixes #96 (closed).

Edited by Simon Spannagel

Merge request reports