Public Member Functions | |
RetrievePFOTool (const std::string &name) | |
virtual const xAOD::PFOContainer * | retrievePFO (const CP::PFO_JetMETConfig_inputScale &theScale) const override |
virtual const xAOD::PFOContainer * | retrievePFO (const CP::PFO_JetMETConfig_inputScale &theScale, const CP::PFO_JetMETConfig_charge &theCharge) const override |
CP::RetrievePFOTool::RetrievePFOTool | ( | const std::string & | name | ) |
Rootcore constructor
const xAOD::PFOContainer * CP::RetrievePFOTool::retrievePFO | ( | const CP::PFO_JetMETConfig_inputScale & | theScale, | |
const CP::PFO_JetMETConfig_charge & | theCharge | |||
) | const [override, virtual] |
Fills theContainer with PFO from EM or LC mode in eflowRec - additionally allows to choose one of charged, neutral or all PFO configurations - the client owns theContainer
Implements CP::IRetrievePFOTool.
const xAOD::PFOContainer * CP::RetrievePFOTool::retrievePFO | ( | const CP::PFO_JetMETConfig_inputScale & | theScale | ) | const [override, virtual] |
Fills theContainer with PFO from EM or LC mode in eflowRec - the client owns theContainer
Implements CP::IRetrievePFOTool.