Skip to content
Snippets Groups Projects
Commit fab7e0e9 authored by Edward Moyse's avatar Edward Moyse Committed by Graeme Stewart
Browse files

'IResidualPullCalculator.h: changed interface for alignment effects on track...

'IResidualPullCalculator.h: changed interface for alignment effects on track to use const aeots.' (TrkToolInterfaces-01-03-12)

    * Tagging as TrkToolInterfaces-01-03-12

2016-05-22 Peter Kluit
    * IResidualPullCalculator.h: changed interface for alignment effects on track to use const aeots
    * no tag yet
parent bc272d9c
No related merge requests found
......@@ -64,7 +64,7 @@ public:
const Trk::TrackParameters* ,
const Trk::ResidualPull::ResidualType ,
const Trk::TrackState::MeasurementType,
const std::vector<Trk::AlignmentEffectsOnTrack*>& ) const { return (Trk::ResidualPull*) 0; }
const std::vector<const Trk::AlignmentEffectsOnTrack*>& ) const { return (Trk::ResidualPull*) 0; }
/** This function is a light-weight version of the function above, designed for track fitters
* where speed is critical. The user has to provide a std::vector of size 5, which gets
......
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