Jpp 19.3.0
the software that should make you happy
|
Implementation of detector resolution based on histogram filled according <tt>log10(alpha). More...
#include <JResolution.hh>
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. | |
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 <tt>log10(alpha).
Note that all input angles are in degrees.
Definition at line 321 of file JResolution.hh.
|
inlineoverridevirtual |
Get direction.
Implements JASTRONOMY::JResolution.
Definition at line 329 of file JResolution.hh.
|
inlineoverridevirtualinherited |
Read detector resolution from input stream.
in | input stream |
Implements JASTRONOMY::JResolution.
Definition at line 241 of file JResolution.hh.
|
inlineoverridevirtualinherited |
Write detector resolution to output stream.
out | output stream |
Implements JASTRONOMY::JResolution.
Definition at line 258 of file JResolution.hh.
|
inlineprotectedinherited |
Load histogram from file.
Definition at line 297 of file JResolution.hh.
|
inherited |
Definition at line 290 of file JResolution.hh.
|
inherited |
Definition at line 291 of file JResolution.hh.
|
mutableprotectedinherited |
Definition at line 312 of file JResolution.hh.
|
mutableprotectedinherited |
Definition at line 313 of file JResolution.hh.