![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include "Acts/EventData/SourceLink.hpp"#include "Acts/EventData/TrackParameters.hpp"#include "Acts/EventData/VectorMultiTrajectory.hpp"#include "Acts/EventData/VectorTrackContainer.hpp"#include "Acts/Geometry/GeometryContext.hpp"#include "Acts/Geometry/TrackingGeometry.hpp"#include "Acts/MagneticField/MagneticFieldContext.hpp"#include "Acts/MagneticField/MagneticFieldProvider.hpp"#include "Acts/Propagator/MultiEigenStepperLoop.hpp"#include "Acts/Propagator/Propagator.hpp"#include "Acts/TrackFitting/BetheHeitlerApprox.hpp"#include "Acts/Utilities/CalibrationContext.hpp"#include "ActsExamples/EventData/Measurement.hpp"#include "ActsExamples/EventData/MeasurementCalibration.hpp"#include "ActsExamples/EventData/Track.hpp"#include "ActsExamples/TrackFitting/RefittingCalibrator.hpp"
Include dependency graph for TrackFitterFunction.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | ActsExamples::TrackFitterFunction |
| struct | ActsExamples::TrackFitterFunction::GeneralFitterOptions |
Namespaces | |
| namespace | ActsExamples |
Typedefs | |
| using | ActsExamples::BetheHeitlerApprox = Acts::AtlasBetheHeitlerApprox< 6, 5 > |
Functions | |
| std::shared_ptr < TrackFitterFunction > | ActsExamples::makeKalmanFitterFunction (std::shared_ptr< const Acts::TrackingGeometry > trackingGeometry, std::shared_ptr< const Acts::MagneticFieldProvider > magneticField, bool multipleScattering=true, bool energyLoss=true, double reverseFilteringMomThreshold=0.0, Acts::FreeToBoundCorrection freeToBoundCorrection=Acts::FreeToBoundCorrection(), const Acts::Logger &logger=*Acts::getDefaultLogger("Kalman", Acts::Logging::INFO)) |
| std::shared_ptr < TrackFitterFunction > | ActsExamples::makeGsfFitterFunction (std::shared_ptr< const Acts::TrackingGeometry > trackingGeometry, std::shared_ptr< const Acts::MagneticFieldProvider > magneticField, BetheHeitlerApprox betheHeitlerApprox, std::size_t maxComponents, double weightCutoff, Acts::MixtureReductionMethod finalReductionMethod, bool abortOnError, bool disableAllMaterialHandling, const Acts::Logger &logger) |
| std::shared_ptr < TrackFitterFunction > | ActsExamples::makeGlobalChiSquareFitterFunction (std::shared_ptr< const Acts::TrackingGeometry > trackingGeometry, std::shared_ptr< const Acts::MagneticFieldProvider > magneticField, bool multipleScattering=true, bool energyLoss=true, Acts::FreeToBoundCorrection freeToBoundCorrection=Acts::FreeToBoundCorrection(), const Acts::Logger &logger=*Acts::getDefaultLogger("Gx2f", Acts::Logging::INFO)) |