Skip to content

AnaAlgorithm: const fixes for metaStore accessors

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

Make the input/outputMetaStore accessors const-correct by providing fully const/non-const versions and remove mutable.

Also enable thread-checker.

Merge request reports