|
ATLAS Offline Software
|
Go to the documentation of this file.
10 #ifndef SGCOMPS_SGINPUTLOADER_H
11 #define SGCOMPS_SGINPUTLOADER_H 1
17 #include "GaudiKernel/DataObjID.h"
42 void loader(Gaudi::Details::PropertyBase&);
48 Gaudi::Property< bool >
m_dump {
this,
"ShowEventDump",
false,
49 "printout contents of EventStore at end of execute()"};
51 Gaudi::Property<bool>
m_failEvt{
this,
"FailIfNoProxy",
true,
52 "execute returns FAILURE if a requested proxy is not found in store"};
55 "load the Proxies attributed to the SGInputLoader by the Scheduler"};
63 #endif //> !SGCOMPS_SGINPUTLOADER_H
::StatusCode StatusCode
StatusCode definition for legacy code.