using C++ formatting (IO manipulators) with ROOT

Pasha Murat (murat@cdfsga.fnal.gov)
Mon, 15 Sep 1997 16:48:04 GMT


Hi,

is is possible to use IO manipulators with ROOT? - To use standard manipulators
one has to include <iomanip.h> and at this point rootcint starts complaining
(see output below)

Any comments on how to bypass the diagnostics ? What one should do to
follow the advice ?

Thanks a lot, Pasha.
--------------------------------------------------------------------------------
/cdf/upgrade/tracking/murat/psi>root
*******************************************
* *
* W E L C O M E to R O O T *
* *
* Version 1.03/03 12 September 1997 *
* Development version *
* *
* You are welcome to visit our Web site *
* http://root.cern.ch *
* *
*******************************************

CINT/ROOT C/C++ Interpreter version 5.13.24, Aug 24 1997
Type ? for help. Commands must be C++ statements.
Enclose multiple statements between { }.
root [0] #include <iomanip.h>
Error: Unexpected EOF G__fignorestream():3 FILE:/usr/include/CC/iomanip.h LINE:121
Advice: You may need to use +P or -p option
*** Interpreter error recovered ***
--------------------------------------------------------------------------------