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

Merge branch 'moni.LArMonitoring-20201102' into 'master'

LArMonitoring: Don't make duplicate histograms.

See merge request atlas/athena!37844
parents 8b6f265a d60291a5
No related branches found
No related tags found
No related merge requests found
......@@ -28,8 +28,9 @@ if 'ESD' not in DQMonFlags.monManEnvironment() and globalflags.DataSource == 'da
from LArMonitoring.LArDigitMonAlg import LArDigitMonConfigOld
topSequence +=LArDigitMonConfigOld(DQMonFlags)
from LArMonitoring.LArRODMonAlg import LArRODMonConfigOld
topSequence +=LArRODMonConfigOld(DQMonFlags)
if not DQMonFlags.doLArMon():
from LArMonitoring.LArRODMonAlg import LArRODMonConfigOld
topSequence +=LArRODMonConfigOld(DQMonFlags)
from LArMonitoring.LArFEBMonAlg import LArFEBMonConfigOld
topSequence +=LArFEBMonConfigOld(DQMonFlags)
......
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