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
Commits
74054fb0
Commit
74054fb0
authored
3 years ago
by
Patrick Koppenburg
Browse files
Options
Downloads
Patches
Plain Diff
Remove track cuts
parent
f4eee0d9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!1103
Draft: Add AnalysisHelpers to DaVinci Stack
,
!522
Remove track cuts
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
DaVinciTests/tests/qmtest/io.qms/test_read_moore_dst.qmt
+9
-9
9 additions, 9 deletions
DaVinciTests/tests/qmtest/io.qms/test_read_moore_dst.qmt
Phys/DaVinci/python/DaVinci/filters_selectors.py
+2
-1
2 additions, 1 deletion
Phys/DaVinci/python/DaVinci/filters_selectors.py
with
11 additions
and
10 deletions
DaVinciTests/tests/qmtest/io.qms/test_read_moore_dst.qmt
+
9
−
9
View file @
74054fb0
...
...
@@ -21,15 +21,15 @@
<argument
name=
"validator"
><text>
findReferenceBlock("""StdLooseD02KK INFO Number of counters : 9
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "# D0 -> K+ K- " | 21 |
8 |
0.38095 | 0.48562
|
0
.0000 | 1.
0
000 |
| "# K+" | 21 |
54
|
2.5714
|
2.2376
|
0
.0000 |
8.0
000 |
| "# K-" | 21 |
55
|
2
.6
190
|
1.8892
|
0
.0000 |
7.0
000 |
| "# StdLooseKaons/Particles" | 21 |
109
|
5.190
5 |
3.0334
|
1
.0000 |
1
2.000 |
| "# input particles" | 21 |
109
|
5.190
5 |
3.0334
|
1
.0000 |
1
2.000 |
| "# selected" | 21 |
8 |
0.38095
|
|*"#accept" | 21 |
8
|(
38.09524
+-
1
0.
59712
)% |
| "#pass combcut" |
148
|
8
| 0.0
54054
|
| "#pass mother cut" |
8
|
8 |
1.0000
|
| "# D0 -> K+ K- " | 21 | 8
7
|
4.1429 | 2.6777
|
1
.0000 | 1
1
.000 |
| "# K+" | 21 |
219
|
10.429
|
5.6279
|
3
.0000 |
20.
000 |
| "# K-" | 21 |
203
|
9
.6
667
|
4.7140
|
2
.0000 |
22.
000 |
| "# StdLooseKaons/Particles" | 21 |
422
|
20.09
5 |
9.3549
|
7
.0000 |
4
2.000 |
| "# input particles" | 21 |
422
|
20.09
5 |
9.3549
|
7
.0000 |
4
2.000 |
| "# selected" | 21 | 8
7
|
4.1429
|
|*"#accept" | 21 |
21
|(
100.0000
+- 0.
000000
)% |
| "#pass combcut" |
2470
|
90
| 0.0
36437
|
| "#pass mother cut" |
90
| 8
7
|
0.96667
|
""", stdout, result, causes, signature_offset = 0, id = "Stream3")
</text></argument>
</extension>
This diff is collapsed.
Click to expand it.
Phys/DaVinci/python/DaVinci/filters_selectors.py
+
2
−
1
View file @
74054fb0
...
...
@@ -156,8 +156,9 @@ def get_upstream_track_selector(Code='TrALL', **kwargs):
def
default_track_cuts
():
"""
Return a string with the default track cuts.
These are set as a take-all since in principle the track cuts are applied in HLT.
"""
return
require_all
(
"
Tr
CHI2<25
"
,
"
~TrCLONE
"
)
return
require_all
(
"
Tr
ALL
"
)
def
default_particle_cuts
():
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment