ATLAS Offline Software
Loading...
Searching...
No Matches
SubjetFinderTool.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_subjetfindertool_header
6#define jetsubstructuremomenttools_subjetfindertool_header
7
10#include "AsgTools/ToolHandle.h"
11
15
16 public:
17 // Constructor and destructor
18 SubjetFinderTool(const std::string& name);
19
20 int modifyJet(xAOD::Jet &jet) const;
21
22 private:
23 std::string m_jetalg;
24 float m_jetrad;
25 float m_ptmin;
27 ToolHandle<ISubjetRecorderTool> m_subjetrecorder;
28};
29
30
31#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)
SubjetFinderTool(const std::string &name)
ToolHandle< ISubjetRecorderTool > m_subjetrecorder
int modifyJet(xAOD::Jet &jet) const
Modify a single jet. This is obsolete and set to be removed.
Jet_v1 Jet
Definition of the current "jet version".