Acts Logo
  • Getting started
    • Quick start
    • Prerequisites
    • Building ACTS
      • With a LCG release on CVMFS
      • In a container
      • On your local machine
    • Building the documentation
    • Build options
    • The OpenDataDetector
    • Using ACTS
  • Tracking in a nutshell
    • Charged particle detection
    • Track parametrization
    • Particle propagation
      • Numerical integration
      • Covariance transport
    • Material effects
    • Geometry and material modelling
    • Clustering
    • Spacepoint formation
    • Seeding
    • Track finding and track fitting
      • Kalman formalism and Kalman track fitter
      • Combinatorial Kalman Filter
    • Ambiguity resolution
    • Vertex reconstruction
  • The ACTS project
    • Philosophy
    • R&D Testbed
  • Core library
    • Unit definitions and conversions
      • UnitConstants
        • UnitConstants::cm
        • UnitConstants::cm2
        • UnitConstants::cm3
        • UnitConstants::degree
        • UnitConstants::e
        • UnitConstants::eV
        • UnitConstants::fm
        • UnitConstants::fs
        • UnitConstants::g
        • UnitConstants::Gauss
        • UnitConstants::GeV
        • UnitConstants::h
        • UnitConstants::J
        • UnitConstants::keV
        • UnitConstants::kg
        • UnitConstants::kGauss
        • UnitConstants::km
        • UnitConstants::m
        • UnitConstants::m2
        • UnitConstants::m3
        • UnitConstants::MeV
        • UnitConstants::min
        • UnitConstants::mm
        • UnitConstants::mm2
        • UnitConstants::mm3
        • UnitConstants::mol
        • UnitConstants::mrad
        • UnitConstants::ms
        • UnitConstants::nm
        • UnitConstants::ns
        • UnitConstants::pm
        • UnitConstants::ps
        • UnitConstants::rad
        • UnitConstants::s
        • UnitConstants::T
        • UnitConstants::TeV
        • UnitConstants::u
        • UnitConstants::um
        • UnitConstants::us
    • Event data
      • Track parametrization
      • High-level Track Event Data Model
        • Conceptual
        • Track API
        • Track state iteration and forward linking
        • Track State API
        • Component sharing
        • Dynamic columns
        • Accessors
        • Holders
        • Track EDM backends
        • Glossary
      • Measurements
        • Uncalibrated measurements / source links
        • Calibrated measurements
      • Particle hypothesis
    • Geometry module
      • Concepts
        • Tracking geometry
        • Volume
        • Tracking volume
        • Portals
      • Geometry identifier
        • GeometryIdentifier
      • Detector material description
      • Surface classes
        • SurfaceType
        • Plane surface
        • Disc surface
        • Cylinder surface
        • Cone surface
        • Line surface
        • API listings
      • Legacy geometry module
        • Layer classes
        • Volume classes
        • Geometry building
      • Construction
        • Blueprint tracking geometry construction
        • API
      • Layerless geometry
        • Geometry module rosetta stone
        • Overview
        • Detailed Description
    • Material
      • Concept of passive material in tracking
        • Projective approximation of passive material
        • Volume based material description
    • Propagation and extrapolation
      • Overview: Steppers, Navigators and Actors
      • Initialization and running
      • Navigators
      • Steppers
        • AtlasStepper
        • StraightLineStepper
        • EigenStepper
        • MultiEigenStepperLoop
    • Magnetic field
      • Provider interface
        • Cache
        • getField()
      • Magnetic field context
        • MagneticFieldContext
      • Field provider implementations in Core
        • Constant magnetic field
        • Interpolated magnetic field
        • Analytical solenoid magnetic field
        • Multi-range constant field
      • Full provider interface
        • MagneticFieldProvider
    • Track reconstruction
      • Track Fitting
        • Kalman Filter (KF) [wip]
        • Gaussian Sum Filter (GSF)
        • Global Chi-Square Fitter (GX2F)
      • Preprocessing of event data
        • Clustering
        • Spacepoint formation
      • Pattern recognition
        • Seeding
        • Track Finding
      • Vertexing
    • Visualization
      • 3D Visualization
        • Behind the scenes
        • Convenience helper functions
      • SVG for 2D visualization
    • Miscellaneous
      • Grid and axis
        • Axis
        • Grid creation
        • Local vs global bin indices
        • Finding neighbors
      • Logging
        • Level
        • getDefaultLogger()
        • Logger integration
        • Logging thresholds
    • How-to guides for Core components
      • Material mapping
  • Fast Track Simulation (Fatras)
    • Supported interactions
    • Use-cases
  • Plugins
    • DD4hep plugin
      • General
      • ACTS specific markup
      • DD4hepDetectorElement
      • Build
      • Prerequisites
      • Possible parameters ACTS will interpret
      • Usage
      • DD4hep field adapter
        • DD4hepFieldAdapter
    • Exa.TrkX plugin
      • Stages
      • Implementation
      • Resources
    • Geant4 plugin
      • Object conversion
        • Surface conversion
      • Building a Detector from Geant4 input
    • JSON
    • TGeo plugin
      • General
      • Parsing the ROOT Geometry
      • Conversion of TGeoShapes to Acts::Surfaces
    • Machine learning algorithms
      • Onnx plugin
        • OnnxRuntimeBase
      • AmbiguityResolutionMLAlgorithm
        • Clustering
        • Ranking
        • Cleaning
        • How to use
      • MLSeedFiltering
        • Clustering
        • Ranking
        • How to use
  • Examples
    • Python bindings
      • Python based example scripts
      • Python based unit tests
        • ROOT file hash regression checks
    • OpenDataDetector full chain
    • Alignment prototype
    • How-to guides
      • Add a new algorithm
        • Purpose
        • Code Organisation
        • Algorithm Class
        • Input and Output
        • Configurability
        • Python bindings
        • Example empty algorithm
      • Analysis applications
        • Material Composition Analysis
        • Tracking Performance Analysis
      • Howto run the material mapping and validation
        • Prerequisites
        • Mapping and configuration
        • Geantino scan
        • Material Mapping
        • Material Validation
        • Using a different detector
      • ACTS Tutorial on Auto-Tuning in CombinatorialKalmanFilter (CKF)
        • Prerequisites
        • How auto-tuning works
        • Run auto-tuning using Optuna
        • Run auto-tuning using Orion
      • Generate a configuration file for the smearing digitizer
        • Example
      • GSF Debugger
        • Usage
        • Screenshots
  • Contribution guide
    • Contribution guidelines
      • Mailing lists
      • Bug reports and feature requests
      • Make a contribution
        • Checklist for pull requests
        • Workflow recommendations
        • Coding style and guidelines
        • Example: Make a bugfix while working on a feature
        • Example: Backporting a feature or bugfix
        • Tips for users migrating from GitLab
      • Review other contributions
        • Approving a pull request
        • Merging a pull request
    • Source code formatting
      • C++ formatting: clang-format
      • Python formatting
    • How do I build the documentation?
    • Documentation Markdown Cheatsheet
      • reStructuredText directives in Myst Markdown
      • Link to API documentation
      • Pull in API documentation
        • Volume
      • Cross-referencing and labels
      • Info boxes
    • What is clang-tidy?
    • What is physmon?
      • How do I investigate a physmon failure?
    • What are ROOT hash checks?
    • How to make a release
      • Step 1: Update the release branch
      • Step 2: Prepare milestone
      • Step 3: Publish release
    • Profiling
      • Install gperftools
        • Ubuntu
        • Other Systems
      • pprof
        • Install Go pprof (Optional)
      • Link gperftools Libraries When Compiling
      • Alternative to Recompiling
      • Produce a CPU Profile
      • Produce a Memory Profile
      • Run the Heap Checker
      • Using pprof
        • View Profile as a Graph
        • Interactive Mode
  • API Reference
    • Classes
      • AnnulusBounds
        • AnnulusBounds::BoundValues
        • AnnulusBounds::AnnulusBounds()
        • AnnulusBounds::AnnulusBounds()
        • AnnulusBounds::AnnulusBounds()
        • AnnulusBounds::binningValuePhi()
        • AnnulusBounds::binningValueR()
        • AnnulusBounds::corners()
        • AnnulusBounds::coversFullAzimuth()
        • AnnulusBounds::get()
        • AnnulusBounds::inside()
        • AnnulusBounds::insideRadialBounds()
        • AnnulusBounds::moduleOrigin()
        • AnnulusBounds::phiMax()
        • AnnulusBounds::phiMin()
        • AnnulusBounds::rMax()
        • AnnulusBounds::rMin()
        • AnnulusBounds::toStream()
        • AnnulusBounds::type()
        • AnnulusBounds::values()
        • AnnulusBounds::vertices()
      • AnyCharge
        • AnyCharge::AnyCharge()
        • AnyCharge::AnyCharge()
        • AnyCharge::AnyCharge()
        • AnyCharge::absQ()
        • AnyCharge::extractCharge()
        • AnyCharge::extractMomentum()
        • AnyCharge::qOverP()
      • AtlasBetheHeitlerApprox
        • AtlasBetheHeitlerApprox::Data
        • AtlasBetheHeitlerApprox::AtlasBetheHeitlerApprox()
        • AtlasBetheHeitlerApprox::mixture()
        • AtlasBetheHeitlerApprox::numComponents()
        • AtlasBetheHeitlerApprox::validXOverX0()
        • AtlasBetheHeitlerApprox::loadFromFiles()
        • AtlasBetheHeitlerApprox::PolyData
      • AtlasStepper
        • AtlasStepper::BoundState
        • AtlasStepper::Covariance
        • AtlasStepper::Jacobian
        • AtlasStepper::AtlasStepper()
        • AtlasStepper::AtlasStepper()
        • AtlasStepper::absoluteMomentum()
        • AtlasStepper::boundState()
        • AtlasStepper::charge()
        • AtlasStepper::curvilinearState()
        • AtlasStepper::direction()
        • AtlasStepper::getField()
        • AtlasStepper::getStepSize()
        • AtlasStepper::initialize()
        • AtlasStepper::initialize()
        • AtlasStepper::makeState()
        • AtlasStepper::momentum()
        • AtlasStepper::outputStepSize()
        • AtlasStepper::overstepLimit()
        • AtlasStepper::particleHypothesis()
        • AtlasStepper::position()
        • AtlasStepper::prepareCurvilinearState()
        • AtlasStepper::qOverP()
        • AtlasStepper::releaseStepSize()
        • AtlasStepper::setIdentityJacobian()
        • AtlasStepper::step()
        • AtlasStepper::time()
        • AtlasStepper::transportCovarianceToBound()
        • AtlasStepper::transportCovarianceToCurvilinear()
        • AtlasStepper::update()
        • AtlasStepper::update()
        • AtlasStepper::updateStepSize()
        • AtlasStepper::updateStepSize()
        • AtlasStepper::updateSurfaceStatus()
        • AtlasStepper::Config
        • AtlasStepper::Options
        • AtlasStepper::State
      • Axis
      • BinUtility
        • BinUtility::BinUtility()
        • BinUtility::BinUtility()
        • BinUtility::BinUtility()
        • BinUtility::BinUtility()
        • BinUtility::BinUtility()
        • BinUtility::BinUtility()
        • BinUtility::BinUtility()
        • BinUtility::BinUtility()
        • BinUtility::BinUtility()
        • BinUtility::~BinUtility()
        • BinUtility::bin()
        • BinUtility::bin()
        • BinUtility::binningData()
        • BinUtility::binningValue()
        • BinUtility::bins()
        • BinUtility::bins()
        • BinUtility::binTriple()
        • BinUtility::dimensions()
        • BinUtility::inside()
        • BinUtility::max()
        • BinUtility::nextDirection()
        • BinUtility::operator+=()
        • BinUtility::operator=()
        • BinUtility::operator=()
        • BinUtility::operator==()
        • BinUtility::serialize()
        • BinUtility::toStream()
        • BinUtility::toString()
        • BinUtility::transform()
        • BinUtility::operator<<()
      • BinnedSurfaceMaterial
        • BinnedSurfaceMaterial::BinnedSurfaceMaterial()
        • BinnedSurfaceMaterial::BinnedSurfaceMaterial()
        • BinnedSurfaceMaterial::BinnedSurfaceMaterial()
        • BinnedSurfaceMaterial::BinnedSurfaceMaterial()
        • BinnedSurfaceMaterial::BinnedSurfaceMaterial()
        • BinnedSurfaceMaterial::~BinnedSurfaceMaterial()
        • BinnedSurfaceMaterial::binUtility()
        • BinnedSurfaceMaterial::fullMaterial()
        • BinnedSurfaceMaterial::materialSlab()
        • BinnedSurfaceMaterial::materialSlab()
        • BinnedSurfaceMaterial::operator=()
        • BinnedSurfaceMaterial::operator=()
        • BinnedSurfaceMaterial::scale()
        • BinnedSurfaceMaterial::toStream()
      • BinningData
        • BinningData::BinningData()
        • BinningData::BinningData()
        • BinningData::BinningData()
        • BinningData::BinningData()
        • BinningData::BinningData()
        • BinningData::BinningData()
        • BinningData::~BinningData()
        • BinningData::bins()
        • BinningData::boundaries()
        • BinningData::center()
        • BinningData::centerValue()
        • BinningData::inside()
        • BinningData::inside()
        • BinningData::nextDirection()
        • BinningData::operator=()
        • BinningData::operator==()
        • BinningData::search()
        • BinningData::searchGlobal()
        • BinningData::searchLocal()
        • BinningData::searchWithSubStructure()
        • BinningData::toString()
        • BinningData::value()
        • BinningData::value()
        • BinningData::width()
        • BinningData::binvalue
        • BinningData::max
        • BinningData::min
        • BinningData::option
        • BinningData::step
        • BinningData::subBinningAdditive
        • BinningData::subBinningData
        • BinningData::type
        • BinningData::zdim
      • BoundaryTolerance
        • BoundaryTolerance::ToleranceMode
        • BoundaryTolerance::asAbsoluteBound()
        • BoundaryTolerance::asAbsoluteBoundOpt()
        • BoundaryTolerance::asAbsoluteCartesian()
        • BoundaryTolerance::asAbsoluteEuclidean()
        • BoundaryTolerance::asChi2Bound()
        • BoundaryTolerance::getMetric()
        • BoundaryTolerance::hasAbsoluteBound()
        • BoundaryTolerance::hasAbsoluteCartesian()
        • BoundaryTolerance::hasAbsoluteEuclidean()
        • BoundaryTolerance::hasChi2Bound()
        • BoundaryTolerance::hasMetric()
        • BoundaryTolerance::isInfinite()
        • BoundaryTolerance::isNone()
        • BoundaryTolerance::isTolerated()
        • BoundaryTolerance::toleranceMode()
        • BoundaryTolerance::AbsoluteBound()
        • BoundaryTolerance::AbsoluteCartesian()
        • BoundaryTolerance::AbsoluteEuclidean()
        • BoundaryTolerance::Chi2Bound()
        • BoundaryTolerance::Infinite()
        • BoundaryTolerance::None()
        • BoundaryTolerance::AbsoluteBoundParams
        • BoundaryTolerance::AbsoluteCartesianParams
        • BoundaryTolerance::AbsoluteEuclideanParams
        • BoundaryTolerance::Chi2BoundParams
        • BoundaryTolerance::InfiniteParams
        • BoundaryTolerance::NoneParams
      • CalibrationContext
      • CombinatorialKalmanFilter
        • CombinatorialKalmanFilter::CombinatorialKalmanFilter()
        • CombinatorialKalmanFilter::CombinatorialKalmanFilter()
        • CombinatorialKalmanFilter::findTracks()
        • CombinatorialKalmanFilter::findTracks()
      • ConeBounds
        • ConeBounds::BoundValues
        • ConeBounds::ConeBounds()
        • ConeBounds::ConeBounds()
        • ConeBounds::ConeBounds()
        • ConeBounds::get()
        • ConeBounds::inside()
        • ConeBounds::r()
        • ConeBounds::tanAlpha()
        • ConeBounds::toStream()
        • ConeBounds::type()
        • ConeBounds::values()
      • ConeLayer
        • ConeLayer::ConeLayer()
        • ConeLayer::ConeLayer()
        • ConeLayer::~ConeLayer()
        • ConeLayer::operator=()
        • ConeLayer::surfaceRepresentation()
        • ConeLayer::surfaceRepresentation()
        • ConeLayer::create()
      • ConeSurface
        • ConeSurface::alignmentToPathDerivative()
        • ConeSurface::bounds()
        • ConeSurface::globalToLocal()
        • ConeSurface::globalToLocal()
        • ConeSurface::intersect()
        • ConeSurface::localCartesianToBoundLocalDerivative()
        • ConeSurface::localToGlobal()
        • ConeSurface::localToGlobal()
        • ConeSurface::name()
        • ConeSurface::normal()
        • ConeSurface::normal()
        • ConeSurface::normal()
        • ConeSurface::operator=()
        • ConeSurface::pathCorrection()
        • ConeSurface::polyhedronRepresentation()
        • ConeSurface::referenceFrame()
        • ConeSurface::referencePosition()
        • ConeSurface::rotSymmetryAxis()
        • ConeSurface::type()
      • ConeVolumeBounds
        • ConeVolumeBounds::BoundValues
        • ConeVolumeBounds::ConeVolumeBounds()
        • ConeVolumeBounds::ConeVolumeBounds()
        • ConeVolumeBounds::ConeVolumeBounds()
        • ConeVolumeBounds::ConeVolumeBounds()
        • ConeVolumeBounds::ConeVolumeBounds()
        • ConeVolumeBounds::~ConeVolumeBounds()
        • ConeVolumeBounds::boundingBox()
        • ConeVolumeBounds::get()
        • ConeVolumeBounds::innerRmax()
        • ConeVolumeBounds::innerRmin()
        • ConeVolumeBounds::innerTanAlpha()
        • ConeVolumeBounds::inside()
        • ConeVolumeBounds::operator=()
        • ConeVolumeBounds::orientedSurfaces()
        • ConeVolumeBounds::outerRmax()
        • ConeVolumeBounds::outerRmin()
        • ConeVolumeBounds::outerTanAlpha()
        • ConeVolumeBounds::toStream()
        • ConeVolumeBounds::type()
        • ConeVolumeBounds::values()
      • ConstantBField
        • ConstantBField::ConstantBField()
        • ConstantBField::getField()
        • ConstantBField::getField()
        • ConstantBField::isInside()
        • ConstantBField::makeCache()
        • ConstantBField::setField()
        • ConstantBField::Cache
      • ConstrainedStep
        • ConstrainedStep::Type
        • ConstrainedStep::ConstrainedStep()
        • ConstrainedStep::ConstrainedStep()
        • ConstrainedStep::accuracy()
        • ConstrainedStep::release()
        • ConstrainedStep::releaseAccuracy()
        • ConstrainedStep::setAccuracy()
        • ConstrainedStep::setUser()
        • ConstrainedStep::toStream()
        • ConstrainedStep::toString()
        • ConstrainedStep::update()
        • ConstrainedStep::value()
        • ConstrainedStep::value()
      • ConvexPolygonBounds
        • ConvexPolygonBounds::value_array
        • ConvexPolygonBounds::vertex_array
        • ConvexPolygonBounds::ConvexPolygonBounds()
        • ConvexPolygonBounds::ConvexPolygonBounds()
        • ConvexPolygonBounds::ConvexPolygonBounds()
        • ConvexPolygonBounds::boundingBox()
        • ConvexPolygonBounds::inside()
        • ConvexPolygonBounds::type()
        • ConvexPolygonBounds::vertices()
        • ConvexPolygonBounds::eSize
        • ConvexPolygonBounds::num_vertices
      • ConvexPolygonBoundsBase
        • ConvexPolygonBoundsBase::toStream()
        • ConvexPolygonBoundsBase::values()
      • CuboidVolumeBounds
        • CuboidVolumeBounds::BoundValues
        • CuboidVolumeBounds::Face
        • CuboidVolumeBounds::CuboidVolumeBounds()
        • CuboidVolumeBounds::CuboidVolumeBounds()
        • CuboidVolumeBounds::CuboidVolumeBounds()
        • CuboidVolumeBounds::CuboidVolumeBounds()
        • CuboidVolumeBounds::CuboidVolumeBounds()
        • CuboidVolumeBounds::~CuboidVolumeBounds()
        • CuboidVolumeBounds::boundingBox()
        • CuboidVolumeBounds::canonicalAxes()
        • CuboidVolumeBounds::get()
        • CuboidVolumeBounds::inside()
        • CuboidVolumeBounds::operator=()
        • CuboidVolumeBounds::orientedSurfaces()
        • CuboidVolumeBounds::referenceBorder()
        • CuboidVolumeBounds::set()
        • CuboidVolumeBounds::set()
        • CuboidVolumeBounds::toStream()
        • CuboidVolumeBounds::type()
        • CuboidVolumeBounds::values()
        • CuboidVolumeBounds::boundsFromAxisDirection()
        • CuboidVolumeBounds::facesFromAxisDirection()
      • CuboidVolumeStack
        • CuboidVolumeStack::CuboidVolumeStack()
        • CuboidVolumeStack::update()
        • CuboidVolumeStack::axisToIndex()
        • CuboidVolumeStack::getOrthogonalAxes()
      • CutoutCylinderVolumeBounds
        • CutoutCylinderVolumeBounds::BoundValues
        • CutoutCylinderVolumeBounds::CutoutCylinderVolumeBounds()
        • CutoutCylinderVolumeBounds::CutoutCylinderVolumeBounds()
        • CutoutCylinderVolumeBounds::boundingBox()
        • CutoutCylinderVolumeBounds::canonicalAxes()
        • CutoutCylinderVolumeBounds::get()
        • CutoutCylinderVolumeBounds::inside()
        • CutoutCylinderVolumeBounds::orientedSurfaces()
        • CutoutCylinderVolumeBounds::toStream()
        • CutoutCylinderVolumeBounds::type()
        • CutoutCylinderVolumeBounds::values()
      • CylinderBounds
        • CylinderBounds::BoundValues
        • CylinderBounds::CylinderBounds()
        • CylinderBounds::CylinderBounds()
        • CylinderBounds::circleVertices()
        • CylinderBounds::coversFullAzimuth()
        • CylinderBounds::get()
        • CylinderBounds::inside()
        • CylinderBounds::toStream()
        • CylinderBounds::type()
        • CylinderBounds::values()
      • CylinderLayer
        • CylinderLayer::CylinderLayer()
        • CylinderLayer::CylinderLayer()
        • CylinderLayer::~CylinderLayer()
        • CylinderLayer::operator=()
        • CylinderLayer::surfaceRepresentation()
        • CylinderLayer::surfaceRepresentation()
        • CylinderLayer::create()
      • CylinderSurface
        • CylinderSurface::alignmentToPathDerivative()
        • CylinderSurface::bounds()
        • CylinderSurface::globalToLocal()
        • CylinderSurface::globalToLocal()
        • CylinderSurface::intersect()
        • CylinderSurface::localCartesianToBoundLocalDerivative()
        • CylinderSurface::localToGlobal()
        • CylinderSurface::localToGlobal()
        • CylinderSurface::mergedWith()
        • CylinderSurface::name()
        • CylinderSurface::normal()
        • CylinderSurface::normal()
        • CylinderSurface::normal()
        • CylinderSurface::operator=()
        • CylinderSurface::pathCorrection()
        • CylinderSurface::polyhedronRepresentation()
        • CylinderSurface::referenceFrame()
        • CylinderSurface::referencePosition()
        • CylinderSurface::rotSymmetryAxis()
        • CylinderSurface::type()
      • CylinderVolumeBounds
        • CylinderVolumeBounds::BoundValues
        • CylinderVolumeBounds::Face
        • CylinderVolumeBounds::CylinderVolumeBounds()
        • CylinderVolumeBounds::CylinderVolumeBounds()
        • CylinderVolumeBounds::CylinderVolumeBounds()
        • CylinderVolumeBounds::CylinderVolumeBounds()
        • CylinderVolumeBounds::CylinderVolumeBounds()
        • CylinderVolumeBounds::CylinderVolumeBounds()
        • CylinderVolumeBounds::~CylinderVolumeBounds()
        • CylinderVolumeBounds::boundingBox()
        • CylinderVolumeBounds::canonicalAxes()
        • CylinderVolumeBounds::get()
        • CylinderVolumeBounds::inside()
        • CylinderVolumeBounds::operator=()
        • CylinderVolumeBounds::orientedSurfaces()
        • CylinderVolumeBounds::referenceBorder()
        • CylinderVolumeBounds::referenceOffset()
        • CylinderVolumeBounds::set()
        • CylinderVolumeBounds::set()
        • CylinderVolumeBounds::toStream()
        • CylinderVolumeBounds::type()
        • CylinderVolumeBounds::values()
      • CylinderVolumeBuilder
        • CylinderVolumeBuilder::CylinderVolumeBuilder()
        • CylinderVolumeBuilder::~CylinderVolumeBuilder()
        • CylinderVolumeBuilder::analyzeContent()
        • CylinderVolumeBuilder::getConfiguration()
        • CylinderVolumeBuilder::setConfiguration()
        • CylinderVolumeBuilder::setLogger()
        • CylinderVolumeBuilder::trackingVolume()
        • CylinderVolumeBuilder::Config
      • CylinderVolumeStack
        • CylinderVolumeStack::CylinderVolumeStack()
        • CylinderVolumeStack::CylinderVolumeStack()
        • CylinderVolumeStack::update()
      • DD4hepDetectorElement
        • DD4hepDetectorElement::ContextType
        • DD4hepDetectorElement::DD4hepVolumeID
        • DD4hepDetectorElement::Store
        • DD4hepDetectorElement::DD4hepDetectorElement()
        • DD4hepDetectorElement::~DD4hepDetectorElement()
        • DD4hepDetectorElement::sourceElement()
      • Delegate
      • DetectorElementBase
        • DetectorElementBase::DetectorElementBase()
        • DetectorElementBase::~DetectorElementBase()
        • DetectorElementBase::surface()
        • DetectorElementBase::surface()
        • DetectorElementBase::thickness()
        • DetectorElementBase::transform()
      • DiamondBounds
        • DiamondBounds::BoundValues
        • DiamondBounds::DiamondBounds()
        • DiamondBounds::DiamondBounds()
        • DiamondBounds::boundingBox()
        • DiamondBounds::get()
        • DiamondBounds::inside()
        • DiamondBounds::toStream()
        • DiamondBounds::type()
        • DiamondBounds::values()
        • DiamondBounds::vertices()
      • DirectNavigator
        • DirectNavigator::SurfaceSequence
        • DirectNavigator::DirectNavigator()
        • DirectNavigator::checkTargetValid()
        • DirectNavigator::currentSurface()
        • DirectNavigator::currentVolume()
        • DirectNavigator::currentVolumeMaterial()
        • DirectNavigator::endOfWorldReached()
        • DirectNavigator::handleSurfaceReached()
        • DirectNavigator::initialize()
        • DirectNavigator::makeState()
        • DirectNavigator::navigationBreak()
        • DirectNavigator::nextTarget()
        • DirectNavigator::startSurface()
        • DirectNavigator::targetSurface()
        • DirectNavigator::Config
        • DirectNavigator::Options
        • DirectNavigator::State
      • Direction
        • Direction::index()
        • Direction::invert()
        • Direction::sign()
        • Direction::toString()
        • Direction::AlongNormal()
        • Direction::Backward()
        • Direction::Forward()
        • Direction::fromIndex()
        • Direction::fromScalar()
        • Direction::fromScalarZeroAsPositive()
        • Direction::Negative()
        • Direction::OppositeNormal()
        • Direction::Positive()
      • DiscBounds
        • DiscBounds::binningValuePhi()
        • DiscBounds::binningValueR()
        • DiscBounds::coversFullAzimuth()
        • DiscBounds::insideRadialBounds()
        • DiscBounds::rMax()
        • DiscBounds::rMin()
        • DiscBounds::vertices()
      • DiscLayer
        • DiscLayer::DiscLayer()
        • DiscLayer::DiscLayer()
        • DiscLayer::~DiscLayer()
        • DiscLayer::operator=()
        • DiscLayer::surfaceRepresentation()
        • DiscLayer::surfaceRepresentation()
        • DiscLayer::create()
      • DiscSurface
        • DiscSurface::bounds()
        • DiscSurface::boundToFreeJacobian()
        • DiscSurface::freeToBoundJacobian()
        • DiscSurface::globalToLocal()
        • DiscSurface::globalToLocal()
        • DiscSurface::globalToLocalCartesian()
        • DiscSurface::intersect()
        • DiscSurface::localCartesianToBoundLocalDerivative()
        • DiscSurface::localCartesianToGlobal()
        • DiscSurface::localCartesianToPolar()
        • DiscSurface::localPolarToCartesian()
        • DiscSurface::localPolarToLocalCartesian()
        • DiscSurface::localToGlobal()
        • DiscSurface::localToGlobal()
        • DiscSurface::mergedWith()
        • DiscSurface::name()
        • DiscSurface::normal()
        • DiscSurface::normal()
        • DiscSurface::normal()
        • DiscSurface::normal()
        • DiscSurface::operator=()
        • DiscSurface::pathCorrection()
        • DiscSurface::polyhedronRepresentation()
        • DiscSurface::referencePosition()
        • DiscSurface::referencePositionValue()
        • DiscSurface::type()
      • DiscTrapezoidBounds
        • DiscTrapezoidBounds::BoundValues
        • DiscTrapezoidBounds::DiscTrapezoidBounds()
        • DiscTrapezoidBounds::DiscTrapezoidBounds()
        • DiscTrapezoidBounds::binningValuePhi()
        • DiscTrapezoidBounds::binningValueR()
        • DiscTrapezoidBounds::coversFullAzimuth()
        • DiscTrapezoidBounds::get()
        • DiscTrapezoidBounds::halfLengthY()
        • DiscTrapezoidBounds::halfPhiSector()
        • DiscTrapezoidBounds::inside()
        • DiscTrapezoidBounds::insideRadialBounds()
        • DiscTrapezoidBounds::rCenter()
        • DiscTrapezoidBounds::rMax()
        • DiscTrapezoidBounds::rMin()
        • DiscTrapezoidBounds::stereo()
        • DiscTrapezoidBounds::toStream()
        • DiscTrapezoidBounds::type()
        • DiscTrapezoidBounds::values()
        • DiscTrapezoidBounds::vertices()
      • EigenStepper
        • EigenStepper::BoundState
        • EigenStepper::Covariance
        • EigenStepper::Jacobian
        • EigenStepper::EigenStepper()
        • EigenStepper::EigenStepper()
        • EigenStepper::absoluteMomentum()
        • EigenStepper::boundState()
        • EigenStepper::charge()
        • EigenStepper::curvilinearState()
        • EigenStepper::direction()
        • EigenStepper::getField()
        • EigenStepper::getStepSize()
        • EigenStepper::initialize()
        • EigenStepper::initialize()
        • EigenStepper::makeState()
        • EigenStepper::momentum()
        • EigenStepper::outputStepSize()
        • EigenStepper::particleHypothesis()
        • EigenStepper::position()
        • EigenStepper::prepareCurvilinearState()
        • EigenStepper::qOverP()
        • EigenStepper::releaseStepSize()
        • EigenStepper::setIdentityJacobian()
        • EigenStepper::step()
        • EigenStepper::time()
        • EigenStepper::transportCovarianceToBound()
        • EigenStepper::transportCovarianceToCurvilinear()
        • EigenStepper::update()
        • EigenStepper::update()
        • EigenStepper::updateStepSize()
        • EigenStepper::updateStepSize()
        • EigenStepper::updateSurfaceStatus()
        • EigenStepper::Config
        • EigenStepper::Options
        • EigenStepper::State
      • EllipseBounds
        • EllipseBounds::BoundValues
        • EllipseBounds::EllipseBounds()
        • EllipseBounds::EllipseBounds()
        • EllipseBounds::boundingBox()
        • EllipseBounds::get()
        • EllipseBounds::inside()
        • EllipseBounds::toStream()
        • EllipseBounds::type()
        • EllipseBounds::values()
        • EllipseBounds::vertices()
      • Detector
        • Detector::detectorVolumeFinder()
        • Detector::findDetectorVolume()
        • Detector::findDetectorVolume()
        • Detector::findSurface()
        • Detector::getSharedPtr()
        • Detector::getSharedPtr()
        • Detector::name()
        • Detector::rootVolumePtrs()
        • Detector::rootVolumes()
        • Detector::sensitiveHierarchyMap()
        • Detector::updateDetectorVolume()
        • Detector::updateDetectorVolumeFinder()
        • Detector::visitMutableSurfaces()
        • Detector::visitMutableVolumes()
        • Detector::visitSurfaces()
        • Detector::visitVolumes()
        • Detector::volumePtrs()
        • Detector::volumes()
        • Detector::makeShared()
      • DetectorNavigator
        • DetectorNavigator::DetectorNavigator()
        • DetectorNavigator::checkTargetValid()
        • DetectorNavigator::currentSurface()
        • DetectorNavigator::currentVolume()
        • DetectorNavigator::currentVolumeMaterial()
        • DetectorNavigator::endOfWorldReached()
        • DetectorNavigator::handleSurfaceReached()
        • DetectorNavigator::initialize()
        • DetectorNavigator::makeState()
        • DetectorNavigator::navigationBreak()
        • DetectorNavigator::nextTarget()
        • DetectorNavigator::startSurface()
        • DetectorNavigator::targetSurface()
        • DetectorNavigator::Config
        • DetectorNavigator::Options
        • DetectorNavigator::State
      • DetectorVolume
        • DetectorVolume::BoundingBox
        • DetectorVolume::assignDetector()
        • DetectorVolume::assignGeometryId()
        • DetectorVolume::assignInternalNavigation()
        • DetectorVolume::assignVolumeMaterial()
        • DetectorVolume::center()
        • DetectorVolume::closePortals()
        • DetectorVolume::detector()
        • DetectorVolume::exclusivelyInside()
        • DetectorVolume::extent()
        • DetectorVolume::externalNavigation()
        • DetectorVolume::geometryId()
        • DetectorVolume::getBoundingBox()
        • DetectorVolume::getSharedPtr()
        • DetectorVolume::getSharedPtr()
        • DetectorVolume::inside()
        • DetectorVolume::internalNavigation()
        • DetectorVolume::name()
        • DetectorVolume::portalPtrs()
        • DetectorVolume::portals()
        • DetectorVolume::surfacePtrs()
        • DetectorVolume::surfaces()
        • DetectorVolume::transform()
        • DetectorVolume::updateNavigationState()
        • DetectorVolume::updatePortal()
        • DetectorVolume::visitMutableSurfaces()
        • DetectorVolume::visitMutableVolumes()
        • DetectorVolume::visitSurfaces()
        • DetectorVolume::visitVolumes()
        • DetectorVolume::volumeBounds()
        • DetectorVolume::volumeMaterial()
        • DetectorVolume::volumePtrs()
        • DetectorVolume::volumes()
        • DetectorVolume::ObjectStore
      • DetectorVolumeFactory
        • DetectorVolumeFactory::construct()
        • DetectorVolumeFactory::construct()
      • Portal
        • Portal::AttachedDetectorVolumes
        • Portal::Portal()
        • Portal::Portal()
        • Portal::assignGeometryId()
        • Portal::assignPortalNavigation()
        • Portal::assignPortalNavigation()
        • Portal::attachedDetectorVolumes()
        • Portal::portalNavigation()
        • Portal::surface()
        • Portal::surface()
        • Portal::updateDetectorVolume()
        • Portal::visitMutableSurface()
        • Portal::visitSurface()
        • Portal::fuse()
      • GainMatrixSmoother
        • GainMatrixSmoother::GetCovariance
        • GainMatrixSmoother::GetParameters
        • GainMatrixSmoother::calculate()
        • GainMatrixSmoother::operator()()
        • GainMatrixSmoother::doCovCheckAndAttemptFix
      • GainMatrixUpdater
        • GainMatrixUpdater::operator()()
      • Geant4DetectorElement
        • Geant4DetectorElement::ContextType
        • Geant4DetectorElement::Geant4DetectorElement()
        • Geant4DetectorElement::g4PhysicalVolume()
        • Geant4DetectorElement::surface()
        • Geant4DetectorElement::surface()
        • Geant4DetectorElement::thickness()
        • Geant4DetectorElement::transform()
      • Geant4DetectorSurfaceFactory
        • Geant4DetectorSurfaceFactory::Geant4PassiveSurface
        • Geant4DetectorSurfaceFactory::Geant4SensitiveSurface
        • Geant4DetectorSurfaceFactory::Geant4DetectorSurfaceFactory()
        • Geant4DetectorSurfaceFactory::construct()
        • Geant4DetectorSurfaceFactory::Cache
        • Geant4DetectorSurfaceFactory::Config
        • Geant4DetectorSurfaceFactory::Options
      • GenericCuboidVolumeBounds
        • GenericCuboidVolumeBounds::GenericCuboidVolumeBounds()
        • GenericCuboidVolumeBounds::GenericCuboidVolumeBounds()
        • GenericCuboidVolumeBounds::GenericCuboidVolumeBounds()
        • GenericCuboidVolumeBounds::~GenericCuboidVolumeBounds()
        • GenericCuboidVolumeBounds::boundingBox()
        • GenericCuboidVolumeBounds::canonicalAxes()
        • GenericCuboidVolumeBounds::draw()
        • GenericCuboidVolumeBounds::inside()
        • GenericCuboidVolumeBounds::orientedSurfaces()
        • GenericCuboidVolumeBounds::toStream()
        • GenericCuboidVolumeBounds::type()
        • GenericCuboidVolumeBounds::values()
        • GenericCuboidVolumeBounds::BoundValues
      • GeometryContext
      • GeometryHierarchyMap
        • GeometryHierarchyMap::InputElement
        • GeometryHierarchyMap::Iterator
        • GeometryHierarchyMap::Value
        • GeometryHierarchyMap::GeometryHierarchyMap()
        • GeometryHierarchyMap::GeometryHierarchyMap()
        • GeometryHierarchyMap::GeometryHierarchyMap()
        • GeometryHierarchyMap::GeometryHierarchyMap()
        • GeometryHierarchyMap::GeometryHierarchyMap()
        • GeometryHierarchyMap::~GeometryHierarchyMap()
        • GeometryHierarchyMap::begin()
        • GeometryHierarchyMap::contains()
        • GeometryHierarchyMap::empty()
        • GeometryHierarchyMap::end()
        • GeometryHierarchyMap::find()
        • GeometryHierarchyMap::idAt()
        • GeometryHierarchyMap::operator=()
        • GeometryHierarchyMap::operator=()
        • GeometryHierarchyMap::size()
        • GeometryHierarchyMap::valueAt()
      • GeometryIdentifier
        • GeometryIdentifier::Value
        • GeometryIdentifier::GeometryIdentifier()
        • GeometryIdentifier::GeometryIdentifier()
        • GeometryIdentifier::GeometryIdentifier()
        • GeometryIdentifier::GeometryIdentifier()
        • GeometryIdentifier::~GeometryIdentifier()
        • GeometryIdentifier::approach()
        • GeometryIdentifier::boundary()
        • GeometryIdentifier::extra()
        • GeometryIdentifier::layer()
        • GeometryIdentifier::operator=()
        • GeometryIdentifier::operator=()
        • GeometryIdentifier::passive()
        • GeometryIdentifier::sensitive()
        • GeometryIdentifier::setApproach()
        • GeometryIdentifier::setBoundary()
        • GeometryIdentifier::setExtra()
        • GeometryIdentifier::setLayer()
        • GeometryIdentifier::setPassive()
        • GeometryIdentifier::setSensitive()
        • GeometryIdentifier::setVolume()
        • GeometryIdentifier::value()
        • GeometryIdentifier::volume()
        • GeometryIdentifier::withApproach()
        • GeometryIdentifier::withBoundary()
        • GeometryIdentifier::withExtra()
        • GeometryIdentifier::withLayer()
        • GeometryIdentifier::withPassive()
        • GeometryIdentifier::withSensitive()
        • GeometryIdentifier::withVolume()
        • GeometryIdentifier::getMaxApproach()
        • GeometryIdentifier::getMaxBoundary()
        • GeometryIdentifier::getMaxExtra()
        • GeometryIdentifier::getMaxLayer()
        • GeometryIdentifier::getMaxSensitive()
        • GeometryIdentifier::getMaxVolume()
      • GeometryObject
        • GeometryObject::GeometryObject()
        • GeometryObject::GeometryObject()
        • GeometryObject::GeometryObject()
        • GeometryObject::assignGeometryId()
        • GeometryObject::geometryId()
        • GeometryObject::operator=()
        • GeometryObject::referencePosition()
        • GeometryObject::referencePositionValue()
      • HomogeneousSurfaceMaterial
        • HomogeneousSurfaceMaterial::HomogeneousSurfaceMaterial()
        • HomogeneousSurfaceMaterial::HomogeneousSurfaceMaterial()
        • HomogeneousSurfaceMaterial::HomogeneousSurfaceMaterial()
        • HomogeneousSurfaceMaterial::HomogeneousSurfaceMaterial()
        • HomogeneousSurfaceMaterial::~HomogeneousSurfaceMaterial()
        • HomogeneousSurfaceMaterial::factor()
        • HomogeneousSurfaceMaterial::materialSlab()
        • HomogeneousSurfaceMaterial::materialSlab()
        • HomogeneousSurfaceMaterial::materialSlab()
        • HomogeneousSurfaceMaterial::materialSlab()
        • HomogeneousSurfaceMaterial::operator=()
        • HomogeneousSurfaceMaterial::operator=()
        • HomogeneousSurfaceMaterial::scale()
        • HomogeneousSurfaceMaterial::toStream()
      • IAxis
        • IAxis::~IAxis()
        • IAxis::getBinEdges()
        • IAxis::getBoundaryType()
        • IAxis::getMax()
        • IAxis::getMin()
        • IAxis::getNBins()
        • IAxis::getType()
        • IAxis::isEquidistant()
        • IAxis::isVariable()
        • IAxis::visit()
        • IAxis::createEquidistant()
        • IAxis::createVariable()
        • IAxis::operator<<()
        • IAxis::operator==()
      • IGeant4PhysicalVolumeSelector
        • IGeant4PhysicalVolumeSelector::~IGeant4PhysicalVolumeSelector()
        • IGeant4PhysicalVolumeSelector::select()
      • ISurfaceMaterial
        • ISurfaceMaterial::ISurfaceMaterial()
        • ISurfaceMaterial::ISurfaceMaterial()
        • ISurfaceMaterial::ISurfaceMaterial()
        • ISurfaceMaterial::~ISurfaceMaterial()
        • ISurfaceMaterial::factor()
        • ISurfaceMaterial::mappingType()
        • ISurfaceMaterial::materialSlab()
        • ISurfaceMaterial::materialSlab()
        • ISurfaceMaterial::materialSlab()
        • ISurfaceMaterial::materialSlab()
        • ISurfaceMaterial::scale()
        • ISurfaceMaterial::toStream()
        • ISurfaceMaterial::toString()
        • ISurfaceMaterial::operator<<()
      • InfiniteBounds
        • InfiniteBounds::inside()
        • InfiniteBounds::toStream()
        • InfiniteBounds::type()
        • InfiniteBounds::values()
      • InterpolatedBFieldMap
        • InterpolatedBFieldMap::FieldType
        • InterpolatedBFieldMap::Grid
        • InterpolatedBFieldMap::InterpolatedBFieldMap()
        • InterpolatedBFieldMap::getField()
        • InterpolatedBFieldMap::getField()
        • InterpolatedBFieldMap::getFieldCell()
        • InterpolatedBFieldMap::getFieldUnchecked()
        • InterpolatedBFieldMap::getGrid()
        • InterpolatedBFieldMap::getMax()
        • InterpolatedBFieldMap::getMin()
        • InterpolatedBFieldMap::getNBins()
        • InterpolatedBFieldMap::isInside()
        • InterpolatedBFieldMap::isInsideLocal()
        • InterpolatedBFieldMap::makeCache()
        • InterpolatedBFieldMap::DIM_POS
        • InterpolatedBFieldMap::Cache
        • InterpolatedBFieldMap::Config
        • InterpolatedBFieldMap::FieldCell
      • InterpolatedMagneticField
        • InterpolatedMagneticField::getFieldUnchecked()
        • InterpolatedMagneticField::getMax()
        • InterpolatedMagneticField::getMin()
        • InterpolatedMagneticField::getNBins()
        • InterpolatedMagneticField::isInside()
      • JsonDetectorElement
        • JsonDetectorElement::JsonDetectorElement()
        • JsonDetectorElement::surface()
        • JsonDetectorElement::surface()
        • JsonDetectorElement::thickness()
        • JsonDetectorElement::transform()
      • KDTreeTrackingGeometryBuilder
        • KDTreeTrackingGeometryBuilder::SurfaceKDT
        • KDTreeTrackingGeometryBuilder::KDTreeTrackingGeometryBuilder()
        • KDTreeTrackingGeometryBuilder::trackingGeometry()
        • KDTreeTrackingGeometryBuilder::Config
      • KalmanFitter
        • KalmanFitter::KalmanFitter()
        • KalmanFitter::fit()
        • KalmanFitter::fit()
      • Layer
        • Layer::Layer()
        • Layer::Layer()
        • Layer::~Layer()
        • Layer::approachDescriptor()
        • Layer::approachDescriptor()
        • Layer::compatibleSurfaces()
        • Layer::isOnLayer()
        • Layer::layerType()
        • Layer::nextLayer()
        • Layer::operator=()
        • Layer::representingVolume()
        • Layer::resolve()
        • Layer::resolve()
        • Layer::surfaceArray()
        • Layer::surfaceArray()
        • Layer::surfaceOnApproach()
        • Layer::surfaceRepresentation()
        • Layer::surfaceRepresentation()
        • Layer::thickness()
        • Layer::trackingVolume()
      • LineBounds
        • LineBounds::BoundValues
        • LineBounds::LineBounds()
        • LineBounds::LineBounds()
        • LineBounds::get()
        • LineBounds::inside()
        • LineBounds::toStream()
        • LineBounds::type()
        • LineBounds::values()
      • LineSurface
        • LineSurface::alignmentToPathDerivative()
        • LineSurface::bounds()
        • LineSurface::boundToFreeJacobian()
        • LineSurface::freeToPathDerivative()
        • LineSurface::globalToLocal()
        • LineSurface::intersect()
        • LineSurface::lineDirection()
        • LineSurface::localCartesianToBoundLocalDerivative()
        • LineSurface::localToGlobal()
        • LineSurface::name()
        • LineSurface::normal()
        • LineSurface::operator=()
        • LineSurface::pathCorrection()
        • LineSurface::referenceFrame()
        • LineSurface::referencePosition()
      • Logger
        • Logger::Logger()
        • Logger::clone()
        • Logger::clone()
        • Logger::cloneWithSuffix()
        • Logger::doPrint()
        • Logger::filterPolicy()
        • Logger::level()
        • Logger::log()
        • Logger::name()
        • Logger::operator()()
        • Logger::printPolicy()
      • DefaultFilterPolicy
        • DefaultFilterPolicy::DefaultFilterPolicy()
        • DefaultFilterPolicy::~DefaultFilterPolicy()
        • DefaultFilterPolicy::clone()
        • DefaultFilterPolicy::doPrint()
        • DefaultFilterPolicy::level()
      • DefaultPrintPolicy
        • DefaultPrintPolicy::DefaultPrintPolicy()
        • DefaultPrintPolicy::clone()
        • DefaultPrintPolicy::flush()
        • DefaultPrintPolicy::name()
      • LevelOutputDecorator
        • LevelOutputDecorator::LevelOutputDecorator()
        • LevelOutputDecorator::clone()
        • LevelOutputDecorator::flush()
      • NamedOutputDecorator
        • NamedOutputDecorator::NamedOutputDecorator()
        • NamedOutputDecorator::clone()
        • NamedOutputDecorator::flush()
        • NamedOutputDecorator::name()
      • OutputDecorator
        • OutputDecorator::OutputDecorator()
        • OutputDecorator::flush()
        • OutputDecorator::name()
      • OutputFilterPolicy
        • OutputFilterPolicy::~OutputFilterPolicy()
        • OutputFilterPolicy::clone()
        • OutputFilterPolicy::doPrint()
        • OutputFilterPolicy::level()
      • OutputPrintPolicy
        • OutputPrintPolicy::~OutputPrintPolicy()
        • OutputPrintPolicy::clone()
        • OutputPrintPolicy::flush()
        • OutputPrintPolicy::name()
      • ThreadOutputDecorator
        • ThreadOutputDecorator::ThreadOutputDecorator()
        • ThreadOutputDecorator::clone()
        • ThreadOutputDecorator::flush()
      • ThresholdFailure
      • TimedOutputDecorator
        • TimedOutputDecorator::TimedOutputDecorator()
        • TimedOutputDecorator::clone()
        • TimedOutputDecorator::flush()
      • MagneticFieldContext
      • MagneticFieldProvider
        • MagneticFieldProvider::Cache
        • MagneticFieldProvider::~MagneticFieldProvider()
        • MagneticFieldProvider::getField()
        • MagneticFieldProvider::makeCache()
      • Material
        • Material::ParametersVector
        • Material::Material()
        • Material::Ar()
        • Material::isVacuum()
        • Material::L0()
        • Material::massDensity()
        • Material::meanExcitationEnergy()
        • Material::molarDensity()
        • Material::molarElectronDensity()
        • Material::parameters()
        • Material::X0()
        • Material::Z()
        • Material::fromMassDensity()
        • Material::fromMolarDensity()
        • Material::fromMolarDensity()
        • Material::Vacuum()
      • MaterialSlab
        • MaterialSlab::MaterialSlab()
        • MaterialSlab::MaterialSlab()
        • MaterialSlab::isVacuum()
        • MaterialSlab::material()
        • MaterialSlab::scaleThickness()
        • MaterialSlab::thickness()
        • MaterialSlab::thicknessInL0()
        • MaterialSlab::thicknessInX0()
        • MaterialSlab::combineLayers()
        • MaterialSlab::combineLayers()
        • MaterialSlab::Nothing()
        • MaterialSlab::Vacuum()
      • MeasurementSelector
        • MeasurementSelector::Config
        • MeasurementSelector::MeasurementSelector()
        • MeasurementSelector::MeasurementSelector()
        • MeasurementSelector::MeasurementSelector()
        • MeasurementSelector::select()
      • MultiEigenStepperLoop
        • MultiEigenStepperLoop::BoundState
        • MultiEigenStepperLoop::ComponentProxy
        • MultiEigenStepperLoop::ConstComponentProxy
        • MultiEigenStepperLoop::Covariance
        • MultiEigenStepperLoop::Jacobian
        • MultiEigenStepperLoop::Reducer
        • MultiEigenStepperLoop::SingleOptions
        • MultiEigenStepperLoop::SingleState
        • MultiEigenStepperLoop::SingleStepper
        • MultiEigenStepperLoop::MultiEigenStepperLoop()
        • MultiEigenStepperLoop::MultiEigenStepperLoop()
        • MultiEigenStepperLoop::absoluteMomentum()
        • MultiEigenStepperLoop::addComponent()
        • MultiEigenStepperLoop::boundState()
        • MultiEigenStepperLoop::charge()
        • MultiEigenStepperLoop::clearComponents()
        • MultiEigenStepperLoop::componentIterable()
        • MultiEigenStepperLoop::constComponentIterable()
        • MultiEigenStepperLoop::curvilinearState()
        • MultiEigenStepperLoop::direction()
        • MultiEigenStepperLoop::getField()
        • MultiEigenStepperLoop::getStepSize()
        • MultiEigenStepperLoop::initialize()
        • MultiEigenStepperLoop::makeState()
        • MultiEigenStepperLoop::momentum()
        • MultiEigenStepperLoop::numberComponents()
        • MultiEigenStepperLoop::outputStepSize()
        • MultiEigenStepperLoop::particleHypothesis()
        • MultiEigenStepperLoop::position()
        • MultiEigenStepperLoop::prepareCurvilinearState()
        • MultiEigenStepperLoop::qOverP()
        • MultiEigenStepperLoop::releaseStepSize()
        • MultiEigenStepperLoop::removeMissedComponents()
        • MultiEigenStepperLoop::reweightComponents()
        • MultiEigenStepperLoop::step()
        • MultiEigenStepperLoop::time()
        • MultiEigenStepperLoop::transportCovarianceToBound()
        • MultiEigenStepperLoop::transportCovarianceToCurvilinear()
        • MultiEigenStepperLoop::updateStepSize()
        • MultiEigenStepperLoop::updateStepSize()
        • MultiEigenStepperLoop::updateSurfaceStatus()
        • MultiEigenStepperLoop::maxComponents
        • MultiEigenStepperLoop::Config
        • MultiEigenStepperLoop::Options
        • MultiEigenStepperLoop::State
      • MultiTrajectory
        • MultiTrajectory::forwardTrackStateRange()
        • MultiTrajectory::forwardTrackStateRange()
        • MultiTrajectory::getTrackState()
        • MultiTrajectory::getTrackState()
        • MultiTrajectory::addTrackState()
        • MultiTrajectory::makeTrackState()
        • MultiTrajectory::addColumn()
        • MultiTrajectory::hasColumn()
        • MultiTrajectory::ConstTrackStateProxy
        • MultiTrajectory::Derived
        • MultiTrajectory::IndexType
        • MultiTrajectory::TrackStateProxy
        • MultiTrajectory::clear()
        • MultiTrajectory::size()
        • MultiTrajectory::kInvalid
        • MultiTrajectory::MeasurementSizeMax
        • MultiTrajectory::ReadOnly
      • NavigationLayer
        • NavigationLayer::NavigationLayer()
        • NavigationLayer::NavigationLayer()
        • NavigationLayer::~NavigationLayer()
        • NavigationLayer::isOnLayer()
        • NavigationLayer::operator=()
        • NavigationLayer::referencePosition()
        • NavigationLayer::resolve()
        • NavigationLayer::surfaceRepresentation()
        • NavigationLayer::surfaceRepresentation()
        • NavigationLayer::create()
      • Navigator
        • Navigator::ExternalSurfaces
        • Navigator::NavigationBoundaries
        • Navigator::NavigationLayers
        • Navigator::NavigationSurfaces
        • Navigator::Stage
        • Navigator::Navigator()
        • Navigator::checkTargetValid()
        • Navigator::currentSurface()
        • Navigator::currentVolume()
        • Navigator::currentVolumeMaterial()
        • Navigator::endOfWorldReached()
        • Navigator::handleSurfaceReached()
        • Navigator::initialize()
        • Navigator::makeState()
        • Navigator::navigationBreak()
        • Navigator::nextTarget()
        • Navigator::startSurface()
        • Navigator::targetSurface()
        • Navigator::Config
        • Navigator::Options
        • Navigator::State
      • NeutralParticleHypothesis
        • NeutralParticleHypothesis::NeutralParticleHypothesis()
        • NeutralParticleHypothesis::NeutralParticleHypothesis()
        • NeutralParticleHypothesis::NeutralParticleHypothesis()
        • NeutralParticleHypothesis::geantino()
        • NeutralParticleHypothesis::photon()
        • NeutralParticleHypothesis::pion0()
      • NonNeutralCharge
        • NonNeutralCharge::NonNeutralCharge()
        • NonNeutralCharge::NonNeutralCharge()
        • NonNeutralCharge::absQ()
        • NonNeutralCharge::extractCharge()
        • NonNeutralCharge::extractMomentum()
        • NonNeutralCharge::qOverP()
      • NonNeutralChargedParticleHypothesis
        • NonNeutralChargedParticleHypothesis::NonNeutralChargedParticleHypothesis()
        • NonNeutralChargedParticleHypothesis::NonNeutralChargedParticleHypothesis()
        • NonNeutralChargedParticleHypothesis::NonNeutralChargedParticleHypothesis()
        • NonNeutralChargedParticleHypothesis::chargedGeantino()
        • NonNeutralChargedParticleHypothesis::chargedGeantino()
        • NonNeutralChargedParticleHypothesis::electron()
        • NonNeutralChargedParticleHypothesis::kaon()
        • NonNeutralChargedParticleHypothesis::muon()
        • NonNeutralChargedParticleHypothesis::pion()
        • NonNeutralChargedParticleHypothesis::pionLike()
        • NonNeutralChargedParticleHypothesis::proton()
      • NullBField
        • NullBField::NullBField()
        • NullBField::getField()
        • NullBField::isInside()
        • NullBField::makeCache()
        • NullBField::Cache
      • ParticleHypothesis
        • ParticleHypothesis::ParticleHypothesis()
        • ParticleHypothesis::ParticleHypothesis()
        • ParticleHypothesis::ParticleHypothesis()
        • ParticleHypothesis::chargedGeantino()
        • ParticleHypothesis::chargedGeantino()
        • ParticleHypothesis::electron()
        • ParticleHypothesis::geantino()
        • ParticleHypothesis::kaon()
        • ParticleHypothesis::muon()
        • ParticleHypothesis::photon()
        • ParticleHypothesis::pion()
        • ParticleHypothesis::pion0()
        • ParticleHypothesis::pionLike()
        • ParticleHypothesis::proton()
      • PerigeeSurface
        • PerigeeSurface::name()
        • PerigeeSurface::operator=()
        • PerigeeSurface::polyhedronRepresentation()
        • PerigeeSurface::type()
      • PlanarBounds
        • PlanarBounds::boundingBox()
        • PlanarBounds::vertices()
      • PlaneLayer
        • PlaneLayer::PlaneLayer()
        • PlaneLayer::PlaneLayer()
        • PlaneLayer::~PlaneLayer()
        • PlaneLayer::operator=()
        • PlaneLayer::surfaceRepresentation()
        • PlaneLayer::surfaceRepresentation()
        • PlaneLayer::create()
      • PlaneSurface
        • PlaneSurface::bounds()
        • PlaneSurface::globalToLocal()
        • PlaneSurface::globalToLocal()
        • PlaneSurface::intersect()
        • PlaneSurface::localCartesianToBoundLocalDerivative()
        • PlaneSurface::localToGlobal()
        • PlaneSurface::localToGlobal()
        • PlaneSurface::mergedWith()
        • PlaneSurface::name()
        • PlaneSurface::normal()
        • PlaneSurface::normal()
        • PlaneSurface::normal()
        • PlaneSurface::normal()
        • PlaneSurface::operator=()
        • PlaneSurface::pathCorrection()
        • PlaneSurface::polyhedronRepresentation()
        • PlaneSurface::referencePosition()
        • PlaneSurface::type()
      • Propagator
        • Propagator::actor_list_t_result_t
        • Propagator::actor_list_t_state_t
        • Propagator::Navigator
        • Propagator::NavigatorOptions
        • Propagator::NavigatorState
        • Propagator::Options
        • Propagator::State
        • Propagator::Stepper
        • Propagator::StepperOptions
        • Propagator::StepperState
        • Propagator::Propagator()
        • Propagator::initialize()
        • Propagator::makeResult()
        • Propagator::makeResult()
        • Propagator::makeState()
        • Propagator::makeState()
        • Propagator::navigator()
        • Propagator::propagate()
        • Propagator::propagate()
        • Propagator::propagate()
        • Propagator::stepper()
      • ProtoSurfaceMaterialT
        • ProtoSurfaceMaterialT::ProtoSurfaceMaterialT()
        • ProtoSurfaceMaterialT::ProtoSurfaceMaterialT()
        • ProtoSurfaceMaterialT::ProtoSurfaceMaterialT()
        • ProtoSurfaceMaterialT::ProtoSurfaceMaterialT()
        • ProtoSurfaceMaterialT::~ProtoSurfaceMaterialT()
        • ProtoSurfaceMaterialT::binning()
        • ProtoSurfaceMaterialT::materialSlab()
        • ProtoSurfaceMaterialT::materialSlab()
        • ProtoSurfaceMaterialT::operator=()
        • ProtoSurfaceMaterialT::operator=()
        • ProtoSurfaceMaterialT::scale()
        • ProtoSurfaceMaterialT::toStream()
      • RadialBounds
        • RadialBounds::BoundValues
        • RadialBounds::RadialBounds()
        • RadialBounds::RadialBounds()
        • RadialBounds::binningValuePhi()
        • RadialBounds::binningValueR()
        • RadialBounds::coversFullAzimuth()
        • RadialBounds::get()
        • RadialBounds::inside()
        • RadialBounds::insideRadialBounds()
        • RadialBounds::rMax()
        • RadialBounds::rMin()
        • RadialBounds::toStream()
        • RadialBounds::type()
        • RadialBounds::values()
      • RectangleBounds
        • RectangleBounds::BoundValues
        • RectangleBounds::RectangleBounds()
        • RectangleBounds::RectangleBounds()
        • RectangleBounds::RectangleBounds()
        • RectangleBounds::boundingBox()
        • RectangleBounds::get()
        • RectangleBounds::halfLengthX()
        • RectangleBounds::halfLengthY()
        • RectangleBounds::inside()
        • RectangleBounds::max()
        • RectangleBounds::min()
        • RectangleBounds::toStream()
        • RectangleBounds::type()
        • RectangleBounds::values()
        • RectangleBounds::vertices()
      • RegularSurface
        • RegularSurface::globalToLocal()
        • RegularSurface::globalToLocal()
        • RegularSurface::isOnSurface()
        • RegularSurface::isOnSurface()
        • RegularSurface::localToGlobal()
        • RegularSurface::localToGlobal()
        • RegularSurface::normal()
        • RegularSurface::normal()
        • RegularSurface::normal()
        • RegularSurface::Surface()
        • RegularSurface::Surface()
        • RegularSurface::Surface()
        • RegularSurface::Surface()
      • Result
        • Result::ErrorType
        • Result::ValueType
        • Result::Result()
        • Result::Result()
        • Result::Result()
        • Result::error()
        • Result::error()
        • Result::error()
        • Result::ok()
        • Result::operator*()
        • Result::operator*()
        • Result::operator->()
        • Result::operator->()
        • Result::operator=()
        • Result::operator=()
        • Result::value()
        • Result::value()
        • Result::value()
        • Result::failure()
        • Result::success()
      • SeedFilter
        • SeedFilter::SeedFilter()
        • SeedFilter::SeedFilter()
        • SeedFilter::SeedFilter()
        • SeedFilter::SeedFilter()
        • SeedFilter::SeedFilter()
        • SeedFilter::~SeedFilter()
        • SeedFilter::filterSeeds_1SpFixed()
        • SeedFilter::filterSeeds_1SpFixed()
        • SeedFilter::filterSeeds_2SpFixed()
        • SeedFilter::getExperimentCuts()
        • SeedFilter::getSeedFilterConfig()
        • SeedFilter::operator=()
        • SeedFilter::operator=()
      • SinglyChargedParticleHypothesis
        • SinglyChargedParticleHypothesis::SinglyChargedParticleHypothesis()
        • SinglyChargedParticleHypothesis::SinglyChargedParticleHypothesis()
        • SinglyChargedParticleHypothesis::SinglyChargedParticleHypothesis()
        • SinglyChargedParticleHypothesis::chargedGeantino()
        • SinglyChargedParticleHypothesis::electron()
        • SinglyChargedParticleHypothesis::kaon()
        • SinglyChargedParticleHypothesis::muon()
        • SinglyChargedParticleHypothesis::pion()
        • SinglyChargedParticleHypothesis::proton()
      • SolenoidBField
        • SolenoidBField::SolenoidBField()
        • SolenoidBField::getField()
        • SolenoidBField::getField()
        • SolenoidBField::getField()
        • SolenoidBField::makeCache()
        • SolenoidBField::Cache
        • SolenoidBField::Config
      • SourceLink
        • SourceLink::SourceLink()
        • SourceLink::SourceLink()
        • SourceLink::get()
        • SourceLink::get()
        • SourceLink::operator=()
        • SourceLink::operator=()
      • StraightLineStepper
        • StraightLineStepper::BField
        • StraightLineStepper::BoundState
        • StraightLineStepper::Covariance
        • StraightLineStepper::Jacobian
        • StraightLineStepper::absoluteMomentum()
        • StraightLineStepper::boundState()
        • StraightLineStepper::charge()
        • StraightLineStepper::curvilinearState()
        • StraightLineStepper::direction()
        • StraightLineStepper::getField()
        • StraightLineStepper::getStepSize()
        • StraightLineStepper::initialize()
        • StraightLineStepper::initialize()
        • StraightLineStepper::makeState()
        • StraightLineStepper::momentum()
        • StraightLineStepper::outputStepSize()
        • StraightLineStepper::particleHypothesis()
        • StraightLineStepper::position()
        • StraightLineStepper::prepareCurvilinearState()
        • StraightLineStepper::qOverP()
        • StraightLineStepper::releaseStepSize()
        • StraightLineStepper::step()
        • StraightLineStepper::time()
        • StraightLineStepper::transportCovarianceToBound()
        • StraightLineStepper::transportCovarianceToCurvilinear()
        • StraightLineStepper::update()
        • StraightLineStepper::update()
        • StraightLineStepper::updateStepSize()
        • StraightLineStepper::updateStepSize()
        • StraightLineStepper::updateSurfaceStatus()
        • StraightLineStepper::Config
        • StraightLineStepper::Options
        • StraightLineStepper::State
      • StrawSurface
        • StrawSurface::name()
        • StrawSurface::operator=()
        • StrawSurface::polyhedronRepresentation()
        • StrawSurface::type()
      • Surface
        • Surface::SurfaceType
        • Surface::~Surface()
        • Surface::alignmentToBoundDerivative()
        • Surface::alignmentToPathDerivative()
        • Surface::assignDetectorElement()
        • Surface::assignSurfaceMaterial()
        • Surface::associatedDetectorElement()
        • Surface::associatedLayer()
        • Surface::associateLayer()
        • Surface::bounds()
        • Surface::boundToFreeJacobian()
        • Surface::center()
        • Surface::freeToBoundJacobian()
        • Surface::freeToPathDerivative()
        • Surface::getSharedPtr()
        • Surface::getSharedPtr()
        • Surface::globalToLocal()
        • Surface::insideBounds()
        • Surface::intersect()
        • Surface::isOnSurface()
        • Surface::localCartesianToBoundLocalDerivative()
        • Surface::localToGlobal()
        • Surface::name()
        • Surface::normal()
        • Surface::operator=()
        • Surface::operator==()
        • Surface::pathCorrection()
        • Surface::polyhedronRepresentation()
        • Surface::referenceFrame()
        • Surface::surfaceMaterial()
        • Surface::surfaceMaterialSharedPtr()
        • Surface::toStream()
        • Surface::toString()
        • Surface::transform()
        • Surface::type()
        • Surface::visualize()
        • Surface::makeShared()
        • Surface::s_surfaceTypeNames
      • SurfaceArray
        • SurfaceArray::SurfaceArray()
        • SurfaceArray::SurfaceArray()
        • SurfaceArray::at()
        • SurfaceArray::at()
        • SurfaceArray::at()
        • SurfaceArray::at()
        • SurfaceArray::binningValues()
        • SurfaceArray::getAxes()
        • SurfaceArray::getBinCenter()
        • SurfaceArray::isValidBin()
        • SurfaceArray::neighbors()
        • SurfaceArray::size()
        • SurfaceArray::surfaces()
        • SurfaceArray::toStream()
        • SurfaceArray::transform()
        • SurfaceArray::ISurfaceGridLookup
        • SurfaceArray::SingleElementLookup
        • SurfaceArray::SurfaceGridLookup
      • SurfaceArrayCreator
        • SurfaceArrayCreator::SurfaceArrayCreator()
        • SurfaceArrayCreator::SurfaceArrayCreator()
        • SurfaceArrayCreator::~SurfaceArrayCreator()
        • SurfaceArrayCreator::setLogger()
        • SurfaceArrayCreator::surfaceArrayOnCylinder()
        • SurfaceArrayCreator::surfaceArrayOnCylinder()
        • SurfaceArrayCreator::surfaceArrayOnDisc()
        • SurfaceArrayCreator::surfaceArrayOnDisc()
        • SurfaceArrayCreator::surfaceArrayOnPlane()
        • SurfaceArrayCreator::isSurfaceEquivalent()
        • SurfaceArrayCreator::Config
        • SurfaceArrayCreator::ProtoAxis
      • SurfaceBounds
        • SurfaceBounds::BoundsType
        • SurfaceBounds::~SurfaceBounds()
        • SurfaceBounds::inside()
        • SurfaceBounds::toStream()
        • SurfaceBounds::type()
        • SurfaceBounds::values()
        • SurfaceBounds::operator<<()
        • SurfaceBounds::operator==()
      • TGeoDetectorElement
        • TGeoDetectorElement::ContextType
        • TGeoDetectorElement::Identifier
        • TGeoDetectorElement::identifier_diff
        • TGeoDetectorElement::identifier_type
        • TGeoDetectorElement::TGeoDetectorElement()
        • TGeoDetectorElement::TGeoDetectorElement()
        • TGeoDetectorElement::TGeoDetectorElement()
        • TGeoDetectorElement::~TGeoDetectorElement()
        • TGeoDetectorElement::identifier()
        • TGeoDetectorElement::surface()
        • TGeoDetectorElement::surface()
        • TGeoDetectorElement::tgeoNode()
        • TGeoDetectorElement::thickness()
        • TGeoDetectorElement::transform()
      • TrackContainer
        • TrackContainer::TrackContainer()
        • TrackContainer::getTrack()
        • TrackContainer::getTrack()
        • TrackContainer::at()
        • TrackContainer::at()
        • TrackContainer::addTrack()
        • TrackContainer::makeTrack()
        • TrackContainer::removeTrack()
        • TrackContainer::begin()
        • TrackContainer::end()
        • TrackContainer::begin()
        • TrackContainer::end()
        • TrackContainer::addColumn()
        • TrackContainer::hasColumn()
        • TrackContainer::hasColumn()
        • TrackContainer::ensureDynamicColumns()
        • TrackContainer::container()
        • TrackContainer::container()
        • TrackContainer::trackStateContainer()
        • TrackContainer::trackStateContainerHolder()
        • TrackContainer::trackStateContainer()
        • TrackContainer::trackStateContainerHolder()
        • TrackContainer::const_iterator
        • TrackContainer::ConstTrackProxy
        • TrackContainer::ConstTrackStateProxy
        • TrackContainer::IndexType
        • TrackContainer::iterator
        • TrackContainer::size_type
        • TrackContainer::TrackContainerBackend
        • TrackContainer::TrackProxy
        • TrackContainer::TrackStateContainerBackend
        • TrackContainer::TrackStateProxy
        • TrackContainer::clear()
        • TrackContainer::size()
        • TrackContainer::kInvalid
        • TrackContainer::ReadOnly
        • TrackContainer::TrackStateReadOnly
      • TrackProxy
        • TrackProxy::TrackProxy()
        • TrackProxy::operator=()
        • TrackProxy::TrackProxy()
        • TrackProxy::operator=()
        • TrackProxy::tipIndex()
        • TrackProxy::stemIndex()
        • TrackProxy::tipIndex()
        • TrackProxy::stemIndex()
        • TrackProxy::referenceSurface()
        • TrackProxy::setReferenceSurface()
        • TrackProxy::hasReferenceSurface()
        • TrackProxy::parameters()
        • TrackProxy::covariance()
        • TrackProxy::parameters()
        • TrackProxy::covariance()
        • TrackProxy::theta()
        • TrackProxy::phi()
        • TrackProxy::loc0()
        • TrackProxy::loc1()
        • TrackProxy::time()
        • TrackProxy::qOverP()
        • TrackProxy::particleHypothesis()
        • TrackProxy::setParticleHypothesis()
        • TrackProxy::charge()
        • TrackProxy::absoluteMomentum()
        • TrackProxy::transverseMomentum()
        • TrackProxy::direction()
        • TrackProxy::momentum()
        • TrackProxy::nTrackStates()
        • TrackProxy::nMeasurements()
        • TrackProxy::nMeasurements()
        • TrackProxy::nHoles()
        • TrackProxy::nHoles()
        • TrackProxy::nOutliers()
        • TrackProxy::nOutliers()
        • TrackProxy::nSharedHits()
        • TrackProxy::nSharedHits()
        • TrackProxy::chi2()
        • TrackProxy::chi2()
        • TrackProxy::nDoF()
        • TrackProxy::nDoF()
        • TrackProxy::index()
        • TrackProxy::outermostTrackState()
        • TrackProxy::outermostTrackState()
        • TrackProxy::innermostTrackState()
        • TrackProxy::innermostTrackState()
        • TrackProxy::trackStatesReversed()
        • TrackProxy::trackStatesReversed()
        • TrackProxy::trackStates()
        • TrackProxy::trackStates()
        • TrackProxy::linkForward()
        • TrackProxy::appendTrackState()
        • TrackProxy::copyFrom()
        • TrackProxy::shallowCopy()
        • TrackProxy::reverseTrackStates()
        • TrackProxy::component()
        • TrackProxy::component()
        • TrackProxy::component()
        • TrackProxy::component()
        • TrackProxy::component()
        • TrackProxy::component()
        • TrackProxy::ConstCovariance
        • TrackProxy::ConstParameters
        • TrackProxy::ConstProxyType
        • TrackProxy::ConstTrackProxy
        • TrackProxy::ConstTrackStateProxy
        • TrackProxy::Container
        • TrackProxy::Covariance
        • TrackProxy::IndexType
        • TrackProxy::MutableTrackProxy
        • TrackProxy::Parameters
        • TrackProxy::TrackStateProxy
        • TrackProxy::Trajectory
        • TrackProxy::container()
        • TrackProxy::container()
        • TrackProxy::createParametersAtReference()
        • TrackProxy::createParametersFromState()
        • TrackProxy::operator==()
        • TrackProxy::kInvalid
        • TrackProxy::ReadOnly
      • TrackStateProxy
        • TrackStateProxy::TrackStateProxy()
        • TrackStateProxy::operator=()
        • TrackStateProxy::TrackStateProxy()
        • TrackStateProxy::operator=()
        • TrackStateProxy::index()
        • TrackStateProxy::previous()
        • TrackStateProxy::previous()
        • TrackStateProxy::hasPrevious()
        • TrackStateProxy::getMask()
        • TrackStateProxy::unset()
        • TrackStateProxy::addComponents()
        • TrackStateProxy::referenceSurface()
        • TrackStateProxy::hasReferenceSurface()
        • TrackStateProxy::setReferenceSurface()
        • TrackStateProxy::chi2()
        • TrackStateProxy::chi2()
        • TrackStateProxy::pathLength()
        • TrackStateProxy::pathLength()
        • TrackStateProxy::typeFlags()
        • TrackStateProxy::typeFlags()
        • TrackStateProxy::parameters()
        • TrackStateProxy::covariance()
        • TrackStateProxy::predicted()
        • TrackStateProxy::predicted()
        • TrackStateProxy::predictedCovariance()
        • TrackStateProxy::predictedCovariance()
        • TrackStateProxy::hasPredicted()
        • TrackStateProxy::filtered()
        • TrackStateProxy::filtered()
        • TrackStateProxy::filteredCovariance()
        • TrackStateProxy::filteredCovariance()
        • TrackStateProxy::hasFiltered()
        • TrackStateProxy::smoothed()
        • TrackStateProxy::smoothed()
        • TrackStateProxy::smoothedCovariance()
        • TrackStateProxy::smoothedCovariance()
        • TrackStateProxy::hasSmoothed()
        • TrackStateProxy::jacobian()
        • TrackStateProxy::jacobian()
        • TrackStateProxy::hasJacobian()
        • TrackStateProxy::hasProjector()
        • TrackStateProxy::projectorSubspaceIndices()
        • TrackStateProxy::projectorSubspaceIndices()
        • TrackStateProxy::projectorSubspaceHelper()
        • TrackStateProxy::projectorSubspaceHelper()
        • TrackStateProxy::getUncalibratedSourceLink()
        • TrackStateProxy::setUncalibratedSourceLink()
        • TrackStateProxy::hasUncalibratedSourceLink()
        • TrackStateProxy::hasCalibrated()
        • TrackStateProxy::calibrated()
        • TrackStateProxy::calibrated()
        • TrackStateProxy::calibratedCovariance()
        • TrackStateProxy::calibratedCovariance()
        • TrackStateProxy::effectiveCalibrated()
        • TrackStateProxy::effectiveCalibrated()
        • TrackStateProxy::effectiveCalibratedCovariance()
        • TrackStateProxy::effectiveCalibratedCovariance()
        • TrackStateProxy::calibratedSize()
        • TrackStateProxy::allocateCalibrated()
        • TrackStateProxy::shareFrom()
        • TrackStateProxy::shareFrom()
        • TrackStateProxy::shareFrom()
        • TrackStateProxy::copyFrom()
        • TrackStateProxy::has()
        • TrackStateProxy::has()
        • TrackStateProxy::has()
        • TrackStateProxy::component()
        • TrackStateProxy::component()
        • TrackStateProxy::component()
        • TrackStateProxy::component()
        • TrackStateProxy::component()
        • TrackStateProxy::component()
        • TrackStateProxy::Calibrated
        • TrackStateProxy::CalibratedCovariance
        • TrackStateProxy::ConstCalibrated
        • TrackStateProxy::ConstCalibratedCovariance
        • TrackStateProxy::ConstCovariance
        • TrackStateProxy::ConstEffectiveCalibrated
        • TrackStateProxy::ConstEffectiveCalibratedCovariance
        • TrackStateProxy::ConstParameters
        • TrackStateProxy::ConstProxyType
        • TrackStateProxy::Covariance
        • TrackStateProxy::EffectiveCalibrated
        • TrackStateProxy::EffectiveCalibratedCovariance
        • TrackStateProxy::IndexType
        • TrackStateProxy::Parameters
        • TrackStateProxy::Trajectory
        • TrackStateProxy::container()
        • TrackStateProxy::container()
        • TrackStateProxy::trajectory()
        • TrackStateProxy::trajectory()
        • TrackStateProxy::kInvalid
        • TrackStateProxy::ReadOnly
      • TrackingGeometry
        • TrackingGeometry::GeometryVersion
        • TrackingGeometry::TrackingGeometry()
        • TrackingGeometry::~TrackingGeometry()
        • TrackingGeometry::apply()
        • TrackingGeometry::apply()
        • TrackingGeometry::associatedLayer()
        • TrackingGeometry::findSurface()
        • TrackingGeometry::findVolume()
        • TrackingGeometry::geoIdSurfaceMap()
        • TrackingGeometry::geometryVersion()
        • TrackingGeometry::highestTrackingVolume()
        • TrackingGeometry::highestTrackingVolume()
        • TrackingGeometry::highestTrackingVolumePtr()
        • TrackingGeometry::lowestTrackingVolume()
        • TrackingGeometry::visitSurfaces()
        • TrackingGeometry::visitSurfaces()
        • TrackingGeometry::visitVolumes()
        • TrackingGeometry::visualize()
      • TrackingVolume
        • TrackingVolume::associatedLayer()
        • TrackingVolume::compatibleLayers()
        • TrackingVolume::compatibleBoundaries()
        • TrackingVolume::confinedLayers()
        • TrackingVolume::confinedVolumes()
        • TrackingVolume::denseVolumes()
        • TrackingVolume::boundarySurfaces()
        • TrackingVolume::assignBoundaryMaterial()
        • TrackingVolume::glueTrackingVolume()
        • TrackingVolume::glueTrackingVolumes()
        • TrackingVolume::updateBoundarySurface()
        • TrackingVolume::registerGlueVolumeDescriptor()
        • TrackingVolume::clearBoundarySurfaces()
        • TrackingVolume::glueVolumesDescriptor()
        • TrackingVolume::visualize()
        • TrackingVolume::setNavigationPolicy()
        • TrackingVolume::initializeNavigationCandidates()
        • TrackingVolume::MutablePortalRange
        • TrackingVolume::MutableSurfaceRange
        • TrackingVolume::MutableVolumeRange
        • TrackingVolume::PortalRange
        • TrackingVolume::SurfaceRange
        • TrackingVolume::VolumeRange
        • TrackingVolume::TrackingVolume()
        • TrackingVolume::TrackingVolume()
        • TrackingVolume::TrackingVolume()
        • TrackingVolume::TrackingVolume()
        • TrackingVolume::TrackingVolume()
        • TrackingVolume::TrackingVolume()
        • TrackingVolume::~TrackingVolume()
        • TrackingVolume::addPortal()
        • TrackingVolume::addSurface()
        • TrackingVolume::addVolume()
        • TrackingVolume::apply()
        • TrackingVolume::apply()
        • TrackingVolume::assignVolumeMaterial()
        • TrackingVolume::lowestTrackingVolume()
        • TrackingVolume::motherVolume()
        • TrackingVolume::motherVolume()
        • TrackingVolume::operator=()
        • TrackingVolume::operator=()
        • TrackingVolume::portals()
        • TrackingVolume::portals()
        • TrackingVolume::setMotherVolume()
        • TrackingVolume::setVolumeName()
        • TrackingVolume::surfaces()
        • TrackingVolume::surfaces()
        • TrackingVolume::visitSurfaces()
        • TrackingVolume::visitSurfaces()
        • TrackingVolume::visitVolumes()
        • TrackingVolume::volumeMaterial()
        • TrackingVolume::volumeMaterialPtr()
        • TrackingVolume::volumeName()
        • TrackingVolume::volumes()
        • TrackingVolume::volumes()
      • TrapezoidBounds
        • TrapezoidBounds::BoundValues
        • TrapezoidBounds::TrapezoidBounds()
        • TrapezoidBounds::TrapezoidBounds()
        • TrapezoidBounds::boundingBox()
        • TrapezoidBounds::get()
        • TrapezoidBounds::inside()
        • TrapezoidBounds::toStream()
        • TrapezoidBounds::type()
        • TrapezoidBounds::values()
        • TrapezoidBounds::vertices()
      • TrapezoidVolumeBounds
        • TrapezoidVolumeBounds::BoundValues
        • TrapezoidVolumeBounds::Face
        • TrapezoidVolumeBounds::TrapezoidVolumeBounds()
        • TrapezoidVolumeBounds::TrapezoidVolumeBounds()
        • TrapezoidVolumeBounds::TrapezoidVolumeBounds()
        • TrapezoidVolumeBounds::TrapezoidVolumeBounds()
        • TrapezoidVolumeBounds::TrapezoidVolumeBounds()
        • TrapezoidVolumeBounds::~TrapezoidVolumeBounds()
        • TrapezoidVolumeBounds::boundingBox()
        • TrapezoidVolumeBounds::get()
        • TrapezoidVolumeBounds::inside()
        • TrapezoidVolumeBounds::operator=()
        • TrapezoidVolumeBounds::orientedSurfaces()
        • TrapezoidVolumeBounds::toStream()
        • TrapezoidVolumeBounds::type()
        • TrapezoidVolumeBounds::values()
      • TryAllNavigator
        • TryAllNavigator::Config
        • TryAllNavigator::Options
        • TryAllNavigator::TryAllNavigator()
        • TryAllNavigator::checkTargetValid()
        • TryAllNavigator::currentSurface()
        • TryAllNavigator::currentVolume()
        • TryAllNavigator::currentVolumeMaterial()
        • TryAllNavigator::endOfWorldReached()
        • TryAllNavigator::handleSurfaceReached()
        • TryAllNavigator::initialize()
        • TryAllNavigator::makeState()
        • TryAllNavigator::navigationBreak()
        • TryAllNavigator::nextTarget()
        • TryAllNavigator::startSurface()
        • TryAllNavigator::targetSurface()
        • TryAllNavigator::State
      • TryAllOverstepNavigator
        • TryAllOverstepNavigator::Config
        • TryAllOverstepNavigator::Options
        • TryAllOverstepNavigator::TryAllOverstepNavigator()
        • TryAllOverstepNavigator::checkTargetValid()
        • TryAllOverstepNavigator::currentSurface()
        • TryAllOverstepNavigator::currentVolume()
        • TryAllOverstepNavigator::currentVolumeMaterial()
        • TryAllOverstepNavigator::endOfWorldReached()
        • TryAllOverstepNavigator::handleSurfaceReached()
        • TryAllOverstepNavigator::initialize()
        • TryAllOverstepNavigator::makeState()
        • TryAllOverstepNavigator::navigationBreak()
        • TryAllOverstepNavigator::nextTarget()
        • TryAllOverstepNavigator::startSurface()
        • TryAllOverstepNavigator::targetSurface()
        • TryAllOverstepNavigator::State
      • VectorMultiTrajectory
        • VectorMultiTrajectory::VectorMultiTrajectory()
        • VectorMultiTrajectory::VectorMultiTrajectory()
        • VectorMultiTrajectory::VectorMultiTrajectory()
        • VectorMultiTrajectory::addColumn_impl()
        • VectorMultiTrajectory::addTrackState_impl()
        • VectorMultiTrajectory::addTrackStateComponents_impl()
        • VectorMultiTrajectory::calibrated_impl()
        • VectorMultiTrajectory::calibrated_impl()
        • VectorMultiTrajectory::calibratedCovariance_impl()
        • VectorMultiTrajectory::calibratedCovariance_impl()
        • VectorMultiTrajectory::clear_impl()
        • VectorMultiTrajectory::component_impl()
        • VectorMultiTrajectory::component_impl()
        • VectorMultiTrajectory::copyDynamicFrom_impl()
        • VectorMultiTrajectory::covariance_impl()
        • VectorMultiTrajectory::covariance_impl()
        • VectorMultiTrajectory::has_impl()
        • VectorMultiTrajectory::hasColumn_impl()
        • VectorMultiTrajectory::jacobian_impl()
        • VectorMultiTrajectory::jacobian_impl()
        • VectorMultiTrajectory::parameters_impl()
        • VectorMultiTrajectory::parameters_impl()
        • VectorMultiTrajectory::reserve()
        • VectorMultiTrajectory::setReferenceSurface_impl()
        • VectorMultiTrajectory::setUncalibratedSourceLink_impl()
        • VectorMultiTrajectory::shareFrom_impl()
        • VectorMultiTrajectory::size_impl()
        • VectorMultiTrajectory::statistics()
        • VectorMultiTrajectory::unset_impl()
      • Volume
        • Volume::BoundingBox
        • Volume::Volume()
        • Volume::Volume()
        • Volume::Volume()
        • Volume::~Volume()
        • Volume::assignVolumeBounds()
        • Volume::boundingBox()
        • Volume::center()
        • Volume::inside()
        • Volume::itransform()
        • Volume::operator=()
        • Volume::operator==()
        • Volume::orientedBoundingBox()
        • Volume::referencePosition()
        • Volume::setTransform()
        • Volume::transform()
        • Volume::update()
        • Volume::visualize()
        • Volume::volumeBounds()
        • Volume::volumeBounds()
        • Volume::volumeBoundsPtr()
        • Volume::volumeBoundsPtr()
      • VolumeBounds
        • VolumeBounds::BoundsType
        • VolumeBounds::VolumeBounds()
        • VolumeBounds::~VolumeBounds()
        • VolumeBounds::boundingBox()
        • VolumeBounds::canonicalAxes()
        • VolumeBounds::inside()
        • VolumeBounds::orientedSurfaces()
        • VolumeBounds::referenceBorder()
        • VolumeBounds::referenceOffset()
        • VolumeBounds::toStream()
        • VolumeBounds::type()
        • VolumeBounds::values()
        • VolumeBounds::s_boundsTypeNames
      • VolumeStack
        • VolumeStack::gaps()
        • VolumeStack::isGapVolume()
    • Enums
      • AxisBoundaryType
        • AxisBoundaryType::Open
        • AxisBoundaryType::Bound
        • AxisBoundaryType::Closed
      • AxisDirection
        • AxisDirection::AxisX
        • AxisDirection::AxisY
        • AxisDirection::AxisZ
        • AxisDirection::AxisR
        • AxisDirection::AxisPhi
        • AxisDirection::AxisRPhi
        • AxisDirection::AxisTheta
        • AxisDirection::AxisEta
        • AxisDirection::AxisMag
      • AxisType
        • AxisType::Equidistant
        • AxisType::Variable
      • BinningType
        • BinningType::equidistant
        • BinningType::arbitrary
      • BoundIndices
        • BoundIndices::eBoundLoc0
        • BoundIndices::eBoundLoc1
        • BoundIndices::eBoundPhi
        • BoundIndices::eBoundTheta
        • BoundIndices::eBoundQOverP
        • BoundIndices::eBoundTime
        • BoundIndices::eBoundSize
      • ComponentMergeMethod
        • ComponentMergeMethod::eMean
        • ComponentMergeMethod::eMaxWeight
      • FreeIndices
        • FreeIndices::eFreePos0
        • FreeIndices::eFreePos1
        • FreeIndices::eFreePos2
        • FreeIndices::eFreeTime
        • FreeIndices::eFreeDir0
        • FreeIndices::eFreeDir1
        • FreeIndices::eFreeDir2
        • FreeIndices::eFreeQOverP
        • FreeIndices::eFreeSize
      • MagneticFieldError
        • MagneticFieldError::OutOfBounds
        • MagneticFieldError::NotImplemented
      • TrackStatePropMask
        • TrackStatePropMask::None
        • TrackStatePropMask::Predicted
        • TrackStatePropMask::Filtered
        • TrackStatePropMask::Smoothed
        • TrackStatePropMask::Jacobian
        • TrackStatePropMask::Calibrated
        • TrackStatePropMask::All
    • Functions
      • logger()
      • convertDD4hepDetector()
      • getDefaultLogger()
      • getDummyLogger()
      • makeDefaultBetheHeitlerApprox()
      • reduceMixtureLargestWeights()
      • reduceMixtureWithKLDistance()
    • Structs
      • CombinatorialKalmanFilterExtensions
        • CombinatorialKalmanFilterExtensions::BranchStopper
        • CombinatorialKalmanFilterExtensions::BranchStopperResult
        • CombinatorialKalmanFilterExtensions::TrackProxy
        • CombinatorialKalmanFilterExtensions::TrackStateCreator
        • CombinatorialKalmanFilterExtensions::TrackStateProxy
        • CombinatorialKalmanFilterExtensions::traj_t
        • CombinatorialKalmanFilterExtensions::Updater
        • CombinatorialKalmanFilterExtensions::branchStopper
        • CombinatorialKalmanFilterExtensions::createTrackStates
        • CombinatorialKalmanFilterExtensions::updater
      • CombinatorialKalmanFilterOptions
        • CombinatorialKalmanFilterOptions::TrackStateContainerBackend
        • CombinatorialKalmanFilterOptions::TrackStateProxy
        • CombinatorialKalmanFilterOptions::CombinatorialKalmanFilterOptions()
        • CombinatorialKalmanFilterOptions::CombinatorialKalmanFilterOptions()
        • CombinatorialKalmanFilterOptions::calibrationContext
        • CombinatorialKalmanFilterOptions::energyLoss
        • CombinatorialKalmanFilterOptions::extensions
        • CombinatorialKalmanFilterOptions::geoContext
        • CombinatorialKalmanFilterOptions::magFieldContext
        • CombinatorialKalmanFilterOptions::multipleScattering
        • CombinatorialKalmanFilterOptions::propagatorPlainOptions
        • CombinatorialKalmanFilterOptions::skipPrePropagationUpdate
        • CombinatorialKalmanFilterOptions::targetSurface
      • EigenStepperDefaultExtension
      • EigenStepperDenseExtension
        • EigenStepperDenseExtension::currentMomentum
        • EigenStepperDenseExtension::defaultExtension
        • EigenStepperDenseExtension::dgdqopValue
        • EigenStepperDenseExtension::dLdl
        • EigenStepperDenseExtension::dPds
        • EigenStepperDenseExtension::energy
        • EigenStepperDenseExtension::g
        • EigenStepperDenseExtension::initialMomentum
        • EigenStepperDenseExtension::Lambdappi
        • EigenStepperDenseExtension::material
        • EigenStepperDenseExtension::qop
        • EigenStepperDenseExtension::tKi
      • NavigationState
        • NavigationState::SurfaceCandidates
        • NavigationState::surfaceCandidate()
        • NavigationState::auxiliary
        • NavigationState::currentDetector
        • NavigationState::currentPortal
        • NavigationState::currentSurface
        • NavigationState::currentVolume
        • NavigationState::direction
        • NavigationState::overstepTolerance
        • NavigationState::position
        • NavigationState::surfaceBoundaryTolerance
        • NavigationState::surfaceCandidateIndex
        • NavigationState::surfaceCandidates
        • NavigationState::SurfaceCandidate
      • GaussianSumFitter
        • GaussianSumFitter::GsfActor
        • GaussianSumFitter::GsfNavigator
        • GaussianSumFitter::GaussianSumFitter()
        • GaussianSumFitter::fit()
        • GaussianSumFitter::fit()
        • GaussianSumFitter::fit_impl()
        • GaussianSumFitter::logger()
        • GaussianSumFitter::m_actorLogger
        • GaussianSumFitter::m_betheHeitlerApproximation
        • GaussianSumFitter::m_logger
        • GaussianSumFitter::m_propagator
      • AllSelector
        • AllSelector::select()
      • NameSelector
        • NameSelector::NameSelector()
        • NameSelector::select()
        • NameSelector::exact
        • NameSelector::names
      • PositionSelector
        • PositionSelector::PositionSelector()
        • PositionSelector::select()
        • PositionSelector::m_ranges
      • GsfOptions
        • GsfOptions::GsfOptions()
        • GsfOptions::abortOnError
        • GsfOptions::calibrationContext
        • GsfOptions::componentMergeMethod
        • GsfOptions::disableAllMaterialHandling
        • GsfOptions::extensions
        • GsfOptions::finalMultiComponentStateColumn
        • GsfOptions::geoContext
        • GsfOptions::magFieldContext
        • GsfOptions::maxComponents
        • GsfOptions::propagatorPlainOptions
        • GsfOptions::referenceSurface
        • GsfOptions::useExternalSurfaces
        • GsfOptions::weightCutoff
      • MultiStepperSurfaceReached
        • MultiStepperSurfaceReached::MultiStepperSurfaceReached()
        • MultiStepperSurfaceReached::checkAbort()
        • MultiStepperSurfaceReached::averageOnSurface
        • MultiStepperSurfaceReached::averageOnSurfaceTolerance
      • Neutral
        • Neutral::Neutral()
        • Neutral::Neutral()
        • Neutral::absQ()
        • Neutral::extractCharge()
        • Neutral::extractMomentum()
        • Neutral::qOverP()
      • OrientedSurface
        • OrientedSurface::direction
        • OrientedSurface::surface
      • PathLimitReached
        • PathLimitReached::checkAbort()
        • PathLimitReached::internalLimit
      • PropagatorOptions
        • PropagatorOptions::actor_list_type
        • PropagatorOptions::navigator_options_type
        • PropagatorOptions::stepper_options_type
        • PropagatorOptions::PropagatorOptions()
        • PropagatorOptions::PropagatorOptions()
        • PropagatorOptions::extend()
        • PropagatorOptions::operator PropagatorPlainOptions()
        • PropagatorOptions::setPlainOptions()
        • PropagatorOptions::actorList
        • PropagatorOptions::geoContext
        • PropagatorOptions::magFieldContext
        • PropagatorOptions::navigation
        • PropagatorOptions::stepping
      • PropagatorPlainOptions
        • PropagatorPlainOptions::PropagatorPlainOptions()
        • PropagatorPlainOptions::geoContext
        • PropagatorPlainOptions::magFieldContext
        • PropagatorPlainOptions::navigation
        • PropagatorPlainOptions::stepping
      • ProtoDetector
        • ProtoDetector::harmonize()
        • ProtoDetector::toString()
        • ProtoDetector::name
        • ProtoDetector::worldVolume
      • SeedConfirmationRangeConfig
        • SeedConfirmationRangeConfig::minImpactSeedConf
        • SeedConfirmationRangeConfig::nTopForLargeR
        • SeedConfirmationRangeConfig::nTopForSmallR
        • SeedConfirmationRangeConfig::rMaxSeedConf
        • SeedConfirmationRangeConfig::seedConfMaxZOrigin
        • SeedConfirmationRangeConfig::seedConfMinBottomRadius
        • SeedConfirmationRangeConfig::zMaxSeedConf
        • SeedConfirmationRangeConfig::zMinSeedConf
      • SinglyCharged
        • SinglyCharged::SinglyCharged()
        • SinglyCharged::SinglyCharged()
        • SinglyCharged::absQ()
        • SinglyCharged::extractCharge()
        • SinglyCharged::extractMomentum()
        • SinglyCharged::qOverP()
      • TrackStateCreator
        • TrackStateCreator::BoundState
        • TrackStateCreator::Calibrator
        • TrackStateCreator::candidate_container_t
        • TrackStateCreator::MeasurementSelector
        • TrackStateCreator::SourceLinkAccessor
        • TrackStateCreator::TrackProxy
        • TrackStateCreator::TrackStateContainerBackend
        • TrackStateCreator::TrackStateProxy
        • TrackStateCreator::TrackStatesResult
        • TrackStateCreator::createSourceLinkTrackStates()
        • TrackStateCreator::createTrackStates()
        • TrackStateCreator::processSelectedTrackStates()
        • TrackStateCreator::calibrator
        • TrackStateCreator::measurementSelector
        • TrackStateCreator::sourceLinkAccessor
        • TrackStateCreator::voidMeasurementSelector()
    • Types
      • ActsMatrix
      • ActsSquareMatrix
      • ActsVector
      • AngleAxis3
      • BoundMatrix
      • BoundSquareMatrix
      • BoundToFreeMatrix
      • BoundTrackParameters
      • BoundVector
      • BoundarySurface
      • FreeMatrix
      • FreeSquareMatrix
      • FreeToBoundMatrix
      • FreeToPathMatrix
      • FreeVector
      • HashedString
      • Intersection3D
      • LayerArray
      • MaxWeightReducerLoop
      • RotationMatrix2
      • RotationMatrix3
      • SquareMatrix2
      • SquareMatrix3
      • SquareMatrix4
      • SurfaceVector
      • Transform2
      • Transform3
      • Translation2
      • Translation3
      • Vector2
      • Vector3
      • Vector4
  • Versioning and public API
    • Public API
    • Private API
  • File formats
    • Json Geometry Hierarchy Map
  • Code guidelines
    • ACTS-specific
      • A.indices: Always use enum values to access vector/matrix components
    • Naming
      • N.1: Namespaces use CamelCase
      • N.2: Concrete types use CamelCase
      • N.3: Functions and methods use mixedCase
      • N.4: Variables use mixedCase with appropriate prefix
      • N.5: Constant values use kCamelCase
      • N.6: Enum values use eCamelCase
      • N.7: Template parameter types use snake_case_t
      • N.8: Macros use ACTS_ALL_UPPER_CASE
      • N.9: Files use CamelCase
    • Formatting
  • Miscellaneous topics
    • Building with Spack
      • Installing dependencies
      • Build caches
      • Support
  • Authors
    • Contributors to the ATLAS tracking software
  • License
  • White papers
    • How to add a white paper
      • Integrate with Overleaf
      • Template repository structure
      • Update the white paper overview
    • A whitepaper about a topic
      • Authors
      • Description
    • Gaussian Track Densities
      • Authors
      • Description
    • A Correction Term for Transport Jacobian from the Direction Variation
      • Authors
      • Description
    • Cross-Covariance Matrices in the Billoir Vertex Fit
      • Authors
      • Description
    • Line Surface Jacobian
      • Authors
      • Description
  • Glossary
Acts
  • Core library
  • Track reconstruction

Track reconstruction

  • Track Fitting
  • Preprocessing of event data
  • Pattern recognition
  • Vertexing

© Copyright 2014–2025 CERN for the benefit of the Acts project.