|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef OVERLAYCOPYALGS_COPYTRACKRECORDCOLLECTION_H
6 #define OVERLAYCOPYALGS_COPYTRACKRECORDCOLLECTION_H
24 Gaudi::Property<std::string>
m_collectionName{
this,
"collectionName",
"",
"TrackRecordCollection collection name" };
27 #endif // OVERLAYCOPYALGS_COPYTRACKRECORDCOLLECTION_H
SG::ReadHandleKey< TrackRecordCollection > m_signalInputKey
virtual StatusCode initialize() override
SG::WriteHandleKey< TrackRecordCollection > m_outputKey
Property holding a SG store/key/clid from which a ReadHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
Property holding a SG store/key/clid from which a WriteHandle is made.
virtual StatusCode execute(const EventContext &ctx) const override
::StatusCode StatusCode
StatusCode definition for legacy code.
Gaudi::Property< std::string > m_collectionName
CopyTrackRecordCollection(const std::string &name, ISvcLocator *pSvcLocator)