Skip to content

passing calibration file path to eudaq2 as string

Hi,

I noticed that passing the calibration_file to eudaq2 as a std::filesystem::path will result in a segmentation fault when trying to access the alibration_file parameter in the eudaq::Configuration. Passing the calibration_file as a string to the eudaq::Configuration turned out to work and solve this issue.

Cheers, Pascal

Merge request reports