ATLAS Offline Software
Loading...
Searching...
No Matches
EffectiveRTool.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#ifndef JetReclustering_EffectiveRTool_H
6#define JetReclustering_EffectiveRTool_H
7
14
16
18 public:
20 // Constructor from tool name.
21 EffectiveRTool(const std::string& myname);
22
23 // Inherited method to modify a jet.
24 // Calls width and puts the result on the jet.
25 virtual int modifyJet(xAOD::Jet& jet) const;
26
27 private:
28};
29
30#endif
#define ASG_TOOL_CLASS(CLASSNAME, INT1)
virtual int modifyJet(xAOD::Jet &jet) const
Modify a single jet. This is obsolete and set to be removed.
EffectiveRTool(const std::string &myname)
IJetModifier is a dual-use tool interface for a tool that modifies a jet collection.
JetModifierBase(const std::string &myname)
Ctor.
Jet_v1 Jet
Definition of the current "jet version".