ATLAS Offline Software
Loading...
Searching...
No Matches
PDFinfoAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7#ifndef ASG_ANALYSIS_ALGORITHMS__PDFINFO__ALG_H
8#define ASG_ANALYSIS_ALGORITHMS__PDFINFO__ALG_H
9
10// Algorithm includes
15
16// Framework includes
19
20namespace CP {
22 public:
24 virtual StatusCode initialize() final;
25 virtual StatusCode execute(const EventContext &ctx) const final;
26
27 private:
29 this, "truthEvents", "TruthEvents", "the name of the truth events container"};
30};
31
32} // namespace CP
33
34#endif
Property holding a SG store/key/clid from which a ReadHandle is made.
Handle class for reading from StoreGate.
SG::ReadHandleKey< xAOD::TruthEventContainer > m_truthEventsKey
Definition PDFinfoAlg.h:28
virtual StatusCode initialize() final
virtual StatusCode execute(const EventContext &ctx) const final
the base class for EventLoop reentrant algorithms
AnaReentrantAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
Property holding a SG store/key/clid from which a ReadHandle is made.
Select isolated Photons, Electrons and Muons.