ATLAS Offline Software
Loading...
Searching...
No Matches
CalibratedJetCopyAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef JETCALIBTOOLS_CALIBRATED_JET_COPY_ALG_H
6#define JETCALIBTOOLS_CALIBRATED_JET_COPY_ALG_H
7
8#include <string>
9
16
17
19public:
20 using AthReentrantAlgorithm::AthReentrantAlgorithm;
21
22 virtual StatusCode initialize() override;
23 virtual StatusCode execute(const EventContext& ctx) const override;
24
25private:
26 ToolHandle<IJetModifier> m_calibTool {
27 this, "JetCalibrationTool", "", "Jet calibration tool"};
28
30 this, "JetContainer", "AntiKt4EMPFlowJets",
31 "Input jet container"};
32
34 this, "OutputContainer", "",
35 "Output calibrated shallow-copy container"};
36
38 this, "calibratedJetLinkKey", m_jetKey, "calibratedJetLink",
39 "Link from each input jet to its calibrated copy"};
40};
41
42#endif
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.
Property holding a SG store/key/clid from which a WriteHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
virtual StatusCode initialize() override
virtual StatusCode execute(const EventContext &ctx) const override
ToolHandle< IJetModifier > m_calibTool
SG::WriteHandleKey< xAOD::JetContainer > m_copyKey
SG::ReadHandleKey< xAOD::JetContainer > m_jetKey
SG::WriteDecorHandleKey< xAOD::JetContainer > m_linkKey
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.
Property holding a SG store/key/clid from which a WriteHandle is made.