ATLAS Offline Software
Loading...
Searching...
No Matches
ParticleLevelJetsAlg.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 TRUTH__PARTICLELEVEL_JETS__ALG_H
8#define TRUTH__PARTICLELEVEL_JETS__ALG_H
9
10// Algorithm includes
14
15// Framework includes
18
19namespace CP {
21 public:
23 virtual StatusCode initialize() final;
24 virtual StatusCode execute(const EventContext &ctx) const final;
25
26 private:
28 this, "jets", "", "the name of the input truth jets container"};
30 this, "eventInfo", "EventInfo", "the name of the EventInfo container"};
31};
32
33} // namespace CP
34
35#endif
Property holding a SG store/key/clid from which a ReadHandle is made.
Handle class for reading from StoreGate.
SG::ReadHandleKey< xAOD::JetContainer > m_jetsKey
virtual StatusCode initialize() final
virtual StatusCode execute(const EventContext &ctx) const final
SG::ReadHandleKey< xAOD::EventInfo > m_eventInfoKey
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.