Logo ROOT   6.30.04
Reference Guide
 All Namespaces Files 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;
17 Double_t AnalyticalIntegral(TF1 *f, Double_t a, Double_t b);
18 
19 
20 #endif