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
!890
Add example and functors related to matching particles by VELO LHCbIDs
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add example and functors related to matching particles by VELO LHCbIDs
ld-matching-functionality
into
master
Overview
15
Commits
12
Pipelines
13
Changes
3
Merged
Laurent Dufour
requested to merge
ld-matching-functionality
into
master
1 year ago
Overview
15
Commits
12
Pipelines
13
Changes
1
Expand
Adds the ISBASICPARTICLE functor.
Adds test for FlattenDecayTree and particle matching
Needs
Rec!3385 (merged)
Edited
1 year ago
by
Laurent Dufour
0
0
Merge request reports
Compare
version 5
version 11
f44405d5
1 year ago
version 10
ee84b0e7
1 year ago
version 9
befd4c07
1 year ago
version 8
9796b93c
1 year ago
version 7
6c1cd760
1 year ago
version 6
38ec4b1a
1 year ago
version 5
9231909f
1 year ago
version 4
950ce7c1
1 year ago
version 3
3a98a9a8
1 year ago
version 2
545102ad
1 year ago
version 1
2ca520b9
1 year ago
master (base)
and
version 6
latest version
1776d415
12 commits,
1 year ago
version 11
f44405d5
11 commits,
1 year ago
version 10
ee84b0e7
10 commits,
1 year ago
version 9
befd4c07
9 commits,
1 year ago
version 8
9796b93c
8 commits,
1 year ago
version 7
6c1cd760
7 commits,
1 year ago
version 6
38ec4b1a
6 commits,
1 year ago
version 5
9231909f
5 commits,
1 year ago
version 4
950ce7c1
4 commits,
1 year ago
version 3
3a98a9a8
3 commits,
1 year ago
version 2
545102ad
2 commits,
1 year ago
version 1
2ca520b9
1 commit,
1 year ago
Show latest version
1 file
+
9
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_from_hlt2_with_matching.qmt
+
9
−
1
Options
@@ -16,7 +16,8 @@
<argument
name=
"program"
><text>
lbexec
</text></argument>
<argument
name=
"args"
><set>
<text>
DaVinciExamples.tupling.option_davinci_tupling_from_hlt2_with_matching:main
</text>
</set></argument>
</set>
</argument>
<argument
name=
"options_yaml_fn"
><text>
$DAVINCIEXAMPLESROOT/example_data/Run255620.yaml
</text></argument>
<argument
name=
"reference"
><text>
../refs/test_davinci_tupling_from_hlt2_with_matching.ref
</text></argument>
<argument
name=
"error_reference"
><text>
../refs/empty.ref
</text></argument>
@@ -25,5 +26,12 @@ from DaVinciTests.QMTest.DaVinciExclusions import preprocessor, counter_preproce
from PyConf.components import findRootObjByDir
validateWithReference(preproc = preprocessor, counter_preproc = counter_preprocessor)
countErrorLines({"FATAL":0, "ERROR":0})
# Check there are no NaN values in the ntuple except where expected.
from DaVinciTests.QMTest.check_helpers import list_fields_with_nan
l_test = list_fields_with_nan("Raw_DV_Ks_example.root", "DecayTreeTuple/DecayTree")
if len(l_test) > 0:
causes.append("Unexpected list of branches with NaN values")
</text></argument>
</extension>
Loading