39 throw std::runtime_error(std::format(
"toMeasType() - Unsupported {} type parsed", dType));
58 throw std::runtime_error(
"toTrkFitterType() - Unsupported type parsed");
TrackFitter
enums to identify who created this track and what propertis does it have.
@ GaussianSumFilter
Tracks from Gaussian Sum Filter.
@ KalmanDNAFitter
Kalman DNA Fitter.
@ KalmanFitter
tracks produced by the Kalman Fitter
@ MuonboyFitter
Track produced with Muonboy's internal fitter.
@ DeterministicAnnealingFilter
Adpative track fitter with fuzzy hit assignment.
@ xKalman
tracks produced by xKalman
@ DistributedKalmanFilter
Fast Kalman filter from HLT with simplified material effects.
@ GlobalChi2Fitter
Track's from Thijs' global chi^2 fitter.
@ iPatTrackFitter
tracks produced by iPat
@ Unknown
Track fitter not defined.
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
DetectorType
Simple enum to Identify the Type of the ACTS sub detector.
@ Mm
Maybe not needed in the migration.
@ Tgc
Resitive Plate Chambers.
@ Pixel
Inner detector legacy.
@ Rpc
Monitored Drift Tubes.
@ UnDefined
Small Thing Gap chambers (NSW).
DetectorType toDetType(const xAOD::UncalibMeasType mType)
Converts the uncalibrated measurement type to a detector type.
Trk::TrackInfo::TrackFitter toTrkFitterType(const xAOD::TrackFitter fType)
Converts xAOD fitter type to Trk fitter type.
xAOD::UncalibMeasType toMeasType(const DetectorType dType)
Conversts the detector type to an uncalibrated measurement type.
TrackFitter
Enums to identify who created this track and which properties does it have.
UncalibMeasType
Define the type of the uncalibrated measurement.