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

LArRecUtils: Fix reference to LArHVDB.

LArHVDB from LArConditionsCommon should be imported, not included.
Needed to get q220 running again.
parent 6af7bfb3
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