Skip to content
Snippets Groups Projects
Commit 288bc02f authored by Marcin Nowak's avatar Marcin Nowak :radioactive:
Browse files

Merge branch 'master-ATEAM-415-v1' into 'master'

Revert default value to ByteStreamEventInfo of SCT_TdaqEnabledCondAlg.cxx

See merge request !3152

Former-commit-id: fe315c85
parents 0eb561f2 9c8c2bf5
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ SCT_TdaqEnabledCondAlg::SCT_TdaqEnabledCondAlg(const std::string& name, ISvcLoca
{
declareProperty("ReadKey", m_readKey);
declareProperty("WriteKey", m_writeKey);
declareProperty("EventInfoKey", m_eventInfoKey=std::string("McEventInfo"));
declareProperty("EventInfoKey", m_eventInfoKey=std::string("ByteStreamEventInfo"));
}
SCT_TdaqEnabledCondAlg::~SCT_TdaqEnabledCondAlg()
......
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