ATLAS Offline Software
Loading...
Searching...
No Matches
JetChargeTool.cxx
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.cxx
6
9
10JetChargeTool::JetChargeTool(const std::string& name) :
12{
13 declareProperty("K", m_k = 1.0);
14}
15
18 jet.setAttribute("Charge", charge.result(jet));
19 return 0;
20}
double charge(const T &p)
Definition AtlasPID.h:997
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T, V, H > &t)
JetChargeTool(const std::string &name)
int modifyJet(xAOD::Jet &jet) const
Modify a single jet. This is obsolete and set to be removed.
JetSubStructureMomentToolsBase(const std::string &name)
Jet_v1 Jet
Definition of the current "jet version".