Jpp 19.3.0
the software that should make you happy
|
Implementation of detector resolution based on a formula. 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 | |
std::shared_ptr< TF1 > | f1 |
Implementation of detector resolution based on a formula.
Note that all input angles are in degrees.
Definition at line 147 of file JResolution.hh.
|
inlineoverridevirtual |
Read detector resolution from input stream.
in | input stream |
Implements JASTRONOMY::JResolution.
Definition at line 156 of file JResolution.hh.
|
inlineoverridevirtual |
Write detector resolution to output stream.
out | output stream |
Implements JASTRONOMY::JResolution.
Definition at line 179 of file JResolution.hh.
|
inlineoverridevirtual |
Get direction.
Implements JASTRONOMY::JResolution.
Definition at line 193 of file JResolution.hh.
std::shared_ptr<TF1> JASTRONOMY::JResolutionTF1::f1 |
Definition at line 213 of file JResolution.hh.