EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#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 71 of file ATLSeedingIntegrationTest.cpp.
View newest version in sPHENIX GitHub at line 71 of file ATLSeedingIntegrationTest.cpp
References SpacePoint::r, runSeeding(), s1, s2, s3, s4, s5, s6, SpacePoint::setClusterList(), 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(), and Acts::Legacy::Seed< SpacePoint >::spacePoints().
Referenced by BOOST_AUTO_TEST_CASE().