Jpp master_rocky-44-g75b7c4f75
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 533 of file JRootToolkit.hh.

Constructor & Destructor Documentation

◆ JFitParameter_t() [1/2]

JROOT::JFitParameter_t::JFitParameter_t ( )
inline

Default constructor.

Definition at line 537 of file JRootToolkit.hh.

537 :
538 index(0),
539 value(0.0)
540 {}

◆ 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 549 of file JRootToolkit.hh.

550 :
551 index(index),
552 value(value)
553 {}

Member Function Documentation

◆ operator Int_t()

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

Type conversion operator.

Returns
index

Definition at line 562 of file JRootToolkit.hh.

563 {
564 return index;
565 }

Member Data Documentation

◆ index

Int_t JROOT::JFitParameter_t::index

Definition at line 568 of file JRootToolkit.hh.

◆ value

Double_t JROOT::JFitParameter_t::value

Definition at line 569 of file JRootToolkit.hh.


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