ATLAS Offline Software
|
Helpers to transform combinations of tracking input (for example, existing tracks plus additional measurements) into a digestable fitter input: either tracks, measurement-sets or proto-state vectors. More...
Functions | |
MeasurementSet | stripMeasurements (const Track &, const MeasurementSet &) |
get the MeasurementSet out of a track+measurements combination. More... | |
PrepRawDataSet | stripPrepRawData (const Track &, const PrepRawDataSet &, const SortInputFlag, const bool) |
create a vector of PrepRawData* from the mixed input of track and single PrepRawData. More... | |
Helpers to transform combinations of tracking input (for example, existing tracks plus additional measurements) into a digestable fitter input: either tracks, measurement-sets or proto-state vectors.
Trk::MeasurementSet Trk::TrackFitInputPreparator::stripMeasurements | ( | const Track & | inputTrk, |
const MeasurementSet & | inputMbs | ||
) |
get the MeasurementSet out of a track+measurements combination.
Definition at line 19 of file TrackFitInputPreparator.cxx.
Trk::PrepRawDataSet Trk::TrackFitInputPreparator::stripPrepRawData | ( | const Track & | inputTrk, |
const PrepRawDataSet & | inputPrds, | ||
const SortInputFlag | doSorting, | ||
const bool | reintegrateOutliers | ||
) |
create a vector of PrepRawData* from the mixed input of track and single PrepRawData.
Switch for applying a sort function as well as re-integration of outliers onto the input track.
Definition at line 42 of file TrackFitInputPreparator.cxx.