EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "ReadSeedFile.hpp"
#include <cmath>
#include <fstream>
#include <iostream>
#include <limits>
#include <sstream>
#include <stdexcept>
Go to the source code of this file.
Functions | |
std::vector< std::unique_ptr < TestSpacePoint > > | readSeedFile (const std::string &fileName, bool filterDuplicates) |
Function used to read in text files holding seeds. | |
std::vector<std::unique_ptr<TestSpacePoint> > readSeedFile | ( | const std::string & | fileName, |
bool | filterDuplicates | ||
) |
Function used to read in text files holding seeds.
Definition at line 20 of file ReadSeedFile.cpp.
View newest version in sPHENIX GitHub at line 20 of file ReadSeedFile.cpp
References kdfinder::abs(), Acts::Test::cov, getline, G4TTL::layer, x, y, and z.
Referenced by main().