![]() |
ATLAS Offline Software
|
#include "GeoPrimitives/GeoPrimitives.h"#include "MuonPatternEvent/HoughMaximum.h"#include "Acts/Seeding/detail/CompSpacePointAuxiliaries.hpp"#include "Acts/Seeding/CompositeSpacePointLineFitter.hpp"#include "Acts/Seeding/HoughTransformUtils.hpp"#include "Acts/Utilities/Helpers.hpp"Go to the source code of this file.
Namespaces | |
| namespace | MuonR4 |
| This header ties the generic definitions in this package. | |
| namespace | MuonR4::SegmentFit |
Typedefs | |
| using | MuonR4::HoughHitType = const SpacePoint* |
| using | MuonR4::HoughPlane = Acts::HoughTransformUtils::HoughPlane<HoughHitType> |
| using | MuonR4::ActsPeakFinderForMuon = Acts::HoughTransformUtils::PeakFinders::IslandsAroundMax<HoughHitType> |
| using | MuonR4::ActsPeakFinderForMuonCfg = Acts::HoughTransformUtils::PeakFinders::IslandsAroundMaxConfig |
| using | MuonR4::SegmentFit::SeedingAux = SpacePoint::SeedingAux |
| Abrivation of the CompSpacePointAuxiliaries. | |
| using | MuonR4::SegmentFit::ParamDefs = SeedingAux::FitParIndex |
| Use the same parameter indices as used by the CompSpacePointAuxiliaries. | |
| using | MuonR4::SegmentFit::Line_t = SeedingAux::Line_t |
| Abrivation of the line with partial derivatives. | |
| using | MuonR4::SegmentFit::AxisDefs = SpacePoint::CovIdx |
| Use the same mapping of the covariance space indicies as used by the SpacePoint. | |
| using | MuonR4::SegmentFit::Parameters = Acts::Experimental::CompositeSpacePointLineFitter::ParamVec_t |
| using | MuonR4::SegmentFit::Covariance = Acts::Experimental::CompositeSpacePointLineFitter::CovMat_t |