Skip to content

FPTracker: make IBeamline elements non-const

Frank Winklmeier requested to merge fwinkl/athena:fptracker into master

The beamline elements are being calibrated (e.g. collimator positions are determined) when setting up. Make them and the calibrate method non-const to avoid mutables.

Enable thread-checker.

Merge request reports