10#ifndef SGCOMPS_SGINPUTLOADER_H
11#define SGCOMPS_SGINPUTLOADER_H 1
17#include "GaudiKernel/DataObjID.h"
26 SGInputLoader(
const std::string& name, ISvcLocator* pSvcLocator );
34 virtual StatusCode
execute()
override;
35 virtual StatusCode
finalize()
override;
42 void loader(Gaudi::Details::PropertyBase&);
43 bool loadObjs(
const DataObjIDColl& objs)
const;
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"};
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters: