ROOT  6.06/09
Reference Guide
AnalyticalIntegrals.h
Go to the documentation of this file.
1 // @(#)root/hist:$Id$
2 // Authors: L. Moneta, A. Flandi May 2015
3 
4 /**********************************************************************
5  * *
6  * Copyright (c) 2015 ROOT Team, CERN/PH-SFT *
7  * *
8  * *
9  **********************************************************************/
10 
11 #ifndef ROOT_AnalyticalIntegrals_h
12 #define ROOT_AnalyticalIntegrals_h
13 
14 class TF1;
16 
17 
18 #endif
Double_t AnalyticalIntegral(TF1 *f, Double_t a, Double_t b)
TArc * a
Definition: textangle.C:12
double f(double x)
double Double_t
Definition: RtypesCore.h:55
1-Dim function class
Definition: TF1.h:149