BornAgain  1.19.79
Open-source research software to simulate and fit neutron and x-ray reflectometry and grazing-incidence small-angle scattering
ROOT::Minuit2::ABObj< mtype, M, T > Class Template Reference

Description

template<class mtype, class M, class T>
class ROOT::Minuit2::ABObj< mtype, M, T >

Definition at line 21 of file ABObj.h.

Collaboration diagram for ROOT::Minuit2::ABObj< mtype, M, T >:
[legend]

Public Types

typedef mtype Type
 

Public Member Functions

 ABObj (const ABObj &obj)
 
template<class b , class c >
 ABObj (const ABObj< mtype, b, c > &obj)
 
 ABObj (const M &obj)
 
 ABObj (const M &obj, T factor)
 
 ~ABObj ()
 
f () const
 
const M & Obj () const
 

Private Member Functions

 ABObj ()
 
template<class a , class b , class c >
 ABObj (const ABObj< a, b, c > &)
 
ABObjoperator= (const ABObj &)
 
template<class a , class b , class c >
ABObjoperator= (const ABObj< a, b, c > &)
 

Private Attributes

fFactor
 
fObject
 

Member Typedef Documentation

◆ Type

template<class mtype , class M , class T >
typedef mtype ROOT::Minuit2::ABObj< mtype, M, T >::Type

Definition at line 25 of file ABObj.h.

Constructor & Destructor Documentation

◆ ABObj() [1/6]

template<class mtype , class M , class T >
ROOT::Minuit2::ABObj< mtype, M, T >::ABObj ( )
inlineprivate

Definition at line 29 of file ABObj.h.

29 : fObject(M()), fFactor(T(0.)) {}

◆ ABObj() [2/6]

template<class mtype , class M , class T >
template<class a , class b , class c >
ROOT::Minuit2::ABObj< mtype, M, T >::ABObj ( const ABObj< a, b, c > &  )
inlineprivate

Definition at line 34 of file ABObj.h.

34 : fObject(M()), fFactor(T(0.)) {}

◆ ABObj() [3/6]

template<class mtype , class M , class T >
ROOT::Minuit2::ABObj< mtype, M, T >::ABObj ( const M &  obj)
inline

Definition at line 41 of file ABObj.h.

41 : fObject(obj), fFactor(T(1.)) {}

◆ ABObj() [4/6]

template<class mtype , class M , class T >
ROOT::Minuit2::ABObj< mtype, M, T >::ABObj ( const M &  obj,
factor 
)
inline

Definition at line 43 of file ABObj.h.

43 : fObject(obj), fFactor(factor) {}

◆ ~ABObj()

template<class mtype , class M , class T >
ROOT::Minuit2::ABObj< mtype, M, T >::~ABObj ( )
inline

Definition at line 45 of file ABObj.h.

45 {}

◆ ABObj() [5/6]

template<class mtype , class M , class T >
ROOT::Minuit2::ABObj< mtype, M, T >::ABObj ( const ABObj< mtype, M, T > &  obj)
inline

Definition at line 47 of file ABObj.h.

47  :
48  fObject(obj.fObject), fFactor(obj.fFactor) {}

◆ ABObj() [6/6]

template<class mtype , class M , class T >
template<class b , class c >
ROOT::Minuit2::ABObj< mtype, M, T >::ABObj ( const ABObj< mtype, b, c > &  obj)
inline

Definition at line 51 of file ABObj.h.

51  :
52  fObject(M(obj.Obj() )), fFactor(T(obj.f() )) {}

Member Function Documentation

◆ f()

◆ Obj()

◆ operator=() [1/2]

template<class mtype , class M , class T >
ABObj& ROOT::Minuit2::ABObj< mtype, M, T >::operator= ( const ABObj< mtype, M, T > &  )
inlineprivate

Definition at line 31 of file ABObj.h.

31 {return *this;}

◆ operator=() [2/2]

template<class mtype , class M , class T >
template<class a , class b , class c >
ABObj& ROOT::Minuit2::ABObj< mtype, M, T >::operator= ( const ABObj< a, b, c > &  )
inlineprivate

Definition at line 37 of file ABObj.h.

37 {return *this;}

Member Data Documentation

◆ fFactor

template<class mtype , class M , class T >
T ROOT::Minuit2::ABObj< mtype, M, T >::fFactor
private

◆ fObject

template<class mtype , class M , class T >
M ROOT::Minuit2::ABObj< mtype, M, T >::fObject
private

The documentation for this class was generated from the following file: