A class for the bag paramters. More...
#include <BParameter.h>
A class for the bag paramters.
This is the class for defining bag parameters, which depend on a specified scale and scheme.
Definition at line 28 of file BParameter.h.
Public Member Functions | |
| BParameter (int n) | |
| Constructor. More... | |
| const gslpp::vector< double > & | getBpars () const |
| A get method for the vector of the bag parameters. More... | |
| const double & | getMu () const |
| A get method for the scale of the bag parameters. More... | |
| schemes | getScheme () const |
| A get method for the scheme of the bag parameters. More... | |
| void | setBpars (gslpp::vector< double > bpars) |
| A set method for a vector of the bag parameters. More... | |
| void | setBpars (int i, double value) |
| A set method for a component of the vector of bag parameters. More... | |
| void | setMu (double mu) |
| A set method for the scale of the bag parameters. More... | |
| void | setScheme (schemes scheme) |
| A set method for the scheme of the bag parameters. More... | |
Private Attributes | |
| gslpp::vector< double > | bpars |
| A vector of bag parameters. More... | |
| double | mu |
| The scale at which the bag parameters are defined. More... | |
| schemes | scheme |
| The scheme in which the bag parameters are defined. More... | |
|
inline |
Constructor.
| [in] | n | dimension of the vector of bag parameters |
Definition at line 35 of file BParameter.h.
|
inline |
A get method for the vector of the bag parameters.
Definition at line 43 of file BParameter.h.
|
inline |
A get method for the scale of the bag parameters.
Definition at line 71 of file BParameter.h.
|
inline |
A get method for the scheme of the bag parameters.
Definition at line 88 of file BParameter.h.
|
inline |
A set method for a vector of the bag parameters.
| [in] | bpars | a vector of the bag parameters |
Definition at line 52 of file BParameter.h.
|
inline |
A set method for a component of the vector of bag parameters.
| [in] | i | the index for the component of the vector of bag parameters |
| [in] | value | the value of the bag parameters |
Definition at line 62 of file BParameter.h.
|
inline |
A set method for the scale of the bag parameters.
| [in] | mu | the scale at which the bag parameters are defined |
Definition at line 80 of file BParameter.h.
|
inline |
A set method for the scheme of the bag parameters.
| [in] | scheme | the scheme in which the bag parameters are defined |
Definition at line 97 of file BParameter.h.
|
private |
A vector of bag parameters.
Definition at line 103 of file BParameter.h.
|
private |
The scale at which the bag parameters are defined.
Definition at line 104 of file BParameter.h.
|
private |
The scheme in which the bag parameters are defined.
Definition at line 105 of file BParameter.h.