![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <chrono>#include <fstream>#include <iostream>#include <sstream>#include <utility>#include <boost/type_erasure/any_cast.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/SpacePointGrid.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) |
Definition at line 69 of file SeedfinderTest.cpp.
View newest version in sPHENIX GitHub at line 69 of file SeedfinderTest.cpp
References a, Acts::SeedfinderConfig< SpacePoint >::beamPos, Acts::SpacePointGridConfig::bFieldInZ, Acts::SeedfinderConfig< SpacePoint >::bFieldInZ, Acts::SeedfinderConfig< SpacePoint >::collisionRegionMax, Acts::SeedfinderConfig< SpacePoint >::collisionRegionMin, Acts::SeedfinderConfig< SpacePoint >::cotThetaMax, Acts::SpacePointGridConfig::cotThetaMax, Acts::Seedfinder< external_spacepoint_t >::createSeedsForGroup(), Acts::SeedfinderConfig< SpacePoint >::deltaRMax, Acts::SpacePointGridConfig::deltaRMax, Acts::SeedfinderConfig< SpacePoint >::deltaRMin, g4zmq::exit(), f, file, g4zmq::help(), Acts::SeedfinderConfig< SpacePoint >::impactMax, Acts::SeedfinderConfig< SpacePoint >::maxSeedsPerSpM, Acts::SpacePointGridConfig::minPt, Acts::SeedfinderConfig< SpacePoint >::minPt, optarg, readFile(), Acts::SpacePointGridConfig::rMax, Acts::SeedfinderConfig< SpacePoint >::rMax, seed, Acts::SeedfinderConfig< SpacePoint >::seedFilter, Acts::SeedfinderConfig< SpacePoint >::sigmaScattering, Acts::BinnedSPGroup< external_spacepoint_t >::size(), Acts::Seed< SpacePoint >::sp(), G4InuclParticleNames::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(), G4TTL::layer, r, G4InuclParticleNames::sp, x, y, and z.
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function: