Skip to content
Snippets Groups Projects
Commit 6e1fe3da authored by Louis-Guillaume Gagnon's avatar Louis-Guillaume Gagnon Committed by Walter Lampl
Browse files

OnTrackCalibrator: Add missing 'typename'

OnTrackCalibrator: Add missing 'typename'
parent bfd95d06
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