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

PixelConditionsAlgorithms: Clean up conditions dependencies.

Don't declare a conditions dependency that we won't use.
parent b9ffea6f
No related branches found
No related tags found
No related merge requests found
/* /*
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" #include "PixeldEdxAlg.h"
...@@ -22,7 +22,7 @@ StatusCode PixeldEdxAlg::initialize() { ...@@ -22,7 +22,7 @@ StatusCode PixeldEdxAlg::initialize() {
ATH_CHECK(m_condSvc.retrieve()); ATH_CHECK(m_condSvc.retrieve());
ATH_CHECK(m_readKey.initialize()); ATH_CHECK(m_readKey.initialize(m_readfromcool));
ATH_CHECK(m_writeKey.initialize()); ATH_CHECK(m_writeKey.initialize());
if (m_readfromcool) { if (m_readfromcool) {
if (m_condSvc->regHandle(this,m_writeKey).isFailure()) { 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