Public Member Functions | |
JetConeLabeling (const std::string &name) | |
StatusCode | initialize () |
virtual int | modifyJet (xAOD::Jet &jet) const |
Analysis::JetConeLabeling::JetConeLabeling | ( | const std::string & | name | ) |
Constructors and destructors
StatusCode Analysis::JetConeLabeling::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...
retrieve the Jet and lepton truth match tools
Reimplemented from asg::AsgTool.
int Analysis::JetConeLabeling::modifyJet | ( | xAOD::Jet & | jet | ) | const [virtual] |
Method to modify a jet. Returns 0 for success.
need a fix: if TruthInfo is there but not TruthInfoPU and we want to compute TruthInfoPU.
This will not happen with the current setup.
Implements ISingleJetModifier.