ATLAS Offline Software
Loading...
Searching...
No Matches
JetModifierBase.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5// JetModiferBase.h
6
7#ifndef JetRec_JetModiferBase_H
8#define JetRec_JetModiferBase_H
9
17
18#include "AsgTools/AsgTool.h"
20
22 virtual public IJetModifier{
24
25 public:
26
28 JetModifierBase(const std::string& myname);
29
31 virtual StatusCode modify(xAOD::JetContainer& jets) const;
32
33 protected:
34
36 virtual int modifyJet(xAOD::Jet& jet) const;
37
38};
39
40#endif
#define ASG_TOOL_CLASS(CLASSNAME, INT1)
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.
Base class for the dual-use tool implementation classes.
Definition AsgTool.h:47
Jet_v1 Jet
Definition of the current "jet version".
JetContainer_v1 JetContainer
Definition of the current "jet container version".