ROOT
6.06/09
Reference Guide
ROOT Home Page
Main Page
Related Pages
User's Classes
Namespaces
All Classes
Files
Release Notes
File List
File Members
hist
hist
src
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
;
15
Double_t
AnalyticalIntegral
(
TF1
*
f
,
Double_t
a
,
Double_t
b);
16
17
18
#endif
AnalyticalIntegral
Double_t AnalyticalIntegral(TF1 *f, Double_t a, Double_t b)
Definition:
AnalyticalIntegrals.cxx:29
a
TArc * a
Definition:
textangle.C:12
f
double f(double x)
Definition:
testIntegration.cxx:12
Double_t
double Double_t
Definition:
RtypesCore.h:55
TF1
1-Dim function class
Definition:
TF1.h:149