5#ifndef OVERLAYCOPYALGS_COPYTRACKRECORDCOLLECTION_H
6#define OVERLAYCOPYALGS_COPYTRACKRECORDCOLLECTION_H
18 virtual StatusCode
execute(
const EventContext& ctx)
const override;
24 Gaudi::Property<std::string>
m_collectionName{
this,
"collectionName",
"",
"TrackRecordCollection collection name" };
An algorithm that can be simultaneously executed in multiple threads.
SG::ReadHandleKey< TrackRecordCollection > m_signalInputKey
virtual StatusCode initialize() override
Gaudi::Property< std::string > m_collectionName
SG::WriteHandleKey< TrackRecordCollection > m_outputKey
CopyTrackRecordCollection(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode execute(const EventContext &ctx) const override
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.