Skip to content
Snippets Groups Projects
Commit 703ab4a6 authored by Sebastien Ponce's avatar Sebastien Ponce
Browse files

Dropped usage of IgnoreDQFlag

This will soon be dropped and anyway the dropped lines were setting its
value to what is the default
parent e93b83c3
No related branches found
No related tags found
1 merge request!134Dropped usage of IgnoreDQFlag
Pipeline #1910764 failed with stage
in 11 seconds
......@@ -19,6 +19,5 @@ importOptions( "$DAVINCIMONITORSROOT/options/DaVinciMonitoring.py")
from Configurables import DaVinci
DaVinci().IgnoreDQFlags = True
DaVinci().EvtMax = 1000 # Number of events
DaVinci().HistogramFile = "DVHistos.root"
......@@ -3,7 +3,6 @@ from Configurables import DaVinci, LumiAlgsConf
DaVinci().InputType = 'MDST'
DaVinci().DataType = '2012'
DaVinci().IgnoreDQFlags = True
DaVinci().UserAlgorithms = [ InputCopyStream() ]
######################### CAUTION ######################
......
......@@ -2,7 +2,6 @@ from Gaudi.Configuration import *
from Configurables import (DaVinci, LumiAlgsConf)
DaVinci().InputType = 'MDST'
DaVinci().IgnoreDQFlags = True
DaVinci().UserAlgorithms=[InputCopyStream()]
######################### CAUTION ######################
......
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