5#ifndef ACTSTRK_DATAPREPARATION_StripSpacePointFormationAlgBase_H
6#define ACTSTRK_DATAPREPARATION_StripSpacePointFormationAlgBase_H
9#include "GaudiKernel/ToolHandle.h"
45 template <
bool useCache>
51 ISvcLocator* pSvcLocator);
54 virtual StatusCode
execute (
const EventContext& ctx)
const override;
91 ToolHandle<ActsTrk::IStripSpacePointFormationTool>
m_spacePointMakerTool{
this,
"SpacePointFormationTool",
"",
"Tool dedicated to the creation of pixel space points"};
93 ToolHandle<GenericMonitoringTool>
m_monTool{
this,
"MonTool",
"",
"Monitoring tool"};
98 Gaudi::Property< bool >
m_processOverlapForStrip{
this,
"ProcessOverlapForStrip",
true,
"Enable production of eta/phi overlapping strip space points."};
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.
SG::UpdateHandle< IDCBackend > BackendUpdateHandle
SG::UpdateHandleKey< IDCBackend > BackendUpdateHandleKey
SG::WriteHandle< IDC > WriteHandle
IdentifiableContainer< CacheEntry< OT > > IDC
SG::WriteHandleKey< IDC > WriteHandleKey
An algorithm that can be simultaneously executed in multiple threads.
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.
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
SpacePointContainer_v1 SpacePointContainer
Define the version of the space point container.
StripClusterContainer_v1 StripClusterContainer
Define the version of the strip cluster container.