EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "CommandLineArguments.hpp"
#include "ReadSeedFile.hpp"
#include "TestDeviceCuts.hpp"
#include "TestHostCuts.hpp"
#include "TestSpacePoint.hpp"
#include "Acts/Plugins/Cuda/Seeding2/SeedFinder.hpp"
#include "Acts/Seeding/BinFinder.hpp"
#include "Acts/Seeding/BinnedSPGroup.hpp"
#include "Acts/Seeding/SeedFilterConfig.hpp"
#include "Acts/Seeding/Seedfinder.hpp"
#include "Acts/Seeding/SeedfinderConfig.hpp"
#include <cassert>
#include <chrono>
#include <iomanip>
#include <iostream>
#include <iterator>
#include <memory>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 34 of file main.cpp.
View newest version in sPHENIX GitHub at line 34 of file main.cpp
References Acts::SpacePointGridConfig::bFieldInZ, Acts::SpacePointGridConfig::cotThetaMax, Acts::Cuda::SeedFinder< external_spacepoint_t >::createSeedsForGroup(), Acts::Seedfinder< external_spacepoint_t, platform_t >::createSeedsForGroup(), Acts::SpacePointGridConfig::deltaRMax, Acts::BinnedSPGroup< external_spacepoint_t >::end(), CommandLineArguments::filterDuplicates, CommandLineArguments::groupsToIterate, CommandLineArguments::interpret(), TestSpacePoint::m_varianceR, TestSpacePoint::m_varianceZ, Acts::SpacePointGridConfig::minPt, CommandLineArguments::onlyGPU, readSeedFile(), Acts::SpacePointGridConfig::rMax, Acts::SeedfinderConfig< SpacePoint >::rMax, CommandLineArguments::spFile, testDeviceCuts(), nlohmann::to_string(), Acts::SpacePointGridConfig::zMax, and Acts::SpacePointGridConfig::zMin.