ATLAS Offline Software
Loading...
Searching...
No Matches
TruthD2Decorator.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef DERIVATIONFRAMEWORK_TRUTHD2DECORATOR_H
6#define DERIVATIONFRAMEWORK_TRUTHD2DECORATOR_H
7
8#include <string>
9
15
16namespace DerivationFramework {
17
18 class TruthD2Decorator : public extends<AthAlgTool, IAugmentationTool> {
19 public:
20
21 using base_class::base_class;
22
23 virtual StatusCode initialize() override final;
24 virtual StatusCode addBranches(const EventContext& ctx) const override final;
25
26 private:
28 {this, "JetContainerKey", "AntiKt10TruthTrimmedPtFrac5SmallR20Jets", "Name of jet container key for input"};
30 {this, "DecorationName", m_jetContainerKey, "D2", "Decoration Name"};
31 };
32}
33
34#endif // DERIVATIONFRAMEWORK_TruthD2Decorator_H
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
SG::ReadHandleKey< xAOD::JetContainer > m_jetContainerKey
virtual StatusCode initialize() override final
virtual StatusCode addBranches(const EventContext &ctx) const override final
SG::WriteDecorHandleKey< xAOD::JetContainer > m_decorationName
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
THE reconstruction tool.