Skip to content
Snippets Groups Projects
Commit 47034013 authored by Eduardo Rodrigues's avatar Eduardo Rodrigues
Browse files

Deleted track refitting test in DaVinciTests

parent ed5d016c
No related branches found
No related tags found
1 merge request!199Deleted track refitting test in DaVinciTests
<?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'>
<!--
#######################################################
# SUMMARY OF THIS TEST
# ...................
# Author: P.Seyfert
# Purpose: * Check that DaVinci can perform a track fit
# * This validates the existence of clusters in the input file
# * Furthermore, check the compatibility of the DaVinci track fit result with the Brunel fit result
# Prerequisites: an input file, I guess? (work in progress)
# Common failure modes, severities and cures:
# . MAJOR: * Fits fail due to missing raw data (lite cluster unpacking)
# -> figure out if the input file really contains the clusters it's supposed to contain
# * Fit results incompatible
# -> Check input variables in ntuple (are we discovering packing precision or are integer values off)
#######################################################
-->
<extension class="GaudiTest.GaudiExeTest" kind="test">
<argument name="program"><text>gaudirun.py</text></argument>
<argument name="timeout"><integer>3600</integer></argument>
<argument name="args"><set>
<text>$DAVINCITRACKREFITTINGROOT/options/check_2015mdst.py</text>
<text>--option</text>
<text>from Configurables import DaVinci; from PRConfig import TestFileDB; TestFileDB.test_file_db["2015_Leptonic.MDST"].run(configurable=DaVinci(),withDB=False,clear=True);</text>
</set></argument>
<argument name="validator"><text>
countErrorLines({"FATAL":75})
</text></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