Jpp
18.2.1
the software that should make you happy
|
Acoustic event header. More...
#include <JEvt.hh>
Public Member Functions | |
JHead () | |
Default constructor. More... | |
JHead (const std::string &oid, const JTimeRange &range, const int nhit, const int nfit, const int npar, const double ndf, const double chi2) | |
Constructor. More... | |
virtual | ~JHead () |
Virtual destructor. More... | |
ClassDef (JHead, 5) | |
Public Attributes | |
std::string | oid |
detector identifier More... | |
double | UNIXTimeStart |
start time More... | |
double | UNIXTimeStop |
stop time More... | |
int | nhit |
number of hits More... | |
int | nfit |
number of hits used in fit (after outlier removal) More... | |
int | npar |
number of fit parameters More... | |
double | ndf |
weighed number of degrees of freedom More... | |
double | chi2 |
chi2 More... | |
Friends | |
JReader & | operator>> (JReader &in, JHead &object) |
Read head from input. More... | |
JWriter & | operator<< (JWriter &out, const JHead &object) |
Write head to output. More... | |
Acoustic event header.
Definition at line 158 of file JAcoustics/JEvt.hh.
|
inline |
Default constructor.
Definition at line 162 of file JAcoustics/JEvt.hh.
|
inline |
Constructor.
oid | detector identifer |
range | UNIX start and stop time [s] |
nhit | number of hits |
nfit | number of hits used in fit (after outlier removal) |
npar | number of fit parameters |
ndf | weighed number of degrees of freedom |
chi2 | chi2 |
Definition at line 185 of file JAcoustics/JEvt.hh.
|
inlinevirtual |
JACOUSTICS::JHead::ClassDef | ( | JHead | , |
5 | |||
) |
Read head from input.
in | reader |
object | head |
Definition at line 217 of file JAcoustics/JEvt.hh.
Write head to output.
out | writer |
object | head |
Definition at line 239 of file JAcoustics/JEvt.hh.
std::string JACOUSTICS::JHead::oid |
detector identifier
Definition at line 255 of file JAcoustics/JEvt.hh.
double JACOUSTICS::JHead::UNIXTimeStart |
start time
Definition at line 256 of file JAcoustics/JEvt.hh.
double JACOUSTICS::JHead::UNIXTimeStop |
stop time
Definition at line 257 of file JAcoustics/JEvt.hh.
int JACOUSTICS::JHead::nhit |
number of hits
Definition at line 258 of file JAcoustics/JEvt.hh.
int JACOUSTICS::JHead::nfit |
number of hits used in fit (after outlier removal)
Definition at line 259 of file JAcoustics/JEvt.hh.
int JACOUSTICS::JHead::npar |
number of fit parameters
Definition at line 260 of file JAcoustics/JEvt.hh.
double JACOUSTICS::JHead::ndf |
weighed number of degrees of freedom
Definition at line 261 of file JAcoustics/JEvt.hh.
double JACOUSTICS::JHead::chi2 |
chi2
Definition at line 262 of file JAcoustics/JEvt.hh.