|
ATLAS Offline Software
|
Go to the documentation of this file.
31 ATH_CHECK( m_collectionName.initialize() );
34 return StatusCode::SUCCESS;
41 return StatusCode::SUCCESS;
49 return tracks.
alias(m_aliasName);
StatusCode execute(const EventContext &ctx) const
standard Athena-Algorithm method
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
StatusCode finalize()
standard Athena-Algorithm method
An algorithm that can be simultaneously executed in multiple threads.
::StatusCode StatusCode
StatusCode definition for legacy code.
SG::WriteHandleKey< TrackCollection > m_aliasName
SG::ReadHandleKey< TrackCollection > m_collectionName
member variables for algorithm properties:
TrkCollectionAliasAlg(const std::string &name, ISvcLocator *pSvcLocator)
Standard Athena-Algorithm Constructor.
~TrkCollectionAliasAlg()
Default Destructor.
StatusCode initialize()
standard Athena-Algorithm method
StatusCode alias(const WriteHandleKey< T > &key)
Make an alias.