ATLAS Offline Software
JetChargeTool.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 // JetChargeTool.h
6 
7 #ifndef jetsubstructuremomenttools_JetChargeTool_H
8 #define jetsubstructuremomenttools_JetChargeTool_H
9 
11 
15 
16  public:
17  // Constructor and destructor
18  JetChargeTool(const std::string& name);
19 
20  int modifyJet(xAOD::Jet &jet) const;
21 
22  private:
23  double m_k;
24 
25 };
26 
27 #endif
jet
Definition: JetCalibTools_PlotJESFactors.cxx:23
JetChargeTool::modifyJet
int modifyJet(xAOD::Jet &jet) const
Modify a single jet. This is obsolete and set to be removed.
Definition: JetChargeTool.cxx:16
JetSubStructureMomentToolsBase.h
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
JetChargeTool::m_k
double m_k
Definition: JetChargeTool.h:23
xAOD::Jet_v1
Class describing a jet.
Definition: Jet_v1.h:57
JetChargeTool::JetChargeTool
JetChargeTool(const std::string &name)
Definition: JetChargeTool.cxx:10
JetChargeTool
Definition: JetChargeTool.h:13
ASG_TOOL_CLASS
#define ASG_TOOL_CLASS(CLASSNAME, INT1)
Definition: AsgToolMacros.h:68
JetSubStructureMomentToolsBase
Definition: JetSubStructureMomentToolsBase.h:18
IJetModifier
IJetModifier is a dual-use tool interface for a tool that modifies a jet collection.
Definition: IJetModifier.h:20