![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#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/SpacePointGrid.hpp"#include <chrono>#include <fstream>#include <iostream>#include <sstream>#include <utility>#include <boost/type_erasure/any_cast.hpp>#include "ATLASCuts.hpp"#include "SpacePoint.hpp"
Include dependency graph for SeedfinderTest.cpp:Go to the source code of this file.
Functions | |
| std::vector< const SpacePoint * > | readFile (std::string filename) |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 69 of file SeedfinderTest.cpp.
View newest version in sPHENIX GitHub at line 69 of file SeedfinderTest.cpp
References Acts::SeedfinderConfig< SpacePoint >::beamPos, Acts::SpacePointGridConfig::bFieldInZ, Acts::SeedfinderConfig< SpacePoint >::bFieldInZ, Acts::SeedfinderConfig< SpacePoint >::collisionRegionMax, Acts::SeedfinderConfig< SpacePoint >::collisionRegionMin, configureMap::config, Acts::SeedfinderConfig< SpacePoint >::cotThetaMax, Acts::SpacePointGridConfig::cotThetaMax, Acts::Seedfinder< external_spacepoint_t, platform_t >::createSeedsForGroup(), Acts::SeedfinderConfig< SpacePoint >::deltaRMax, Acts::SpacePointGridConfig::deltaRMax, Acts::SeedfinderConfig< SpacePoint >::deltaRMin, exit(), eicpy.qaplots::file, charm_jet_coverage::help, Acts::SeedfinderConfig< SpacePoint >::impactMax, Acts::SeedfinderConfig< SpacePoint >::maxSeedsPerSpM, Acts::SpacePointGridConfig::minPt, Acts::SeedfinderConfig< SpacePoint >::minPt, readFile(), Acts::SpacePointGridConfig::rMax, Acts::SeedfinderConfig< SpacePoint >::rMax, Acts::SeedfinderConfig< SpacePoint >::seedFilter, Acts::SeedfinderConfig< SpacePoint >::sigmaScattering, Acts::BinnedSPGroup< external_spacepoint_t >::size(), Acts::Seed< SpacePoint >::sp(), start(), SpacePoint::surface, SpacePoint::varianceR, SpacePoint::varianceZ, SpacePoint::x, SpacePoint::y, SpacePoint::z, Acts::SpacePointGridConfig::zMax, Acts::SeedfinderConfig< SpacePoint >::zMax, Acts::SpacePointGridConfig::zMin, and Acts::SeedfinderConfig< SpacePoint >::zMin.
Here is the call graph for this function:| std::vector<const SpacePoint*> readFile | ( | std::string | filename | ) |
Definition at line 29 of file SeedfinderTest.cpp.
View newest version in sPHENIX GitHub at line 29 of file SeedfinderTest.cpp
References kdfinder::abs(), Acts::Test::cov, getline, G4TTL::layer, x, y, and z.
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function: