ATLAS Offline Software
ShowerDeconstructionTool.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef jetsubstructuremomenttools_showerdeconstructiontool_header
6 #define jetsubstructuremomenttools_showerdeconstructiontool_header
7 
9 
13 
14  public:
15  // Constructor and destructor
16  ShowerDeconstructionTool(const std::string& name);
17 
18  int modifyJet(xAOD::Jet &jet) const;
19 };
20 
21 
22 #endif
jet
Definition: JetCalibTools_PlotJESFactors.cxx:23
JetSubStructureMomentToolsBase.h
ShowerDeconstructionTool::modifyJet
int modifyJet(xAOD::Jet &jet) const
Modify a single jet. This is obsolete and set to be removed.
Definition: ShowerDeconstructionTool.cxx:13
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
xAOD::Jet_v1
Class describing a jet.
Definition: Jet_v1.h:57
ShowerDeconstructionTool
Definition: ShowerDeconstructionTool.h:11
ASG_TOOL_CLASS
#define ASG_TOOL_CLASS(CLASSNAME, INT1)
Definition: AsgToolMacros.h:68
JetSubStructureMomentToolsBase
Definition: JetSubStructureMomentToolsBase.h:18
ShowerDeconstructionTool::ShowerDeconstructionTool
ShowerDeconstructionTool(const std::string &name)
Definition: ShowerDeconstructionTool.cxx:8
IJetModifier
IJetModifier is a dual-use tool interface for a tool that modifies a jet collection.
Definition: IJetModifier.h:20