Skip to content
Snippets Groups Projects
Commit 353988ff authored by Patrick Koppenburg's avatar Patrick Koppenburg :leaves:
Browse files

Merge branch 'pkoppenb-55' into 'master'

Move composite creation test to DaVinciExamples

Closes #55 and #18

See merge request !773
parents 885138ce 1bac472c
No related branches found
No related tags found
2 merge requests!1103Draft: Add AnalysisHelpers to DaVinci Stack,!773Move composite creation test to DaVinciExamples
Pipeline #4647447 passed
......@@ -15,16 +15,16 @@
<extension class="GaudiTest.GaudiExeTest" kind="test">
<argument name="program"><text>lbexec</text></argument>
<argument name="args"><set>
<text>DaVinciTests.option_davinci_v2_composites:main</text>
<text>DaVinciExamples.option_davinci_v2_composites:main</text>
</set></argument>
<argument name="options_yaml_fn"><text>$DAVINCIEXAMPLESROOT/example_data/FEST_November_2021_dst_newPacking.yaml</text></argument>
<argument name="options_yaml_fn"><text>../../example_data/FEST_November_2021_dst_newPacking.yaml</text></argument>
<argument name="extra_options_yaml"><text>
evt_max: 2
</text></argument>
<argument name="reference"><text>../refs/test_davinci_v2_composites.ref</text></argument>
<argument name="error_reference"><text>../refs/empty.ref</text></argument>
<argument name="validator"><text>
#from DaVinciTests.QMTest.DaVinciExclusions import preprocessor, counter_preprocessor
#from DaVinciExamples.QMTest.DaVinciExclusions import preprocessor, counter_preprocessor
#validateWithReference(preproc = preprocessor, counter_preproc = counter_preprocessor)
import sys, os, glob
from ROOT import TFile
......
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