ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 #include "RtypesCore.h"
15 
16 class TF1;
18 
19 
20 #endif
Double_t AnalyticalIntegral(TF1 *f, Double_t a, Double_t b)
TArc * a
Definition: textangle.C:12
TFile * f
double Double_t
Definition: RtypesCore.h:55
1-Dim function class
Definition: TF1.h:149