Logo ROOT   6.08/07
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:

Functions

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

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 68 of file testUserFunc.cxx.

◆ myfunc()

double myfunc ( double *  x,
double *  p 
)

Definition at line 20 of file testUserFunc.cxx.

◆ testUserFunc()

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

Definition at line 25 of file testUserFunc.cxx.