Analysis Software
Documentation for sPHENIX simulation software
|
#include <boost/test/unit_test.hpp>
#include "Acts/Seeding/AtlasSeedFinder.hpp"
#include <algorithm>
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.
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().