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

roottest.cxx

Go to the documentation of this file.
00001 // Flux test program that generates a ROOT macro to plot the flux
00002 //
00003 
00004 #include "rootplot.h"
00005 
00006 
00007 int main(int argc, char** argv)
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