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

Fix tests for PrintDecayTree modernisation

parent 973c49bd
No related branches found
No related tags found
2 merge requests!1103Draft: Add AnalysisHelpers to DaVinci Stack,!494Fix tests for PrintDecayTree modernisation
Pipeline #2187927 passed
......@@ -62,7 +62,7 @@ for i in MassRanges :
RequiredSelections = [ MyLooseJpsi ])
printer = PrintDecayTree("Print_"+name,
Inputs = [SelJpsi.outputLocation()])
Input = SelJpsi.outputLocation())
SeqJpsi = SelectionSequence('SeqJpsi_'+name
, TopSelection = SelJpsi
......
......@@ -88,7 +88,7 @@ DaVinci().CondDBtag = "sim-20171127-vc-md100"
DaVinci().DDDBtag = "dddb-20171126"
from Configurables import StoreExplorerAlg, PrintDecayTree
PrintDecayTree().Inputs = [ location ]
PrintDecayTree(Input = location )
DaVinci().MoniSequence = [
cheatsel,
tag,
......
......@@ -18,25 +18,18 @@
</set></argument>
<argument name="validator"><text>
findReferenceBlock("""
Print_3000_3087 INFO Number of counters : 3
Print_3000_3087 INFO Number of counters : 2
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "# Phys/SelJpsi_3000_3087" | 28 | 30 | 1.0714 | 0.25754 | 1.0000 | 2.0000 |
| "# input particles" | 28 | 30 | 1.0714 | 0.25754 | 1.0000 | 2.0000 |
|*"#accept" | 28 | 28 |( 100.0000 +- 0.000000)% |
""", stdout, result, causes, signature_offset = 0, id = "Stream1")
findReferenceBlock("""
Print_3088_3100 INFO Number of counters : 3
| "Candidates" | 28 |
| "Events" | 28 |
Print_3088_3100 INFO Number of counters : 2
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "# Phys/SelJpsi_3088_3100" | 4 | 4 | 1.0000 | 0.0000 | 1.0000 | 1.0000 |
| "# input particles" | 4 | 4 | 1.0000 | 0.0000 | 1.0000 | 1.0000 |
|*"#accept" | 4 | 4 |( 100.0000 +- 0.000000)% |
""", stdout, result, causes, signature_offset = 0, id = "Stream2")
findReferenceBlock("""
Print_3100_4000 INFO Number of counters : 3
| "Candidates" | 4 |
| "Events" | 4 |
Print_3100_4000 INFO Number of counters : 2
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "# Phys/SelJpsi_3100_4000" | 6 | 6 | 1.0000 | 0.0000 | 1.0000 | 1.0000 |
| "# input particles" | 6 | 6 | 1.0000 | 0.0000 | 1.0000 | 1.0000 |
|*"#accept" | 6 | 6 |( 100.0000 +- 0.000000)% |
| "Candidates" | 6 |
| "Events" | 6 |
""", stdout, result, causes, signature_offset = 0, id = "Stream3")
</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