ROOT  6.06/09
Reference Guide
Functions
testUserFunc.cxx File Reference
#include "TApplication.h"
#include "TH1.h"
#include "TF1.h"
#include "TRandom3.h"
#include "Math/MinimizerOptions.h"
#include "TMath.h"
#include <iostream>
+ Include dependency graph for testUserFunc.cxx:

Go to the source code of this file.

Functions

double myfunc (double *x, double *p)
 
void testUserFunc (std::string type="Minuit2", int n=1000)
 
int main (int argc, char **argv)
 

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 68 of file testUserFunc.cxx.

double myfunc ( double x,
double p 
)

Definition at line 20 of file testUserFunc.cxx.

Referenced by testUserFunc().

void testUserFunc ( std::string  type = "Minuit2",
int  n = 1000 
)

Definition at line 25 of file testUserFunc.cxx.

Referenced by main().