Skip to content
Snippets Groups Projects
Commit 4720c953 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'q220.LArRecUtils-20181219' into 'master'

LArRecUtils: Fix reference to LArHVDB.

See merge request atlas/athena!20052
parents 15c5b6ed 9912c586
No related branches found
No related tags found
No related merge requests found
...@@ -10,4 +10,4 @@ if not hasattr (condSeq,"LArHVCondAlg"): ...@@ -10,4 +10,4 @@ if not hasattr (condSeq,"LArHVCondAlg"):
hvcond = LArHVCondAlg(doHV=False,doAffectedHV=False) hvcond = LArHVCondAlg(doHV=False,doAffectedHV=False)
condSeq+=hvcond condSeq+=hvcond
else: else:
include("LArConditionsCommon/LArHVDB.py") from LArConditionsCommon import LArHVDB
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