33 gSystem->ExpandPathName (myfile);
34 std::ifstream
file (myfile.Data());
42 if (
line[0] >=
'0' &&
line[0] <=
'9')
53 std::string mydsid =
"." +
DSID +
".";
57 if ((*sample)->name().find (mydsid) != std::string::npos)
59 double oldCrossSection
74 gSystem->ExpandPathName (
mydir);
79 dirp = gSystem->OpenDirectory (
mydir.Data());
81 while ((
file = gSystem->GetDirEntry (dirp)))
84 if (myfile.size() > 4 && myfile.substr (myfile.size()-4) ==
".txt")
87 gSystem->FreeDirectory (dirp);
90 gSystem->FreeDirectory (dirp);