Jpp 19.3.0
the software that should make you happy
|
Implementation of detector resolution based on histogram. More...
#include <JResolution.hh>
Public Member Functions | |
virtual | ~JResolutionTH1 () |
Virtual destructor. | |
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::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.
Note that all input angles are in degrees.
Definition at line 221 of file JResolution.hh.
|
inlinevirtual |
Virtual destructor.
Definition at line 227 of file JResolution.hh.
|
inlineoverridevirtual |
Read detector resolution from input stream.
in | input stream |
Implements JASTRONOMY::JResolution.
Definition at line 241 of file JResolution.hh.
|
inlineoverridevirtual |
Write detector resolution to output stream.
out | output stream |
Implements JASTRONOMY::JResolution.
Definition at line 258 of file JResolution.hh.
|
inlineoverridevirtual |
Get direction.
Implements JASTRONOMY::JResolution.
Definition at line 270 of file JResolution.hh.
|
inlineprotected |
Load histogram from file.
Definition at line 297 of file JResolution.hh.
std::string JASTRONOMY::JResolutionTH1::filename |
Definition at line 290 of file JResolution.hh.
std::string JASTRONOMY::JResolutionTH1::histname |
Definition at line 291 of file JResolution.hh.
|
mutableprotected |
Definition at line 312 of file JResolution.hh.
|
mutableprotected |
Definition at line 313 of file JResolution.hh.