30 std::vector<IonHit> &posFile)
32 posFile.resize(eposEntry.size());
33 #pragma omp parallel for 34 for(
auto ui=0u;ui<eposEntry.size();ui++)
35 posFile[ui]=eposEntry[ui].getIonHit();
void convertEPOStoPos(const std::vector< EPOS_ENTRY > &eposEntry, std::vector< IonHit > &posFile)
Convert an incoming entry of EPOS files to pos, and the append this to the pos vector given...