Skip to content

G4UserActions: suppress thread-checker warnings

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

The G4UserAction interface only provides access to a constant track. So there is no way to avoid the const_cast.

Merge request reports