ATLAS Offline Software
QwTool.h
Go to the documentation of this file.
1 // This file is -*- C++ -*-
2 
3 /*
4  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 #ifndef JETSUBSTRUCTURE_QWTOOL_H
8 #define JETSUBSTRUCTURE_QWTOOL_H
19 
20 class QwTool :
23 
24  public:
25  // Ctor.
26  QwTool(const std::string& t);
27 
28  // Add moment to a jet.
29  int modifyJet(xAOD::Jet& injet) const;
30 
31 };
32 
33 #endif
QwTool::modifyJet
int modifyJet(xAOD::Jet &injet) const
Modify a single jet. This is obsolete and set to be removed.
Definition: QwTool.cxx:12
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
JetSubStructureMomentToolsBase.h
QwTool::QwTool
QwTool(const std::string &t)
Definition: QwTool.cxx:8
xAOD::Jet_v1
Class describing a jet.
Definition: Jet_v1.h:57
ASG_TOOL_CLASS
#define ASG_TOOL_CLASS(CLASSNAME, INT1)
Definition: AsgToolMacros.h:68
QwTool
Dual-use tool wrapper to set the Qw substructure variable.
Definition: QwTool.h:21
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