Skip to content

ExpressionEvaluation: const fixes

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

Fix some thread-checker warnings about calling non-const functions on members:

  • make TMethodCollectionWrapper::variableType non-const
  • Make getVec[Int,Double]Value non-const

Also suppress some unavoidable const-casts due to ROOT interfaces.

Merge request reports