![]() |
ATLAS Offline Software
|
#include <MuonPatternHelpers/MdtSegmentSeedGenerator.h>
#include <MuonPatternHelpers/SegmentFitHelperFunctions.h>
#include <MuonRecToolInterfacesR4/ISpacePointCalibrator.h>
#include <MuonSpacePoint/CalibratedSpacePoint.h>
#include <xAODMuonPrepData/MdtDriftCircle.h>
#include <EventPrimitives/EventPrimitivesHelpers.h>
#include <Acts/Utilities/Enumerate.hpp>
#include <Acts/Definitions/Units.hpp>
#include <Acts/Utilities/UnitVectors.hpp>
#include <CxxUtils/sincos.h>
#include <format>
Go to the source code of this file.
Namespaces | |
MuonR4 | |
This header ties the generic definitions in this package. | |
MuonR4::SegmentFit | |
Typedefs | |
using | MuonR4::SegmentFit::HitLayerVec = SpacePointPerLayerSplitter::HitLayVec |
Functions | |
Muon::MdtDriftCircleStatus | MuonR4::SegmentFit::dcStatus (const SpacePoint &dc) |
bool | MuonR4::SegmentFit::isGoodDC (const SpacePoint &dc) |
Returns whether the Mdt measurement has a valid space point. More... | |
bool | MuonR4::SegmentFit::moveToNextHit (const HitVec &hits, std::size_t &hitIdx) |
Move to the next space point with valid drift radius. More... | |
bool | MuonR4::SegmentFit::firstGoodHit (const HitVec &hits, std::size_t &hitIdx) |
Find the first good hit in a layer. More... | |
Variables | |
constexpr auto | MuonR4::SegmentFit::covIdx = Acts::toUnderlying(AxisDefs::etaCov) |