ROOT
6.06/09
Reference Guide
|
#include <TStyle.h>
#include <TPaveText.h>
#include <TCanvas.h>
#include <iostream>
#include <TROOT.h>
#include <TFile.h>
#include "TMath.h"
#include <TF1.h>
#include <TLegend.h>
#include <TStopwatch.h>
#include <TApplication.h>
#include <Math/PdfFuncMathCore.h>
#include <Math/ProbFuncMathCore.h>
#include <Math/WrappedTF1.h>
#include <Math/Integrator.h>
Go to the source code of this file.
Functions | |
void | testAnalyticalIntegrals () |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 184 of file testAnalyticalIntegrals.cxx.
void testAnalyticalIntegrals | ( | ) |
Definition at line 28 of file testAnalyticalIntegrals.cxx.
Referenced by main().