|
Jpp 20.0.0-rc.9-4-g539b3ce77
the software that should make you happy
|
Implementation of detector resolution based on histogram. More...
#include <JResolution.hh>
Public Types | |
| typedef JClonable< JClonable_t >::clone_type | clone_type |
Public Member Functions | |
| virtual | ~JResolutionTH1 () |
| Virtual destructor. | |
| virtual std::istream & | read (std::istream &in) override |
| Read detector resolution from input stream. | |
| virtual std::ostream & | write (std::ostream &out) const override |
| Write detector resolution to output stream. | |
| JDirection3D | get () const override |
| Get direction. | |
| 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 detector resolution based on histogram.
Note that all input angles are in degrees.
Definition at line 227 of file JResolution.hh.
|
inherited |
Definition at line 61 of file JClonable.hh.
|
inlinevirtual |
Virtual destructor.
Definition at line 233 of file JResolution.hh.
|
inlineoverridevirtual |
Read detector resolution from input stream.
| in | input stream |
Definition at line 247 of file JResolution.hh.
|
inlineoverridevirtual |
Write detector resolution to output stream.
| out | output stream |
Definition at line 264 of file JResolution.hh.
|
inlineoverride |
Get direction.
Definition at line 276 of file JResolution.hh.
|
inlineprotected |
Load histogram from file.
Definition at line 303 of file JResolution.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::JResolutionTH1::filename |
Definition at line 296 of file JResolution.hh.
| std::string JASTRONOMY::JResolutionTH1::histname |
Definition at line 297 of file JResolution.hh.
|
mutableprotected |
Definition at line 318 of file JResolution.hh.
|
mutableprotected |
Definition at line 319 of file JResolution.hh.