|
Jpp 20.0.0-27-g39925593c-D
the software that should make you happy
|
Interface for nuisance parameter. More...
#include <JNuisance.hh>
Public Types | |
| typedef JClonable< JClonable_t >::clone_type | clone_type |
Public Member Functions | |
| virtual | ~JNuisance () |
| Virtual destructor. | |
| virtual std::istream & | read (std::istream &in)=0 |
| Read nuisance from input stream. | |
| virtual std::ostream & | write (std::ostream &out) const =0 |
| Write nuisance to output stream. | |
| virtual double | get () const =0 |
| Get value. | |
| virtual clone_type | clone () const override |
| Get clone of this object. | |
| const std::string & | getTitle () const |
| Get title. | |
| void | setTitle (const std::string &title) |
| Set title. | |
Static Public Attributes | |
| static constexpr double | FACTOR = 1.0 |
| Central value. | |
Protected Attributes | |
| std::string | title |
Friends | |
| std::istream & | operator>> (std::istream &in, JNuisance &nuisance) |
| Read nuisance from input stream. | |
| std::ostream & | operator<< (std::ostream &out, const JNuisance &nuisance) |
| Write nuisance to output stream. | |
Interface for nuisance parameter.
Definition at line 44 of file JNuisance.hh.
|
inherited |
Definition at line 61 of file JClonable.hh.
|
inlinevirtual |
|
pure virtual |
Read nuisance from input stream.
| in | input stream |
|
pure virtual |
Write nuisance to output stream.
| out | output stream |
|
pure virtual |
Get value.
|
inlineoverridevirtualinherited |
Get clone of this object.
Reimplemented in JLANG::JClonable< JMatch< hit_type > >, JLANG::JClonable< JMatch< hit_type >, JMatch1D >, JLANG::JClonable< JMatch< hit_type >, JMatch3D >, JLANG::JClonable< JMatch< JTRIGGER::JHitR1 > >, JLANG::JClonable< JMatch< JTRIGGER::JHitR1 >, JMatch3G< JTRIGGER::JHitR1 > >, JPHYSICS::JPDFTransformer_t< JArgument_t >, JPHYSICS::JPD0Transformer_t< JArgument_t >, JPHYSICS::JPDGTransformer_t< JArgument_t >, JPHYSICS::JPDFTransformer< 2, JArgument_t >, JPHYSICS::JPDFTransformer< 3, JArgument_t >, JPHYSICS::JPDFTransformer< 4, JArgument_t >, JPHYSICS::JPDFTransformer< 5, JArgument_t >, and JTOOLS::JMultiMapTransformer< N, JArgument_t >::JMultiMapDefaultTransformer.
Definition at line 69 of file JClonable.hh.
|
inlineinherited |
Get title.
|
inlineinherited |
|
friend |
Read nuisance from input stream.
| in | input stream |
| nuisance | nuisance |
Definition at line 93 of file JNuisance.hh.
|
friend |
Write nuisance to output stream.
| out | output stream |
| nuisance | nuisance |
Definition at line 106 of file JNuisance.hh.
|
staticconstexpr |
Central value.
Definition at line 51 of file JNuisance.hh.