Skip to content
Snippets Groups Projects
Commit 70a22f5b authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch 'conddep.PixelConditionsAlgorithms-20200620' into 'master'

PixelConditionsAlgorithms: Clean up conditions dependencies.

See merge request !33986
parents 2b880898 115d4db6
No related branches found
No related tags found
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!33986PixelConditionsAlgorithms: Clean up conditions dependencies.
/*
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
*/
#include "PixeldEdxAlg.h"
......@@ -22,7 +22,7 @@ StatusCode PixeldEdxAlg::initialize() {
ATH_CHECK(m_condSvc.retrieve());
ATH_CHECK(m_readKey.initialize());
ATH_CHECK(m_readKey.initialize(m_readfromcool));
ATH_CHECK(m_writeKey.initialize());
if (m_readfromcool) {
if (m_condSvc->regHandle(this,m_writeKey).isFailure()) {
......
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