Skip to content
Snippets Groups Projects
Commit 53ba3db9 authored by Sascha Stahl's avatar Sascha Stahl
Browse files

Minor modifications

parent cd084193
No related branches found
No related tags found
3 merge requests!1103Draft: Add AnalysisHelpers to DaVinci Stack,!167Remove Phys/KaliCalo,!138Add validators to upgrade tests
from Configurables import DaVinci
DaVinci().TupleFile = 'DV-Ntuple.root'
DaVinci().InputType = 'DST'
DaVinci().DataType = 'Upgrade'
DaVinci().Lumi = False
DaVinci().Simulation = True
......@@ -3,9 +3,12 @@
<extension class="GaudiTest.GaudiExeTest" kind="test">
<argument name="program"> <text>gaudirun.py</text></argument>
<argument name="args"><set>
<text>../options/Upgrade/DaVinci-Options.py</text>
<text>../options/Upgrade/Input-DST.py</text>
<text>../options/Upgrade/Upgrade-DB-tags.py</text>
<text>-o</text>
<text>configuration_dst.py</text>
<text>$DAVINCITESTSROOT/tests/options/Upgrade/DaVinci-Options.py</text>
<text>$DAVINCITESTSROOT/tests/options/Upgrade/Input-DST.py</text>
<text>$DAVINCITESTSROOT/tests/options/Upgrade/Upgrade-DB-tags.py</text>
</set></argument>
<argument name="use_temp_dir"><enumeral>true</enumeral></argument>
</extension>
......@@ -3,9 +3,12 @@
<extension class="GaudiTest.GaudiExeTest" kind="test">
<argument name="program"> <text>gaudirun.py</text></argument>
<argument name="args"><set>
<text>../options/Upgrade/DaVinci-Options.py</text>
<text>../options/Upgrade/Input-MDST.py</text>
<text>../options/Upgrade/Upgrade-DB-tags.py</text>
<text>-o</text>
<text>configuration_mdst.py</text>
<text>$DAVINCITESTSROOT/tests/options/Upgrade/DaVinci-Options.py</text>
<text>$DAVINCITESTSROOT/tests/options/Upgrade/Input-MDST.py</text>
<text>$DAVINCITESTSROOT/tests/options/Upgrade/Upgrade-DB-tags.py</text>
</set></argument>
<argument name="use_temp_dir"><enumeral>true</enumeral></argument>
</extension>
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