Go to the source code of this file.
|
| namespace | o2 |
| | a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
|
| |
| namespace | o2::its3 |
| |
| namespace | o2::its3::align |
| |
|
| template<typename T , typename F > |
| track::TrackParametrizationWithError< T > | o2::its3::align::convertTrack (const track::TrackParametrizationWithError< F > &trk) |
| |
| template<typename T > |
| o2::track::TrackParametrizationWithError< T > | o2::its3::align::interpolateTrackParCov (const o2::track::TrackParametrizationWithError< T > &tA, const o2::track::TrackParametrizationWithError< T > &tB) |
| |
| template<typename T > |
| bool | o2::its3::align::doBidirRefit (const o2::its::TrackITS &iTrack, std::array< const TrackingCluster< T > *, 8 > &clArr, std::array< o2::track::TrackParametrizationWithError< T >, 8 > &extrapOut, std::array< o2::track::TrackParametrizationWithError< T >, 8 > &extrapInw, T &chi2, bool useStableRef, typename o2::base::PropagatorImpl< T >::MatCorrType corrType) |
| |