Logo ROOT   6.08/07
Reference Guide
List of all members | Public Types | Public Member Functions | Private Member Functions | Private Attributes | List of all members
ROOT::Minuit2::ABObj< vec, LAVector, double > Class Template Reference

template<>
class ROOT::Minuit2::ABObj< vec, LAVector, double >

Definition at line 65 of file ABObj.h.

Public Types

typedef vec Type
 

Public Member Functions

 ABObj (const LAVector &obj)
 
 ABObj (const LAVector &obj, double factor)
 
template<class c >
 ABObj (const ABObj< vec, LAVector, c > &obj)
 
 ~ABObj ()
 
double f () const
 
const LAVectorObj () const
 

Private Member Functions

ABObjoperator= (const ABObj &)
 

Private Attributes

double fFactor
 
const LAVectorfObject
 

#include <Minuit2/ABObj.h>

Member Typedef Documentation

◆ Type

typedef vec ROOT::Minuit2::ABObj< vec, LAVector, double >::Type

Definition at line 69 of file ABObj.h.

Constructor & Destructor Documentation

◆ ABObj() [1/3]

ROOT::Minuit2::ABObj< vec, LAVector, double >::ABObj ( const LAVector obj)
inline

Definition at line 77 of file ABObj.h.

◆ ABObj() [2/3]

ROOT::Minuit2::ABObj< vec, LAVector, double >::ABObj ( const LAVector obj,
double  factor 
)
inline

Definition at line 79 of file ABObj.h.

◆ ~ABObj()

ROOT::Minuit2::ABObj< vec, LAVector, double >::~ABObj ( )
inline

Definition at line 81 of file ABObj.h.

◆ ABObj() [3/3]

template<class c >
ROOT::Minuit2::ABObj< vec, LAVector, double >::ABObj ( const ABObj< vec, LAVector, c > &  obj)
inline

Definition at line 89 of file ABObj.h.

Member Function Documentation

◆ f()

double ROOT::Minuit2::ABObj< vec, LAVector, double >::f ( ) const
inline

Definition at line 94 of file ABObj.h.

◆ Obj()

const LAVector& ROOT::Minuit2::ABObj< vec, LAVector, double >::Obj ( ) const
inline

Definition at line 92 of file ABObj.h.

◆ operator=()

ABObj& ROOT::Minuit2::ABObj< vec, LAVector, double >::operator= ( const ABObj< vec, LAVector, double > &  )
inlineprivate

Definition at line 73 of file ABObj.h.

Member Data Documentation

◆ fFactor

double ROOT::Minuit2::ABObj< vec, LAVector, double >::fFactor
private

Definition at line 99 of file ABObj.h.

◆ fObject

const LAVector& ROOT::Minuit2::ABObj< vec, LAVector, double >::fObject
private

Definition at line 98 of file ABObj.h.


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