Warning, file /juggler/JugBase/src/components/EICDataSvc.cpp was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004 #include "EICDataSvc.h"
0005
0006
0007
0008
0009 DECLARE_COMPONENT(EICDataSvc)
0010
0011
0012 EICDataSvc::EICDataSvc(const std::string& name, ISvcLocator* svc) : PodioDataSvc(name, svc) {
0013 declareProperty("inputs", m_filenames = {}, "Names of the files to read");
0014 declareProperty("input", m_filename = "", "Name of the file to read");
0015 }
0016
0017
0018 EICDataSvc::~EICDataSvc() = default;