function to print online help
function to print online help
Definition at line 287 of file readtfascii.cc.
References DATRW_GSEREAD_CC_VERSION.
Referenced by datrw::itfasciistream::help().
291 os <<
"TFASCII data reading functions" << endl;
292 os <<
"------------------------------" << endl;
294 os <<
"This data reading module implements reading functions" << endl
295 <<
"for the output data of Thomas Forbriger's any2ascii.cc" << endl
296 <<
"program. As the name of this program already says its" << endl
297 <<
"output data are human readable ASCII files."<< endl
298 <<
"If you wish to read an output file of any2ascii.cc just" << endl
299 <<
"remember that files can be read that were generated " << endl
300 <<
"without the [-tcol] option, because the reading module can" << endl
301 <<
"not handle with an additional time column in the input" << endl
304 <<
"IMPORTANT NOTE: The tfascii reading module just relies as" << endl
305 <<
"in many cases on the input following the tfascii" << endl
306 <<
"format. The code does not contain any plausibility" << endl
307 <<
"checks." << endl;