|
Jpp 20.0.0
the software that should make you happy
|
Implementation of nuisance based on a formula. More...
#include <JNuisance.hh>
Public Types | |
| typedef JClonable< JClonable_t >::clone_type | clone_type |
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. | |
| virtual clone_type | clone () const override |
| Get clone of this object. | |
Public Attributes | |
| std::shared_ptr< TF1 > | f1 |
Implementation of nuisance based on a formula.
Definition at line 203 of file JNuisance.hh.
|
inherited |
Definition at line 61 of file JClonable.hh.
|
inlineoverridevirtual |
Read nuisance from input stream.
| in | input stream |
Definition at line 212 of file JNuisance.hh.
|
inlineoverridevirtual |
Write nuisance to output stream.
| out | output stream |
Definition at line 235 of file JNuisance.hh.
|
inlineoverride |
|
inlineoverridevirtualinherited |
Get clone of this object.
Reimplemented in JPHYSICS::JPD0Transformer_t< JArgument_t >, JPHYSICS::JPDFTransformer< 2, JArgument_t >, JPHYSICS::JPDFTransformer< 3, JArgument_t >, JPHYSICS::JPDFTransformer< 4, JArgument_t >, JPHYSICS::JPDFTransformer< 5, JArgument_t >, JPHYSICS::JPDFTransformer_t< JArgument_t >, JPHYSICS::JPDGTransformer_t< JArgument_t >, and JTOOLS::JMultiMapTransformer< N, JArgument_t >::JMultiMapDefaultTransformer.
Definition at line 69 of file JClonable.hh.
| std::shared_ptr<TF1> JASTRONOMY::JNuisanceTF1::f1 |
Definition at line 255 of file JNuisance.hh.