|
Jpp test-rotations-old-533-g2bdbdb559
the software that should make you happy
|
Implementation of fixed nuisance. 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. | |
Static Public Attributes | |
| static constexpr double | FACTOR = 1.0 |
| Central value. | |
Implementation of fixed nuisance.
Definition at line 110 of file JNuisance.hh.
|
inlineoverridevirtual |
Read nuisance from input stream.
| in | input stream |
Implements JASTRONOMY::JNuisance.
Definition at line 119 of file JNuisance.hh.
|
inlineoverridevirtual |
Write nuisance to output stream.
| out | output stream |
Implements JASTRONOMY::JNuisance.
Definition at line 131 of file JNuisance.hh.
|
inlineoverridevirtual |
Get value.
Implements JASTRONOMY::JNuisance.
Definition at line 142 of file JNuisance.hh.
|
staticconstexprinherited |
Central value.
Definition at line 45 of file JNuisance.hh.