Public Member Functions | |
IsolationCloseByCorrectionTool (const std::string &name) | |
virtual StatusCode | initialize () |
virtual StatusCode | finalize () |
virtual const CP::CorrectionCode | getCloseByCorrection (std::vector< float > &corrections, const xAOD::IParticle &par, const std::vector< xAOD::Iso::IsolationType > &types, const std::vector< const xAOD::IParticle * > &closePar, int topoetconeModel=-1) const |
virtual const Root::TAccept & | acceptCorrected (const xAOD::IParticle &x, const std::vector< const xAOD::IParticle * > &closePar, int topoetconeModel=-1) const |
StatusCode CP::IsolationCloseByCorrectionTool::initialize | ( | void | ) | [virtual] |
Dummy implementation of the initialisation function
It's here to allow the dual-use tools to skip defining an initialisation function. Since many are doing so...
Reimplemented from asg::AsgTool.