|
ACTS
Experiment-independent tracking
|
Functions | |
| template<Experimental::CompositeSpacePointPtr Point_t> | |
| SquareMatrix2 | betaMatrix (const std::array< Point_t, 4 > &layerQuartett) |
| A Combinatorial Seed Solver for seed estimation from combinatoric hits from four layers (e.g Muon NSW seeding). | |
| template<Experimental::CompositeSpacePointPtr Point_t> | |
| std::array< double, 4 > | defineParameters (const SquareMatrix2 &betaMatrix, const std::array< Point_t, 4 > &layerQuartett) |
| calculates the parameters lambda,alpha,gamma,kappa of the system | |
| template<Experimental::CompositeSpacePointPtr Point_t> | |
| std::pair< Vector3, Vector3 > | seedSolution (const std::array< Point_t, 4 > &layerQuartett, const std::array< double, 4 > ¶meters) |
| solves the equation system to calculate the seed | |
| SquareMatrix2 Acts::Experimental::CombinatorialSeedSolver::betaMatrix | ( | const std::array< Point_t, 4 > & | layerQuartett | ) |
A Combinatorial Seed Solver for seed estimation from combinatoric hits from four layers (e.g Muon NSW seeding).
defines the betaMatrix calculated from the combinatoric hits
| spacePointContainer | the space point container |
| layerQuartett | the space points of the combinatorics |
| std::array< double, 4 > Acts::Experimental::CombinatorialSeedSolver::defineParameters | ( | const SquareMatrix2 & | betaMatrix, |
| const std::array< Point_t, 4 > & | layerQuartett ) |
calculates the parameters lambda,alpha,gamma,kappa of the system
| spacePointContainer | the space point container |
| betaMatrix | the betaMatrix for the system |
| layerQuartett | the space points of the combinatorics |
| std::pair< Vector3, Vector3 > Acts::Experimental::CombinatorialSeedSolver::seedSolution | ( | const std::array< Point_t, 4 > & | layerQuartett, |
| const std::array< double, 4 > & | parameters ) |
solves the equation system to calculate the seed
| spacePointContainr | the space point container |
| layerQuartett | the space points of the combinatorics |
| parameters | the lambda,alpha,gamma,kappa parameters of the four layers |