ATLAS Offline Software
L1JetCopyAlgorithm.h
Go to the documentation of this file.
1 // this is a -*- C++ -*- file
2 /*
3  Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
4 */
5 
6 #ifndef L1JetCopyAlgorithm_H
7 #define L1JetCopyAlgorithm_H
8 
12 #include "../src/JTMContainers.h"
13 
14 template<typename T>
16 
17  public:
18 
20  typedef typename T::JetContainer JetContainer; // see JTMContainers.h
21 
22  L1JetCopyAlgorithm(const std::string& name, ISvcLocator* pSvcLocator);
23 
24  StatusCode initialize() override;
25  StatusCode execute(const EventContext& ctx) const override;
26  StatusCode finalize() override;
27 
28  private:
31 
32 };
33 
34 #endif
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
L1JetCopyAlgorithm
Definition: L1JetCopyAlgorithm.h:15
L1JetCopyAlgorithm::initialize
StatusCode initialize() override
Definition: L1JetCopyAlgorithm.cxx:17
SG::ReadHandleKey< JetContainer >
L1JetCopyAlgorithm::finalize
StatusCode finalize() override
Definition: L1JetCopyAlgorithm.cxx:27
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:83
AthReentrantAlgorithm::AthReentrantAlgorithm
AthReentrantAlgorithm()
Default constructor:
SG::WriteHandleKey< JetContainer >
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
L1JetCopyAlgorithm::JetContainer
T::JetContainer JetContainer
Definition: L1JetCopyAlgorithm.h:20
L1JetCopyAlgorithm::L1JetCopyAlgorithm
L1JetCopyAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Definition: L1JetCopyAlgorithm.cxx:11
AthReentrantAlgorithm.h
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
L1JetCopyAlgorithm::m_jetInContainerKey
SG::ReadHandleKey< JetContainer > m_jetInContainerKey
Definition: L1JetCopyAlgorithm.h:29
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
L1JetCopyAlgorithm::execute
StatusCode execute(const EventContext &ctx) const override
Definition: L1JetCopyAlgorithm.cxx:35
L1JetCopyAlgorithm::m_jetOutContainerKey
SG::WriteHandleKey< JetContainer > m_jetOutContainerKey
Definition: L1JetCopyAlgorithm.h:30
xAOD::JetContainer
JetContainer_v1 JetContainer
Definition of the current "jet container version".
Definition: JetContainer.h:17