|
Jpp 20.0.0-rc.9
the software that should make you happy
|
Implementation of histogram source morphology. More...
#include <JMorphology.hh>
Public Types | |
| typedef JClonable< JClonable_t >::clone_type | clone_type |
Public Member Functions | |
| virtual | ~JMorphologyHistogram () |
| Virtual destructor. | |
| virtual std::istream & | read (std::istream &in) override |
| Read source morphology from input stream. | |
| virtual std::ostream & | write (std::ostream &out) const override |
| Write source morphology to output stream. | |
| virtual JSourceLocation | get () const override |
| Get location on sky. | |
| 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 |
| TH2D * | h2 = NULL |
Implementation of histogram source morphology.
Note that all input angles are in degrees.
Definition at line 387 of file JMorphology.hh.
|
inherited |
Definition at line 61 of file JClonable.hh.
|
inlinevirtual |
Virtual destructor.
Definition at line 393 of file JMorphology.hh.
|
inlineoverridevirtual |
Read source morphology from input stream.
| in | input stream |
Definition at line 407 of file JMorphology.hh.
|
inlineoverridevirtual |
Write source morphology to output stream.
| out | output stream |
Definition at line 425 of file JMorphology.hh.
|
inlineoverridevirtual |
Get location on sky.
Definition at line 438 of file JMorphology.hh.
|
inlineprotected |
Load histogram from file.
Definition at line 466 of file JMorphology.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::JMorphologyHistogram::filename |
Definition at line 459 of file JMorphology.hh.
| std::string JASTRONOMY::JMorphologyHistogram::histname |
Definition at line 460 of file JMorphology.hh.
|
mutableprotected |
Definition at line 481 of file JMorphology.hh.
|
mutableprotected |
Definition at line 482 of file JMorphology.hh.