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 }
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001