problems with benchmarks.C solved
Stephen Adler (adler@ssadler.phy.bnl.gov)
Sun, 1 Nov 1998 13:47:15 +0000
We'll, I don't want to clutter up this mail list but I think I know
the problem to my benchmark dilema. In the past, when I started up root
in the $ROOTSYS/tutorial directory, a "logon message" would read something
like "type blaa to run benchmarks" and that message disappeard. But
the benchmarks.C file is still in $ROOTSYS/tutorial and .x'ing it
seems to work. So false alarm I guess. The contents of this
file has no reference to benchmarks.C which I guess is of no relevance
to root except for newbie users like me....
[adler@ssadler tutorials]$ more rootlogon.C
{
printf("\nWelcome to the ROOT tutorials\n\n");
printf("\nType \".x demos.C\" to get a toolbar from which to execute the
demo
s\n");
printf("\nType \".x demoshelp.C\" to see the help window\n\n");
}
Cheers.
Steve.