Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

roottest.cxx File Reference

#include "rootplot.h"

Go to the source code of this file.

Functions

int main (int argc, char **argv)


Function Documentation

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 }


Generated on Wed Oct 16 14:01:31 2002 by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001