ATLAS Offline Software
Loading...
Searching...
No Matches
TruthResetAlg.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 TRUTHRESETALG_H
6#define TRUTHRESETALG_H
7
8// Base class include
10
11// Athena includes
15
17
18public:
19 using AthReentrantAlgorithm::AthReentrantAlgorithm;
20 virtual StatusCode initialize() override final;
21 virtual StatusCode execute(const EventContext& ctx) const override final;
22
23private:
24
25 SG::ReadHandleKey<McEventCollection> m_inputMcEventCollection{this, "InputMcEventCollection" , "TruthEvent"};
26 SG::WriteHandleKey<McEventCollection> m_outputMcEventCollection{this, "OutputMcEventCollection" , "NewTruthEvent"};
27
28};
29#endif
Property holding a SG store/key/clid from which a ReadHandle 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.
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
virtual StatusCode execute(const EventContext &ctx) const override final
virtual StatusCode initialize() override final
SG::WriteHandleKey< McEventCollection > m_outputMcEventCollection
SG::ReadHandleKey< McEventCollection > m_inputMcEventCollection