ATLAS Offline Software
Loading...
Searching...
No Matches
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
13
14template<typename T>
16
17 public:
18
19 using AthReentrantAlgorithm::AthReentrantAlgorithm;
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
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.
An algorithm that can be simultaneously executed in multiple threads.
StatusCode initialize() override
SG::ReadHandleKey< JetContainer > m_jetInContainerKey
StatusCode execute(const EventContext &ctx) const override
StatusCode finalize() override
L1JetCopyAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
T::JetContainer JetContainer
SG::WriteHandleKey< JetContainer > m_jetOutContainerKey
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.