![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include <boost/test/unit_test.hpp>#include "Acts/Seeding/AtlasSeedFinder.hpp"#include <algorithm>
Include dependency graph for ATLSeedingIntegrationTest.cpp:Go to the source code of this file.
Classes | |
| struct | SpacePoint |
| class | seedComparator |
Functions | |
| std::vector < Acts::Legacy::Seed < SpacePoint > > | runSeeding (std::vector< SpacePoint * > spVec) |
| BOOST_AUTO_TEST_CASE (number_of_seeds_correct_) | |
| BOOST_AUTO_TEST_CASE | ( | number_of_seeds_correct_ | ) |
Definition at line 69 of file ATLSeedingIntegrationTest.cpp.
View newest version in sPHENIX GitHub at line 69 of file ATLSeedingIntegrationTest.cpp
References i, SpacePoint::r, runSeeding(), SpacePoint::setClusterList(), Acts::Experimental::detail::BlueprintHelper::sort(), SpacePoint::surface, SpacePoint::x, SpacePoint::y, and SpacePoint::z.
Here is the call graph for this function:| std::vector<Acts::Legacy::Seed<SpacePoint> > runSeeding | ( | std::vector< SpacePoint * > | spVec | ) |
Definition at line 34 of file ATLSeedingIntegrationTest.cpp.
View newest version in sPHENIX GitHub at line 34 of file ATLSeedingIntegrationTest.cpp
References Acts::Legacy::AtlasSeedFinder< SpacePoint >::find3Sp(), Acts::Legacy::AtlasSeedFinder< SpacePoint >::newEvent(), Acts::Legacy::AtlasSeedFinder< SpacePoint >::next(), seed, and Acts::Legacy::Seed< SpacePoint >::spacePoints().
Referenced by BOOST_AUTO_TEST_CASE(), test_examples::test_seeding(), and test_examples::test_seeding_orthogonal().
Here is the call graph for this function:
Here is the caller graph for this function: