13#ifndef JetTrackSelectionAlg_H
14#define JetTrackSelectionAlg_H
38 StatusCode
execute(
const EventContext& ctx)
const override;
41 ToolHandle<InDet::IInDetTrackSelectionTool>
m_selector {
this,
"TrackSelector",
"",
"track selection tool"};
DataVector adapter that acts like it holds const pointers.
Helper to propagate decoration dependencies to a shallow copy.
the base class for EventLoop reentrant algorithms
AnaReentrantAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
SG::WriteHandleKey< xAOD::TrackParticleContainer > m_output
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_input
StatusCode initialize() override
Athena algorithm's Hooks.
StatusCode execute(const EventContext &ctx) const override
ToolHandle< InDet::IInDetTrackSelectionTool > m_selector
SG::ShallowCopyDecorDeps< xAOD::TrackParticleContainer > m_decorDeps
AnaReentrantAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
JetTrackSelectionAlg(const std::string &n, ISvcLocator *l)
Property holding a SG store/key/clid from which a ReadHandle is made.
Helper to propagate decoration dependencies to a shallow copy.
Property holding a SG store/key/clid from which a WriteHandle is made.
This module defines the arguments passed from the BATCH driver to the BATCH worker.