Jpp test-rotations-old
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 519 of file JRootToolkit.hh.

Constructor & Destructor Documentation

◆ JFitParameter_t() [1/2]

JROOT::JFitParameter_t::JFitParameter_t ( )
inline

Default constructor.

Definition at line 523 of file JRootToolkit.hh.

523 :
524 index(0),
525 value(0.0)
526 {}

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

536 :
537 index(index),
538 value(value)
539 {}

Member Function Documentation

◆ operator Int_t()

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

Type conversion operator.

Returns
index

Definition at line 548 of file JRootToolkit.hh.

549 {
550 return index;
551 }

Member Data Documentation

◆ index

Int_t JROOT::JFitParameter_t::index

Definition at line 554 of file JRootToolkit.hh.

◆ value

Double_t JROOT::JFitParameter_t::value

Definition at line 555 of file JRootToolkit.hh.


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