Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

functions.h

Go to the documentation of this file.
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

Generated on Fri Jul 8 16:38:52 2005 for Salamander by  doxygen 1.4.1