EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SeedfinderSyclTest.cpp File Reference
#include "Acts/Plugins/Sycl/Seeding/Seedfinder.hpp"
#include "Acts/Plugins/Sycl/Utilities/QueueWrapper.hpp"
#include "Acts/Seeding/BinFinder.hpp"
#include "Acts/Seeding/BinnedSPGroup.hpp"
#include "Acts/Seeding/InternalSeed.hpp"
#include "Acts/Seeding/InternalSpacePoint.hpp"
#include "Acts/Seeding/Seed.hpp"
#include "Acts/Seeding/SeedFilter.hpp"
#include "Acts/Seeding/Seedfinder.hpp"
#include "Acts/Seeding/SeedfinderConfig.hpp"
#include "Acts/Seeding/SpacePointGrid.hpp"
#include <chrono>
#include <cmath>
#include <ctime>
#include <fstream>
#include <iomanip>
#include <iostream>
#include <limits>
#include <memory>
#include <sstream>
#include <string>
#include <boost/type_erasure/any_cast.hpp>
#include "ATLASCuts.hpp"
#include "CommandLineArguments.h"
#include "SpacePoint.hpp"
+ Include dependency graph for SeedfinderSyclTest.cpp:

Go to the source code of this file.

Functions

auto readFile (const std::string &filename) -> std::vector< const SpacePoint * >
 
template<typename external_spacepoint_t >
auto setupSeedfinderConfiguration () -> Acts::SeedfinderConfig< external_spacepoint_t >
 
template<typename external_spacepoint_t >
auto setupSpacePointGridConfig (const Acts::SeedfinderConfig< external_spacepoint_t > &config) -> Acts::SpacePointGridConfig
 
auto main (int argc, char **argv) -> int
 

Function Documentation

auto readFile ( const std::string &  filename) -> std::vector<const SpacePoint*>

Definition at line 38 of file SeedfinderSyclTest.cpp.

View newest version in sPHENIX GitHub at line 38 of file SeedfinderSyclTest.cpp

References kdfinder::abs(), Acts::Test::cov, INPUTHEPMC::filename, getline, G4TTL::layer, x, y, and z.

+ Here is the call graph for this function:

template<typename external_spacepoint_t >
auto setupSpacePointGridConfig ( const Acts::SeedfinderConfig< external_spacepoint_t > &  config) -> Acts::SpacePointGridConfig

Definition at line 108 of file SeedfinderSyclTest.cpp.

View newest version in sPHENIX GitHub at line 108 of file SeedfinderSyclTest.cpp

References Acts::SpacePointGridConfig::bFieldInZ, and configureMap::config.

Referenced by main().

+ Here is the caller graph for this function: