|
BAT
0.9.4
The Bayesian analysis toolkit
|
A class desribing a systematic uncertainty. More...
#include <BCMTFSystematic.h>
Public Member Functions | |
Constructors and destructors | |
| BCMTFSystematic (const char *name) | |
| ~BCMTFSystematic () | |
Member functions (get) | |
| std::string | GetName () |
| bool | GetFlagSystematicActive () |
| void | SetFlagSystematicActive (bool flag) |
A class desribing a systematic uncertainty.
Definition at line 27 of file BCMTFSystematic.h.
| BCMTFSystematic::BCMTFSystematic | ( | const char * | name | ) |
The default constructor.
| name | The name of the source of systematic uncertainty. |
Definition at line 14 of file BCMTFSystematic.cxx.
| BCMTFSystematic::~BCMTFSystematic | ( | ) |
The default destructor.
Definition at line 21 of file BCMTFSystematic.cxx.
|
inline |
Definition at line 54 of file BCMTFSystematic.h.
|
inline |
Definition at line 49 of file BCMTFSystematic.h.
|
inline |
Set a flag defining if this uncertainty is active or not.
| flag | The flag. |
Definition at line 64 of file BCMTFSystematic.h.