00001 #ifndef _fun_H 00002 #define _fun_H 1 00003 00004 #include <string> 00005 #include "Rtypes.h" 00006 class TGraph; 00007 00008 namespace fun{ 00009 00010 TGraph* namedGraph(std::string id, 00011 unsigned int n , Float_t* x, Float_t* y ); 00012 00013 }; 00014 00015 #endif