![]()  | 
						
							 
								EIC Software
							  
							
								Reference for 
								EIC 
								simulation and reconstruction software on GitHub
							  
						 | 
					
#include <iostream>#include <map>#include <random>#include <stdexcept>#include <boost/program_options.hpp>#include "Acts/TrackFitting/GainMatrixSmoother.hpp"#include "Acts/TrackFitting/GainMatrixUpdater.hpp"#include "Acts/Geometry/GeometryIdentifier.hpp"#include "Acts/MagneticField/ConstantBField.hpp"#include "Acts/MagneticField/InterpolatedBFieldMap.hpp"#include "Acts/MagneticField/SharedBField.hpp"#include "Acts/Propagator/EigenStepper.hpp"#include "Acts/Propagator/Navigator.hpp"#include "Acts/Propagator/Propagator.hpp"#include "Acts/Surfaces/Surface.hpp"#include "Acts/Utilities/Helpers.hpp"#include "Acts/Utilities/ParameterDefinitions.hpp"#include "Acts/TrackFitting/KalmanFitter.hpp"#include "Acts/Geometry/TrackingGeometry.hpp"#include "ActsExamples/Plugins/BField/ScalableBField.hpp"#include "ActsExamples/EventData/Track.hpp"#include "ActsExamples/Framework/BareAlgorithm.hpp"#include "ActsExamples/Plugins/BField/BFieldOptions.hpp"#include "ActsExamples/EventData/TrkrClusterSourceLink.hpp"
 Include dependency graph for TrkrClusterOutlierFittingAlgorithm.hpp:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | ResidualOutlierFinder | 
| class | ActsExamples::TrkrClusterOutlierFittingAlgorithm | 
| struct | ActsExamples::TrkrClusterOutlierFittingAlgorithm::Config | 
Namespaces | |
| namespace | ActsExamples |