![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include "Acts/Utilities/detail/ReferenceWrapperAnyCompat.hpp"#include "Acts/Definitions/Algebra.hpp"#include "Acts/EventData/Measurement.hpp"#include "Acts/EventData/MeasurementHelpers.hpp"#include "Acts/EventData/MultiTrajectory.hpp"#include "Acts/EventData/MultiTrajectoryHelpers.hpp"#include "Acts/EventData/SourceLink.hpp"#include "Acts/EventData/TrackHelpers.hpp"#include "Acts/EventData/TrackParameters.hpp"#include "Acts/EventData/VectorMultiTrajectory.hpp"#include "Acts/Geometry/GeometryContext.hpp"#include "Acts/MagneticField/MagneticFieldContext.hpp"#include "Acts/Material/MaterialSlab.hpp"#include "Acts/Propagator/AbortList.hpp"#include "Acts/Propagator/ActionList.hpp"#include "Acts/Propagator/ConstrainedStep.hpp"#include "Acts/Propagator/DirectNavigator.hpp"#include "Acts/Propagator/Navigator.hpp"#include "Acts/Propagator/Propagator.hpp"#include "Acts/Propagator/StandardAborters.hpp"#include "Acts/Propagator/StraightLineStepper.hpp"#include "Acts/Propagator/detail/PointwiseMaterialInteraction.hpp"#include "Acts/TrackFitting/GlobalChiSquareFitterError.hpp"#include "Acts/TrackFitting/detail/VoidFitterComponents.hpp"#include "Acts/Utilities/CalibrationContext.hpp"#include "Acts/Utilities/Delegate.hpp"#include "Acts/Utilities/Logger.hpp"#include "Acts/Utilities/Result.hpp"#include <functional>#include <map>#include <memory>
Include dependency graph for GlobalChiSquareFitter.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | Acts::Experimental::Gx2FitterExtensions< traj_t > |
| Extension struct which holds delegates to customize the KF behavior. More... | |
| struct | Acts::Experimental::Gx2FitterOptions< traj_t > |
| struct | Acts::Experimental::Gx2FitterResult< traj_t > |
| class | Acts::Experimental::Gx2Fitter< propagator_t, traj_t > |
| class | Acts::Experimental::Gx2Fitter< propagator_t, traj_t >::Actor< parameters_t > |
| Propagator Actor plugin for the GX2F. More... | |
| class | Acts::Experimental::Gx2Fitter< propagator_t, traj_t >::Aborter< parameters_t > |
| Aborter can stay like this probably. More... | |
Namespaces | |
| namespace | Acts |
| Acts includes to create all necessary definitions. | |
| namespace | Acts::Experimental |
Functions | |
| template<size_t measDim, typename traj_t > | |
| void | Acts::Experimental::collector (typename traj_t::TrackStateProxy &trackStateProxy, Gx2FitterResult< traj_t > &result, const Logger &logger) |