Jpp 19.3.0
the software that should make you happy
|
Implementation of Gaussian detector resolution. More...
#include <JResolution.hh>
Public Member Functions | |
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. | |
Public Attributes | |
double | sigma_deg |
Implementation of Gaussian detector resolution.
Note that all input angles are in degrees.
Definition at line 87 of file JResolution.hh.
|
inlineoverridevirtual |
Read detector resolution from input stream.
in | input stream |
Implements JASTRONOMY::JResolution.
Definition at line 96 of file JResolution.hh.
|
inlineoverridevirtual |
Write detector resolution to output stream.
out | output stream |
Implements JASTRONOMY::JResolution.
Definition at line 108 of file JResolution.hh.
|
inlineoverridevirtual |
Get direction.
Implements JASTRONOMY::JResolution.
Definition at line 119 of file JResolution.hh.
double JASTRONOMY::JResolutionGauss::sigma_deg |
Definition at line 139 of file JResolution.hh.