ATLAS Offline Software
Loading...
Searching...
No Matches
KtDeltaRTool.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef JETSUBSTRUCTURE_KTDELTARTOOL_H
6#define JETSUBSTRUCTURE_KTDELTARTOOL_H
7
9
13
14 public:
15 // Ctor.
16 KtDeltaRTool(const std::string& t);
17
18 // Add moment to a jet.
19 int modifyJet(xAOD::Jet& injet) const;
20
21 // Display properties.
22 void print() const;
23
24 private:
25 double m_jetrad;
26
27};
28
29#endif
#define ASG_TOOL_CLASS(CLASSNAME, INT1)
IJetModifier is a dual-use tool interface for a tool that modifies a jet collection.
JetSubStructureMomentToolsBase(const std::string &name)
void print() const
Print the state of the tool.
double m_jetrad
int modifyJet(xAOD::Jet &injet) const
Modify a single jet. This is obsolete and set to be removed.
KtDeltaRTool(const std::string &t)
Jet_v1 Jet
Definition of the current "jet version".