Jpp 21.0.0-rc.1-88-g0130508c4
the software that should make you happy
Loading...
Searching...
No Matches
JFIT::JModifier_t Struct Reference

Auxiliary data structure for editable parameter. More...

#include <JGradient.hh>

Inheritance diagram for JFIT::JModifier_t:

Public Member Functions

 JModifier_t (const std::string &name, JParameter_t *parameter, const double value)
 Constructor.
 

Public Attributes

std::string name
 
double value
 

Detailed Description

Auxiliary data structure for editable parameter.

Definition at line 48 of file JGradient.hh.

Constructor & Destructor Documentation

◆ JModifier_t()

JFIT::JModifier_t::JModifier_t ( const std::string & name,
JParameter_t * parameter,
const double value )
inline

Constructor.

Parameters
namename
parameterparameter
valuevalue

Definition at line 58 of file JGradient.hh.

60 :
61 std::shared_ptr<JParameter_t>(parameter),
62 name (name),
64 {}
std::string name
Definition JGradient.hh:66

Member Data Documentation

◆ name

std::string JFIT::JModifier_t::name

Definition at line 66 of file JGradient.hh.

◆ value

double JFIT::JModifier_t::value

Definition at line 67 of file JGradient.hh.


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