Skip to content
Snippets Groups Projects
Commit 63801744 authored by Tomasz Bold's avatar Tomasz Bold
Browse files

Corrected semmantics for ByteStreamOutputSvcList

parent fafe2b8f
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ private:
std::string m_ioSvcName;
/// list of service names
Gaudi::Property<std::vector<std::string>> m_ioSvcNameList{ this, "ByteStreamOutputSvcList", {}, "", "Set<T>"};
Gaudi::Property<std::vector<std::string>> m_ioSvcNameList{ this, "ByteStreamOutputSvcList", {}, "", "OrderedSet<T>"};
/// Services for writing output
std::map<std::string, ByteStreamOutputSvc*> m_ioSvcMap;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment