Skip to content
Snippets Groups Projects
Commit ed5f8104 authored by Davide Fazzini's avatar Davide Fazzini
Browse files

update davinci.test_davinci_initialise

parent d30c801d
No related branches found
No related tags found
2 merge requests!1103Draft: Add AnalysisHelpers to DaVinci Stack,!405DV tests update
Pipeline #1723764 passed
......@@ -22,14 +22,17 @@ Test for DaVinci initialisation
"""
from Gaudi.Configuration import *
from Configurables import DaVinci
DaVinci().MainOptions = ""
DaVinci().UserAlgorithms = [ ]
DaVinci().EvtMax = 0 # No running
DaVinci().SkipEvents = 0
DaVinci().PrintFreq = 1
DaVinci().DataType = '2009'
DaVinci().DataType = 'Upgrade'
DaVinci().Simulation = False
DaVinci().Lumi = True
########################################################################
MessageSvc().Format = "% F%60W%S%7W%R%T %0W%M"
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