Logo ROOT   6.16/01
Reference Guide
ABTypes.h
Go to the documentation of this file.
1// @(#)root/minuit2:$Id$
2// Authors: M. Winkler, F. James, L. Moneta, A. Zsenei 2003-2005
3
4/**********************************************************************
5 * *
6 * Copyright (c) 2005 LCG ROOT Math team, CERN/PH-SFT *
7 * *
8 **********************************************************************/
9
10#ifndef ROOT_Minuit2_ABTypes
11#define ROOT_Minuit2_ABTypes
12
13namespace ROOT {
14
15 namespace Minuit2 {
16
17
18class gen {};
19class sym {};
20class vec {};
21
22template<class A, class B>
24public:
25 typedef gen Type;
26};
27
28template<class T>
30public:
31 typedef T Type;
32};
33
34template < >
36private:
37 typedef gen Type;
38};
39
40template < >
42private:
43 typedef gen Type;
44};
45
46template < >
48private:
49 typedef gen Type;
50};
51
52template < >
54private:
55 typedef gen Type;
56};
57
58//
59
60template<class A, class B>
62private:
63 typedef gen Type;
64};
65
66template<class T>
68private:
69 typedef T Type;
70};
71
72template < >
74public:
75 typedef gen Type;
76};
77
78template < >
80public:
81 typedef gen Type;
82};
83
84template < >
86public:
87 typedef gen Type;
88};
89
90template < >
92public:
93 typedef gen Type;
94};
95
96template < >
98private:
99 typedef gen Type;
100};
101
102template < >
104public:
105 typedef vec Type;
106};
107
108template < >
110private:
111 typedef gen Type;
112};
113
114template < >
116public:
117 typedef vec Type;
118};
119
120
121
122 } // namespace Minuit2
123
124} // namespace ROOT
125
126#endif // ROOT_Minuit2_ABTypes
double T(double x)
Definition: ChebyshevPol.h:34
Namespace for new ROOT classes and functions.
Definition: StringConv.hxx:21