5#ifndef TRACKSYSTEMATICSALG_HH
6#define TRACKSYSTEMATICSALG_HH
27 ISvcLocator* pSvcLocator );
30 StatusCode
execute(
const EventContext& ctx)
const override;
34 ToolHandle<InDet::InclusiveTrackFilterTool>
m_trackFilterToolLRT{
this,
"TrackFilterToolLRT",
"",
"LRT Track filter tool"};
36 ToolHandle<InDet::InDetTrackTruthFilterTool>
m_trackFilterToolSTD{
this,
"TrackFilterToolSTD",
"",
"STD Track filter tool"};
DataVector adapter that acts like it holds const pointers.
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.
An algorithm that can be simultaneously executed in multiple threads.
StatusCode initialize() override
TrackSystematicsAlg(const std::string &name, ISvcLocator *pSvcLocator)
SG::WriteHandleKey< xAOD::TrackParticleContainer > m_outTrackKey
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_inTrackKey
StatusCode execute(const EventContext &ctx) const override
ToolHandle< InDet::InclusiveTrackFilterTool > m_trackFilterToolLRT
SG::ShallowCopyDecorDeps< xAOD::TrackParticleContainer > m_decorDeps
ToolHandle< InDet::InDetTrackTruthFilterTool > m_trackFilterToolSTD
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.