Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DaVinci
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LHCb
DaVinci
Merge requests
!63
DaVinciTests:
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
DaVinciTests:
vanya-new-test-v0
into
master
Overview
1
Commits
1
Pipelines
0
Changes
1
Merged
Vanya Belyaev
requested to merge
vanya-new-test-v0
into
master
7 years ago
Overview
1
Commits
1
Pipelines
0
Changes
1
Expand
add new test for MC-uDST Assume that MR
!62 (merged)
for DaVinci and MR
!119 (merged)
for Analysis are in place
@apearce
@jonrob
1
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
6614cdd8
1 commit,
7 years ago
1 file
+
20
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
DaVinciTests/tests/qmtest/davinci.qms/davinci_mcudst.qmt
0 → 100644
+
20
−
0
Options
<?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'>
<extension
class=
"GaudiTest.GaudiExeTest"
kind=
"test"
>
<argument
name=
"program"
>
<text>
gaudirun.py
</text></argument>
<argument
name=
"args"
><set>
<text>
../options/DV_MCuDST.py
</text>
</set></argument>
<argument
name=
"validator"
><text>
findReferenceBlock("""
TruePhi SUCCESS Number of counters : 5
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "# Phys/Phi" | 902 | 1112 | 1.2328 | 0.87659 | 1.0000 | 15.000 |
| "# input particles" | 902 | 1112 | 1.2328 | 0.87659 | 1.0000 | 15.000 |
|*"#accept" | 902 | 774 |( 85.8093 +- 1.16189 )%| ------- | ------- |
| "#passed" | 902 | 797 | 0.88359 | 0.39506 | 0.0000 | 3.0000 |
|*"efficiency" | 1112 | 797 |( 71.6727 +- 1.35122 )%| ------- | ------- |
""")
</text></argument>
</extension>
Loading