ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Reconstruction
Jet
JetSubStructureMomentTools
JetSubStructureMomentTools
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
18
#include "
JetSubStructureMomentTools/JetSubStructureMomentToolsBase.h
"
19
20
#include "
AsgTools/PropertyWrapper.h
"
21
#include "
AsgDataHandles/WriteDecorHandleKey.h
"
22
23
class
QwTool
:
24
public
JetSubStructureMomentToolsBase
{
25
ASG_TOOL_CLASS
(
QwTool
,
IJetModifier
)
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
39
SG::WriteDecorHandleKey<xAOD::JetContainer>
m_Qw_Key
{
this
,
"Qw_Key"
,
"Qw"
};
40
};
41
42
#endif
ASG_TOOL_CLASS
#define ASG_TOOL_CLASS(CLASSNAME, INT1)
Definition
AsgToolMacros.h:68
WriteDecorHandleKey.h
JetSubStructureMomentToolsBase.h
PropertyWrapper.h
IJetModifier
IJetModifier is a dual-use tool interface for a tool that modifies a jet collection.
Definition
IJetModifier.h:20
JetSubStructureMomentToolsBase::JetSubStructureMomentToolsBase
JetSubStructureMomentToolsBase(const std::string &name)
Definition
JetSubStructureMomentToolsBase.cxx:8
QwTool::m_jetContainerName
Gaudi::Property< std::string > m_jetContainerName
Definition
QwTool.h:36
QwTool::QwTool
QwTool(const std::string &t)
Definition
QwTool.cxx:11
QwTool::m_Qw_Key
SG::WriteDecorHandleKey< xAOD::JetContainer > m_Qw_Key
Definition
QwTool.h:39
QwTool::modify
StatusCode modify(xAOD::JetContainer &jets) const override
Loop over calls to modifyJet.
Definition
QwTool.cxx:27
QwTool::initialize
virtual StatusCode initialize() override
Dummy implementation of the initialisation function.
Definition
QwTool.cxx:15
SG::WriteDecorHandleKey
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
Definition
StoreGate/StoreGate/WriteDecorHandleKey.h:90
xAOD::JetContainer
JetContainer_v1 JetContainer
Definition of the current "jet container version".
Definition
JetContainer.h:17
Generated on
for ATLAS Offline Software by
1.17.0