ATLAS Offline Software
Loading...
Searching...
No Matches
VolatilityTool.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_volatilitytool_header
6#define jetsubstructuremomenttools_volatilitytool_header
7
9
13
14 public:
15 // Constructor and destructor
16 VolatilityTool(const std::string& name);
17
18 int modifyJet(xAOD::Jet &jet) const;
19
20 private:
21 unsigned int m_num_iterations;
23};
24
25
26#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)
VolatilityTool(const std::string &name)
unsigned int m_num_iterations
int modifyJet(xAOD::Jet &jet) const
Modify a single jet. This is obsolete and set to be removed.
double m_truncation_fctr
Jet_v1 Jet
Definition of the current "jet version".