#include "rootplot.h"Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
|
||||||||||||
|
Definition at line 7 of file roottest.cxx.
00008 {
00009 std::vector<char*> arguments;
00010 arguments.push_back("chime");
00011 arguments.push_back("-min");
00012 arguments.push_back("10");
00013 rootplot abc(arguments);
00014 return 0;
00015 }
|
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001