PARTONS/NumA++  
Numerical Analysis C++ routines
Public Types | Public Member Functions | Private Attributes | List of all members
NumA::TrainingFunctionType Class Reference

Public Types

enum  Type { UNDEFINED = 0 , Chi2 = 1 }
 

Public Member Functions

 TrainingFunctionType ()
 
 TrainingFunctionType (TrainingFunctionType::Type type)
 
 TrainingFunctionType (const TrainingFunctionType &other)
 
virtual ~TrainingFunctionType ()
 
TrainingFunctionTypeclone () const
 
std::string toString () const
 

Private Attributes

TrainingFunctionType::Type m_type
 

Member Enumeration Documentation

◆ Type

Enumerator
UNDEFINED 
Chi2 

Constructor & Destructor Documentation

◆ TrainingFunctionType() [1/3]

NumA::TrainingFunctionType::TrainingFunctionType ( )

◆ TrainingFunctionType() [2/3]

NumA::TrainingFunctionType::TrainingFunctionType ( TrainingFunctionType::Type  type)

◆ TrainingFunctionType() [3/3]

NumA::TrainingFunctionType::TrainingFunctionType ( const TrainingFunctionType other)

◆ ~TrainingFunctionType()

NumA::TrainingFunctionType::~TrainingFunctionType ( )
virtual

Member Function Documentation

◆ clone()

TrainingFunctionType * NumA::TrainingFunctionType::clone ( ) const

◆ toString()

std::string NumA::TrainingFunctionType::toString ( ) const

Member Data Documentation

◆ m_type

TrainingFunctionType::Type NumA::TrainingFunctionType::m_type
private

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