You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Replaced calls to FairGenericRootManager with FairRootManager (now
thread-safe)
- Migrated code in Detectors and DataFormats to MT
- Implemented CloneModule() method where missing
- Moved definition of sensitive volumes in detectors from ConstructGeometry()
to Initialize(), to get it called on threads
- Changed static local variables defined during event processing in static
thread_local
- Implemented o2::Stack::FinishPrimary(), which has been added in
FairGenericStack base class, and removed the hook for calling this code from
commonConfig.C. The code still requires clean-up by the author of the Stack
class to avoid mIsG4Like test here.
0 commit comments