ATLAS Offline Software
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 
16 class TruthResetAlg : public AthAlgorithm {
17 
18 public:
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
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
TruthResetAlg::m_inputMcEventCollection
SG::ReadHandleKey< McEventCollection > m_inputMcEventCollection
Definition: TruthResetAlg.h:26
SG
Forward declaration.
Definition: CaloCellPacker_400_500.h:32
TruthResetAlg::~TruthResetAlg
~TruthResetAlg()=default
TruthResetAlg::TruthResetAlg
TruthResetAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition: TruthResetAlg.cxx:23
TruthResetAlg::execute
virtual StatusCode execute() override final
Definition: TruthResetAlg.cxx:42
AthAlgorithm.h
McEventCollection.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
McEventCollection
This defines the McEventCollection, which is really just an ObjectVector of McEvent objects.
Definition: McEventCollection.h:33
AthAlgorithm
Definition: AthAlgorithm.h:47
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
private
#define private
Definition: DetDescrConditionsDict_dict_fixes.cxx:13
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
TruthResetAlg
Definition: TruthResetAlg.h:16
TruthResetAlg::initialize
virtual StatusCode initialize() override final
Definition: TruthResetAlg.cxx:32
TruthResetAlg::m_outputMcEventCollection
SG::WriteHandleKey< McEventCollection > m_outputMcEventCollection
Definition: TruthResetAlg.h:27