|
ATLAS Offline Software
|
Go to the documentation of this file.
13 m_targetStore(
"StoreGateSvc",
name),
14 m_toLoad(
"SG::Folder/ToLoad", this)
18 "the store containing the items to be loaded");
21 "the SG::IFolder with a list of items to be loaded");
50 DataObject *dobj =
p->accessData();
57 <<
i->id() <<
"#" <<
i->key() <<
"]!");
62 return StatusCode::SUCCESS;
ServiceHandle< StoreGateSvc > m_targetStore
property: the store containing the object in ItemsToLoad
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
ItemList::const_iterator const_iterator
StatusCode execute()
loads the ItemsToLoad once per event
ToolHandle< SG::IFolder > m_toLoad
property: this is a private Folder called ToLoad.
#define ATH_MSG_VERBOSE(x)
an algorithm that loads data objects listed in a SG::Folder
::StatusCode StatusCode
StatusCode definition for legacy code.
SGAccessAlg(const std::string &name, ISvcLocator *)