7#ifndef JetRec_JetModiferBase_H
8#define JetRec_JetModiferBase_H
IJetModifier is a dual-use tool interface for a tool that modifies a jet collection.
JetModifierBase(const std::string &myname)
Ctor.
virtual int modifyJet(xAOD::Jet &jet) const
Modify a single jet. This is obsolete and set to be removed.
virtual StatusCode modify(xAOD::JetContainer &jets) const
Loop over calls to modifyJet.
Jet_v1 Jet
Definition of the current "jet version".
JetContainer_v1 JetContainer
Definition of the current "jet container version".