Skip to content
Snippets Groups Projects
Commit f0d2bcf5 authored by Andre Gunther's avatar Andre Gunther :island: Committed by Andre Gunther
Browse files

Add maxPhysicalMomentum to TrackParameters

parent f6b9d6f2
No related branches found
No related tags found
2 merge requests!4386Merge master into FTRetinaSeedRawBanks,!4354Change momentum tolerance of the track packing
......@@ -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
// -----------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment