Skip to content
Snippets Groups Projects
Commit 4eddc9d7 authored by Pavol Strizenec's avatar Pavol Strizenec
Browse files

allowing also runtype 2

parent 9ff8baf5
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ def LArMonitoringConfig(inputFlags):
acc.merge(LArFEBMonConfig(inputFlags))
acc.merge(LArDigitMonConfig(inputFlags))
from LArConditionsCommon.LArCool import larcool
if (larcool.runType() == 1): #RawData + Result
if (larcool.runType() != 0): #RawData + Result
acc.merge(LArRODMonConfig(inputFlags))
acc.merge(LArCoverageConfig(inputFlags))
acc.merge(LArNoiseCorrelationMonConfig(inputFlags))
......
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