22 StjTrackList StjTPCTxt::getTrackList()
28 vector<string> currentLines;
30 while(!_dataFile.eof()) {
36 getline(_dataFile, line);
39 if(0 == line.size())
break;
41 istringstream ist(line);
45 if (_currentEvent != i) {
49 currentLines.push_back(line);
54 for(vector<string>::const_iterator it = currentLines.begin(); it != currentLines.end(); ++it) {
55 istringstream ist(*it);
84 TVector3 p(px, py, pz);