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
constfixes - mark code using
gRandomas not thread-safe as it's only used for testing or entirely unused
Edited by Frank Winklmeier