Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rec
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
Rec
Commits
5615bdb9
Commit
5615bdb9
authored
1 year ago
by
Christopher Rob Jones
Browse files
Options
Downloads
Patches
Plain Diff
Add Min momentum cuts to RICH Reco QMT tests
parent
2d7ac339
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!3788
Draft: Update SciFi cluster monitoring
,
!3625
RICH 4D Reco Update
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Rich/RichFutureRecSys/tests/options/rich-dst-reco.py
+7
-0
7 additions, 0 deletions
Rich/RichFutureRecSys/tests/options/rich-dst-reco.py
with
7 additions
and
0 deletions
Rich/RichFutureRecSys/tests/options/rich-dst-reco.py
+
7
−
0
View file @
5615bdb9
...
...
@@ -13,6 +13,7 @@
from
Gaudi.Configuration
import
*
from
GaudiConfig.ControlFlow
import
seq
from
GaudiKernel.SystemOfUnits
import
GeV
from
Configurables
import
LHCbApp
,
GaudiSequencer
,
DDDBConf
from
Configurables
import
FPEAuditor
from
Configurables
import
UnpackMCParticle
,
UnpackMCVertex
...
...
@@ -144,6 +145,10 @@ else:
# DataType
dType
=
"
Upgrade
"
# Min Momentum cuts
minP
=
(
0.5
*
GeV
,
0.5
*
GeV
,
0.5
*
GeV
)
minPt
=
0.1
*
GeV
if
not
useMCTracks
:
# Explicitly unpack the Tracks
...
...
@@ -200,6 +205,8 @@ histos = "OfflineFull"
from
RichFutureRecSys.ConfiguredRichReco
import
RichRecoSequence
RichRec
=
RichRecoSequence
(
MinP
=
minP
,
MinPt
=
minPt
,
dataType
=
dType
,
inputTrackLocations
=
tkLocs
,
outputPIDLocations
=
pidLocs
,
...
...
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