ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Track Finding

Detailed Description

Algorithms and data structures for track finding.

The Combinatorial Kalman Filter applies material effects with the same pointwise formalism as the track fitters; see Material effects in the Kalman filters for details.

Classes

struct  Acts::BremCombinatorialKalmanFilterOptions< track_container_t >
 Options for the combinatorial Kalman filter with bremsstrahlung recovery. More...
class  Acts::CombinatorialKalmanFilter< propagator_t, track_container_t >
 Combinatorial Kalman filter to find tracks. More...
struct  Acts::CombinatorialKalmanFilterExtensions< track_container_t >
 Extension struct which holds the delegates to customize the CKF behavior. More...
struct  Acts::CombinatorialKalmanFilterOptions< track_container_t >
 Combined options for the combinatorial Kalman filter. More...
struct  Acts::CombinatorialKalmanFilterResult< track_container_t >
 Result container for the combinatorial Kalman filter actor. More...

Enumerations

enum class  Acts::CombinatorialKalmanFilterBranchStopperResult { Continue , StopAndDrop , StopAndKeep }
 Return type of the BranchStopper delegate for the CombinatorialKalmanFilter.