ATLAS Offline Software
Loading...
Searching...
No Matches
TruthResetAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 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 TruthResetAlg(const std::string& name, ISvcLocator* pSvcLocator);
20 ~TruthResetAlg() = default;
21 virtual StatusCode initialize() override final;
22 virtual StatusCode execute() override final;
23
24 private:
25
28
29};
30#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.
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
This defines the McEventCollection, which is really just an ObjectVector of McEvent objectsFile: Gene...
virtual StatusCode initialize() override final
SG::WriteHandleKey< McEventCollection > m_outputMcEventCollection
SG::ReadHandleKey< McEventCollection > m_inputMcEventCollection
~TruthResetAlg()=default
virtual StatusCode execute() override final
TruthResetAlg(const std::string &name, ISvcLocator *pSvcLocator)
Forward declaration.
#define private