Skip to content
Snippets Groups Projects
Commit 235868ad authored by Nicholas Styles's avatar Nicholas Styles
Browse files

fix for ITk pixel conditions following MR 46680

parent 905ec042
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@
#include "InDetReadoutGeometry/SiDetectorElement.h"
#include "TrkGeometry/Layer.h"
#include "TrkSurfaces/Surface.h"
#include "AthenaKernel/IOVInfiniteRange.h"
#include <map>
......@@ -75,6 +76,9 @@ StatusCode PixelDetectorElementCondAlg::execute(const EventContext& ctx) const
ATH_MSG_FATAL("Null pointer to the read conditions object of " << m_readKey.key());
return StatusCode::FAILURE;
}
// Make sure we make a mixed IOV.
writeHandle.addDependency (IOVInfiniteRange::infiniteMixed());
// Add dependency for IOV range
writeHandle.addDependency(readHandle);
......
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