flavour
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
discreteparameter Class Reference

A parameter which will be fitted in the simulation. More...

#include <model.h>

Public Member Functions

 discreteparameter (int mi, int ma, TRandom3 *r)
 

Public Attributes

double min
 minimum possible value for the parameter More...
 
double max
 maximum possible value for the parameter More...
 
double value
 value of the parameter More...
 

Detailed Description

A parameter which will be fitted in the simulation.

Definition at line 161 of file model.h.

Constructor & Destructor Documentation

discreteparameter::discreteparameter ( int  mi,
int  ma,
TRandom3 *  r 
)
inline
Parameters
miminimum possible value for the parameter
mamaximum possible value for the parameter
rrandom number generator

Definition at line 167 of file model.h.

Member Data Documentation

double discreteparameter::max

maximum possible value for the parameter

Definition at line 171 of file model.h.

double discreteparameter::min

minimum possible value for the parameter

Definition at line 169 of file model.h.

double discreteparameter::value

value of the parameter

Definition at line 173 of file model.h.


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