Skip to content
Snippets Groups Projects
Commit d85acd98 authored by scott snyder's avatar scott snyder
Browse files

PixelRawDataByteStreamCnv: Conditions dependency cleanup.

Don't declare a dependency on a conditions object that we won't read.
parent 43d91270
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ StatusCode PixelRodDecoder::initialize() {
// Retrieve Pixel Errors Service
ATH_CHECK(m_errors.retrieve());
ATH_CHECK(m_condCablingKey.initialize());
ATH_CHECK(m_condHitDiscCnfgKey.initialize());
ATH_CHECK(m_condHitDiscCnfgKey.initialize(m_is_ibl_present));
return StatusCode::SUCCESS;
}
......
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