|
Jpp 20.0.0-rc.9-4-g539b3ce77
the software that should make you happy
|
Implementation of nuisance based on histogram. More...
#include <JNuisance.hh>
Public Types | |
| typedef JClonable< JClonable_t >::clone_type | clone_type |
Public Member Functions | |
| virtual | ~JNuisanceTH1 () |
| Virtual destructor. | |
| 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::string | filename |
| std::string | histname |
Protected Member Functions | |
| void | load () |
| Load histogram from file. | |
Protected Attributes | |
| TFile * | in = NULL |
| TH1D * | h1 = NULL |
Implementation of nuisance based on histogram.
Definition at line 262 of file JNuisance.hh.
|
inherited |
Definition at line 61 of file JClonable.hh.
|
inlinevirtual |
|
inlineoverridevirtual |
Read nuisance from input stream.
| in | input stream |
Definition at line 282 of file JNuisance.hh.
|
inlineoverridevirtual |
Write nuisance to output stream.
| out | output stream |
Definition at line 299 of file JNuisance.hh.
|
inlineoverride |
|
inlineprotected |
Load histogram from file.
Definition at line 324 of file JNuisance.hh.
|
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::string JASTRONOMY::JNuisanceTH1::filename |
Definition at line 317 of file JNuisance.hh.
| std::string JASTRONOMY::JNuisanceTH1::histname |
Definition at line 318 of file JNuisance.hh.
|
mutableprotected |
Definition at line 339 of file JNuisance.hh.
|
mutableprotected |
Definition at line 340 of file JNuisance.hh.