Go to the source code of this file.
void parfiletest |
( |
string |
Filename, |
|
|
Int_t |
iMaxValues |
|
) |
| |
Definition at line 3 of file parfiletest.C.
References Double_t.
11 InputFile.open(Filename.data());
16 cout <<
"File does not exist" << endl;
18 else if (InputFile.good())
20 getline(InputFile,InputBuffer);
21 cout << InputBuffer << endl;
22 pEnd = InputBuffer.data();
23 for (Int_t iValues = 0; iValues < iMaxValues; iValues++)
25 Values[iValues = strtod(pEnd,&pEnd);
27 cout <<
"Value_" << iValues <<
": " <<Value1 << endl<<endl;