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

Detailed Description

Algorithms and data structures for track finding.

Namespaces

namespace  Acts::CkfTypes

Classes

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 >

Enumerations

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

Enumeration Type Documentation

◆ CombinatorialKalmanFilterBranchStopperResult

Return type of the BranchStopper delegate for the CombinatorialKalmanFilter.

Enumerator
Continue 
StopAndDrop 
StopAndKeep