Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LHCb
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
LHCb
Commits
f0d2bcf5
Commit
f0d2bcf5
authored
1 year ago
by
Andre Gunther
Committed by
Andre Gunther
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Add maxPhysicalMomentum to TrackParameters
parent
f6b9d6f2
No related branches found
No related tags found
2 merge requests
!4386
Merge master into FTRetinaSeedRawBanks
,
!4354
Change momentum tolerance of the track packing
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Event/TrackEvent/include/Event/TrackParameters.h
+2
-0
2 additions, 0 deletions
Event/TrackEvent/include/Event/TrackParameters.h
with
2 additions
and
0 deletions
Event/TrackEvent/include/Event/TrackParameters.h
+
2
−
0
View file @
f0d2bcf5
...
...
@@ -29,6 +29,8 @@ namespace TrackParameters {
constexpr
const
double
looseTolerance
=
1e-5
;
///< Loose tolerance
constexpr
const
double
propagationTolerance
=
1e-6
*
Gaudi
::
Units
::
mm
;
///< Tolerance for extrapolators
constexpr
const
double
moliereFactor
=
13.6
*
Gaudi
::
Units
::
MeV
;
///< Moliere factor
// defines max physical track momentum according to max LHC beam energy
constexpr
auto
maxPhysicalMomentum
=
7.
*
Gaudi
::
Units
::
TeV
;
}
// namespace TrackParameters
// -----------------------------------------------------------------------------
...
...
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