Skip to content
Snippets Groups Projects
Commit 1b0621fb authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'ontrackcalibrator-fix' into 'main'

OnTrackCalibrator: Add missing 'typename'

See merge request atlas/athena!69800
parents 7f3978dd 6e1fe3da
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ namespace ActsTrk {
template <typename traj_t>
class OnTrackCalibrator : MeasurementCalibratorBase {
public:
using TrackStateProxy = Acts::MultiTrajectory<traj_t>::TrackStateProxy;
using TrackStateProxy = typename Acts::MultiTrajectory<traj_t>::TrackStateProxy;
using PixelPos = xAOD::MeasVector<2>;
using PixelCov = xAOD::MeasMatrix<2>;
......
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