|
Jpp 20.0.0-rc.3
the software that should make you happy
|
Inteface for detector resolution simulation. More...
#include <JResolution.hh>
Public Member Functions | |
| virtual | ~JResolution () |
| Virtual destructor. | |
| virtual std::istream & | read (std::istream &in)=0 |
| Read detector resolution from input stream. | |
| virtual std::ostream & | write (std::ostream &out) const =0 |
| Write detector resolution to output stream. | |
| virtual JDirection3D | get () const =0 |
| Get direction. | |
Inteface for detector resolution simulation.
Note that all input angles are in degrees.
Definition at line 47 of file JResolution.hh.
|
inlinevirtual |
|
pure virtual |
Read detector resolution from input stream.
| in | input stream |
Implemented in JASTRONOMY::JResolutionGauss, JASTRONOMY::JResolutionTF1, and JASTRONOMY::JResolutionTH1.
|
pure virtual |
Write detector resolution to output stream.
| out | output stream |
Implemented in JASTRONOMY::JResolutionGauss, JASTRONOMY::JResolutionTF1, and JASTRONOMY::JResolutionTH1.
|
pure virtual |
Get direction.
Implemented in JASTRONOMY::JResolutionGauss, JASTRONOMY::JResolutionLog, JASTRONOMY::JResolutionTF1, and JASTRONOMY::JResolutionTH1.