Skip to content
Snippets Groups Projects
Commit c40dbd9c authored by Scott Snyder's avatar Scott Snyder Committed by Oleg Kuprash
Browse files

'Hack for initialization ordering of cabling service.' (LArRawUtils-00-09-32)

	* Tagging LArRawUtils-00-09-32.
	* src/LArRoI_Map.cxx (iovCallBack): Hack for initialization
	ordering of cabling service.
parent 91a78786
No related branches found
No related tags found
No related merge requests found
......@@ -168,8 +168,11 @@ StatusCode LArRoI_Map::iovCallBack(IOVSVC_CALLBACK_ARGS) {
m_validCache = false;
return StatusCode::SUCCESS ;
// HACK: Force a call to the cabling service iov callback to make sure
// it gets initialized early enough.
int dum1 = 0;
std::list<std::string> dum2 { "/LAR/Identifier/OnOffIdMap" };
return m_cablingSvc->iovCallBack (dum1, dum2);
}
......
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