![]() |
ROOT
6.06/09
Reference Guide
|
Public Types | |
| typedef mtype | Type |
Public Member Functions | |
| ABObj (const M &obj) | |
| ABObj (const M &obj, T factor) | |
| ~ABObj () | |
| ABObj (const ABObj &obj) | |
| template<class b , class c > | |
| ABObj (const ABObj< mtype, b, c > &obj) | |
| const M & | Obj () const |
| T | f () const |
Private Member Functions | |
| ABObj () | |
| ABObj & | operator= (const ABObj &) |
| template<class a , class b , class c > | |
| ABObj (const ABObj< a, b, c > &) | |
| template<class a , class b , class c > | |
| ABObj & | operator= (const ABObj< a, b, c > &) |
Private Attributes | |
| M | fObject |
| T | fFactor |
#include <Minuit2/ABObj.h>
Collaboration diagram for ROOT::Minuit2::ABObj< mtype, M, T >:| typedef mtype ROOT::Minuit2::ABObj< mtype, M, T >::Type |
|
inlineprivate |
|
inlineprivate |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 56 of file ABObj.h.
Referenced by ROOT::Minuit2::LASymMatrix::LASymMatrix(), ROOT::Minuit2::LAVector::LAVector(), ROOT::Minuit2::LAVector::operator+=(), ROOT::Minuit2::LASymMatrix::operator+=(), ROOT::Minuit2::operator-(), ROOT::Minuit2::LAVector::operator=(), and ROOT::Minuit2::LASymMatrix::operator=().
|
inline |
Definition at line 54 of file ABObj.h.
Referenced by ROOT::Minuit2::LASymMatrix::LASymMatrix(), ROOT::Minuit2::LAVector::LAVector(), ROOT::Minuit2::LAVector::operator+=(), ROOT::Minuit2::LASymMatrix::operator+=(), ROOT::Minuit2::operator-(), ROOT::Minuit2::LAVector::operator=(), and ROOT::Minuit2::LASymMatrix::operator=().
|
inlineprivate |
|
inlineprivate |
|
private |
Definition at line 61 of file ABObj.h.
Referenced by ROOT::Minuit2::ABObj< mtype, M, T >::f(), ROOT::Minuit2::ABObj< vec, LAVector, double >::f(), and ROOT::Minuit2::ABObj< sym, LASymMatrix, double >::f().
|
private |
Definition at line 60 of file ABObj.h.
Referenced by ROOT::Minuit2::ABObj< mtype, M, T >::Obj(), ROOT::Minuit2::ABObj< vec, LAVector, double >::Obj(), and ROOT::Minuit2::ABObj< sym, LASymMatrix, double >::Obj().