|
Jpp test-rotations-old-533-g2bdbdb559
the software that should make you happy
|
Implementation of nuisance based on a formula. More...
#include <JNuisance.hh>
Public Member Functions | |
| virtual std::istream & | read (std::istream &in) override |
| Read nuisance from input stream. | |
| virtual std::ostream & | write (std::ostream &out) const override |
| Write nuisance to output stream. | |
| double | get () const override |
| Get value. | |
Public Attributes | |
| std::shared_ptr< TF1 > | f1 |
Static Public Attributes | |
| static constexpr double | FACTOR = 1.0 |
| Central value. | |
Implementation of nuisance based on a formula.
Definition at line 197 of file JNuisance.hh.
|
inlineoverridevirtual |
Read nuisance from input stream.
| in | input stream |
Implements JASTRONOMY::JNuisance.
Definition at line 206 of file JNuisance.hh.
|
inlineoverridevirtual |
Write nuisance to output stream.
| out | output stream |
Implements JASTRONOMY::JNuisance.
Definition at line 229 of file JNuisance.hh.
|
inlineoverridevirtual |
Get value.
Implements JASTRONOMY::JNuisance.
Definition at line 243 of file JNuisance.hh.
| std::shared_ptr<TF1> JASTRONOMY::JNuisanceTF1::f1 |
Definition at line 249 of file JNuisance.hh.
|
staticconstexprinherited |
Central value.
Definition at line 45 of file JNuisance.hh.