Skip to content
Snippets Groups Projects
Commit 36d77a40 authored by Christos Anastopoulos's avatar Christos Anastopoulos Committed by Adam Edward Barton
Browse files

Jacobian helper try to always inline

parent e53e804e
5 merge requests!69091Fix correlated smearing bug in JER in JetUncertainties in 22.0,!58791DataQualityConfigurations: Modify L1Calo config for web display,!51674Fixing hotSpotInHIST for Run3 HIST,!50012RecExConfig: Adjust log message levels from GetRunNumber and GetLBNumber,!49952Jacobian helper try to always inline
......@@ -35,6 +35,9 @@ namespace Trk {
/// A0, A3, A4, and A6 represent cross products of the direction
/// with the field across the 3 points. Each is a 3-vector.
/// S3 is a step length
#if (defined(__GNUC__) || defined(__clang__))
[[gnu::always_inline]]
#endif
inline void
propJacobian(double* ATH_RESTRICT P,
const double* ATH_RESTRICT H0,
......
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