PileUpTool property clean-up
This merge request aims to update the syntax of a number of PileUpTool implementations.
The main changes are to:
- move all member variable initializations to the header files, including
switching from using
declareProperty(...)in the constructor to usingGaudi::Propertydeclarataions in the header. - use
ATH_CHECKmacros in theinitializemethod. - set up the
PileUpMergeSvcin a more standard way.
Edited by John Derek Chapman