|
| EventNumber (std::string name, fptype min=0, fptype max=EventNumber::maxint) |
|
| ~EventNumber () override=default |
|
EventNumber & | operator= (const EventNumber &)=delete |
|
const EventNumber & | operator= (const fptype &val) |
| Support var = 3. More...
|
|
| Observable (std::string name, fptype lowerlimit, fptype upperlimit) |
|
| ~Observable () override=default |
|
Observable & | operator= (const Observable &)=delete |
|
void | setNumBins (size_t num) |
| Set the number of bins. More...
|
|
size_t | getNumBins () const |
| Get the number of bins. More...
|
|
fptype | getBinSize () const |
| Get the bin size, (upper-lower) / bins. More...
|
|
bool | isEventNumber () const |
| Check to see if this is an event number. More...
|
|
const Observable & | operator= (const fptype &val) |
| Support var = 3. More...
|
|
| Indexable (std::string n, fptype val=0) |
|
| Indexable (std::string n, fptype val, fptype lowerlimit, fptype upperlimit) |
|
Indexable & | operator= (const Indexable &)=delete |
|
virtual | ~Indexable () |
|
int | getIndex () const |
| Get the GooFit index. More...
|
|
void | setIndex (int value) |
| Set the GooFit index. More...
|
|
const std::string & | getName () const |
| Get the name. More...
|
|
fptype | getValue () const |
| Get the value. More...
|
|
void | setValue (fptype val) |
| Set the value. More...
|
|
fptype | getUpperLimit () const |
| Get the upper limit. More...
|
|
void | setUpperLimit (fptype val) |
| Set the upper limit. More...
|
|
fptype | getLowerLimit () const |
| Get the lower limit. More...
|
|
void | setLowerLimit (fptype val) |
| Set the lower limit. More...
|
|
const Indexable & | operator= (const fptype &val) |
| Support var = 3. More...
|
|
| operator fptype () const |
| Support fptype val = var. More...
|
|
bool | operator< (const Indexable &other) const |
| Support for using as key in map - Notice this does NOT sort by index! More...
|
|
bool | operator== (const Indexable &other) const |
| Support for comparison - only if really the same object, not just the same value. More...
|
|
bool | operator!= (const Indexable &other) const |
| Support for comparison - only if really the same object, not just the same value. More...
|
|
| operator bool () const |
| Check to see if in range. More...
|
|
This is used to track event number for MPI versions. A cast is done to know whether the values need to be fixed. Ugly hack because this internally stores a floating point number!
Definition at line 242 of file Variable.h.