Jpp 19.3.0-rc.3
the software that should make you happy
Loading...
Searching...
No Matches
JROOT::JFitParameter_t Struct Reference

Auxiliary data structure for a parameter index and its value. More...

#include <JRootToolkit.hh>

Public Member Functions

 JFitParameter_t ()
 Default constructor.
 
 JFitParameter_t (const Int_t index, const Double_t value)
 Constructor.
 
 operator Int_t () const
 Type conversion operator.
 

Public Attributes

Int_t index
 
Double_t value
 

Detailed Description

Auxiliary data structure for a parameter index and its value.

Definition at line 521 of file JRootToolkit.hh.

Constructor & Destructor Documentation

◆ JFitParameter_t() [1/2]

JROOT::JFitParameter_t::JFitParameter_t ( )
inline

Default constructor.

Definition at line 525 of file JRootToolkit.hh.

525 :
526 index(0),
527 value(0.0)
528 {}

◆ JFitParameter_t() [2/2]

JROOT::JFitParameter_t::JFitParameter_t ( const Int_t index,
const Double_t value )
inline

Constructor.

Parameters
indexparameter index
valueparameter value

Definition at line 537 of file JRootToolkit.hh.

538 :
539 index(index),
540 value(value)
541 {}

Member Function Documentation

◆ operator Int_t()

JROOT::JFitParameter_t::operator Int_t ( ) const
inline

Type conversion operator.

Returns
index

Definition at line 550 of file JRootToolkit.hh.

551 {
552 return index;
553 }

Member Data Documentation

◆ index

Int_t JROOT::JFitParameter_t::index

Definition at line 556 of file JRootToolkit.hh.

◆ value

Double_t JROOT::JFitParameter_t::value

Definition at line 557 of file JRootToolkit.hh.


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