minimal changes required to make OfflineVertexFitter threadsafe
Minimal changes required (but which are not guaranteed to be sufficient! (*)) to make OfflineVertexFitter thread safe:
- Replace
Warning
andError
withMsgCounter
Some drive-by cleanup:
- Prefer inheritance from
extends
over virtual inheritance anddeclareInterface
- Prefer
Gaudi::Property
overdeclareProperty
- Prefer range-based loops
- Prefer
ServiceHandle
andToolHandle
over explicit pointers and properties
Note: OfflineVertexFitter
is labelled as "unmaintained" - use at your own risk.
Required for Moore#827 (closed)
(*) but probably this is sufficient...
Edited by Gerhard Raven