|
Jpp 20.0.0-rc.9
the software that should make you happy
|
Implementation of detector resolution based on histogram filled according log10(alpha).
More...
#include <JResolution.hh>
Public Types | |
| typedef JClonable< JClonable_t >::clone_type | clone_type |
Public Member Functions | |
| JDirection3D | get () const override |
| Get direction. | |
| 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. | |
| 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 filled according log10(alpha).
Note that all input angles are in degrees.
Definition at line 327 of file JResolution.hh.
|
inherited |
Definition at line 61 of file JClonable.hh.
|
inlineoverride |
Get direction.
Definition at line 335 of file JResolution.hh.
|
inlineoverridevirtualinherited |
Read detector resolution from input stream.
| in | input stream |
Definition at line 247 of file JResolution.hh.
|
inlineoverridevirtualinherited |
Write detector resolution to output stream.
| out | output stream |
Definition at line 264 of file JResolution.hh.
|
inlineprotectedinherited |
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.
|
inherited |
Definition at line 296 of file JResolution.hh.
|
inherited |
Definition at line 297 of file JResolution.hh.
|
mutableprotectedinherited |
Definition at line 318 of file JResolution.hh.
|
mutableprotectedinherited |
Definition at line 319 of file JResolution.hh.