Logo ROOT  
Reference Guide
IntegrationTypes.h
Go to the documentation of this file.
1// @(#)root/mathmore:$Id$
2// Authors: L. Moneta, A. Zsenei 08/2005
3
4 /**********************************************************************
5 * *
6 * Copyright (c) 2004 ROOT Foundation, CERN/PH-SFT *
7 * *
8 * This library is free software; you can redistribute it and/or *
9 * modify it under the terms of the GNU General Public License *
10 * as published by the Free Software Foundation; either version 2 *
11 * of the License, or (at your option) any later version. *
12 * *
13 * This library is distributed in the hope that it will be useful, *
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
16 * General Public License for more details. *
17 * *
18 * You should have received a copy of the GNU General Public License *
19 * along with this library (see file COPYING); if not, write *
20 * to the Free Software Foundation, Inc., 59 Temple Place, Suite *
21 * 330, Boston, MA 02111-1307 USA, or contact the author. *
22 * *
23 **********************************************************************/
24
25// Header file for class IntegrationTypes
26//
27// Created by: moneta at Fri Nov 26 15:40:58 2004
28//
29// Last update: Fri Nov 26 15:40:58 2004
30//
31#ifndef ROOT_Math_IntegrationTypes
32#define ROOT_Math_IntegrationTypes
33
34
36
37namespace ROOT {
38namespace Math {
39
40
41
42 namespace Integration {
43
44 using namespace IntegrationOneDim;
45
46
47// // type of integration
48
49// enum Type { NONADAPTIVE, ADAPTIVE, ADAPTIVESINGULAR } ;
50
51
52 /**
53 enumeration specifying the Gauss-KronRod integration rule for ADAPTIVE integration type
54 @ingroup Integration
55 */
56 // Gauss KronRod Adaptive rule
57
58 enum GKRule { kGAUSS15 = 1,
63 kGAUSS61 = 6
64 };
65
66
67 } // end namespace Integration
68
69
70} // namespace Math
71} // namespace ROOT
72
73#endif /* ROOT_Math_InterpolationTypes */
GKRule
enumeration specifying the Gauss-KronRod integration rule for ADAPTIVE integration type
Namespace for new Math classes and functions.
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...
Definition: StringConv.hxx:21
@ Integration
Definition: RooGlobalFunc.h:67