ISF_FastCaloSimEvent: thread-checker fixes
Various changes to make the code pass the thread-checker:
- Make the garbage collector (
DoCleanup
) thread-safe. -
TFCSParametrizationBase
: use thread-specific MsgStream for logging - minor
const
fixes - mark code using
gRandom
as not thread-safe as it's only used for testing or entirely unused
Edited by Frank Winklmeier