ATLAS Offline Software
Loading...
Searching...
No Matches
QwTool.h
Go to the documentation of this file.
1// This file is -*- C++ -*-
2
3/*
4 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
5*/
6
7#ifndef JETSUBSTRUCTURE_QWTOOL_H
8#define JETSUBSTRUCTURE_QWTOOL_H
19
22
23class QwTool :
26
27 public:
28 // Ctor.
29 QwTool(const std::string& t);
30
31 virtual StatusCode initialize() override;
32
33 StatusCode modify(xAOD::JetContainer& jets) const override;
34
35 private:
36 Gaudi::Property<std::string> m_jetContainerName{
37 this, "JetContainer", "", "SG key for the input jet container"};
38
40};
41
42#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)
Gaudi::Property< std::string > m_jetContainerName
Definition QwTool.h:36
QwTool(const std::string &t)
Definition QwTool.cxx:11
SG::WriteDecorHandleKey< xAOD::JetContainer > m_Qw_Key
Definition QwTool.h:39
StatusCode modify(xAOD::JetContainer &jets) const override
Loop over calls to modifyJet.
Definition QwTool.cxx:27
virtual StatusCode initialize() override
Dummy implementation of the initialisation function.
Definition QwTool.cxx:15
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
JetContainer_v1 JetContainer
Definition of the current "jet container version".