ROOT
6.07/01
Reference Guide
ROOT Home Page
Main Page
Tutorials
User's Classes
Namespaces
All Classes
Files
Release Notes
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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
#include "
RtypesCore.h
"
15
16
class
TF1
;
17
Double_t
AnalyticalIntegral
(
TF1
*
f
,
Double_t
a
,
Double_t
b);
18
19
20
#endif
RtypesCore.h
AnalyticalIntegral
Double_t AnalyticalIntegral(TF1 *f, Double_t a, Double_t b)
Definition:
AnalyticalIntegrals.cxx:30
a
TArc * a
Definition:
textangle.C:12
f
TFile * f
Definition:
memstatExample.C:52
Double_t
double Double_t
Definition:
RtypesCore.h:55
TF1
1-Dim function class
Definition:
TF1.h:149