Jpp 19.3.0-rc.2
the software that should make you happy
|
Acoustic event header. More...
#include <JEvt.hh>
Public Member Functions | |
JHead () | |
Default constructor. | |
JHead (const int detid, const JTimeRange &range, const int nhit, const int nfit, const int npar, const double ndf, const double chi2, const int ns) | |
Constructor. | |
virtual | ~JHead () |
Virtual destructor. | |
ClassDef (JHead, 7) | |
Public Attributes | |
int | detid |
detector identifier | |
double | UNIXTimeStart |
start time | |
double | UNIXTimeStop |
stop time | |
int | nhit |
number of hits | |
int | nfit |
number of hits used in fit (after outlier removal) | |
int | npar |
number of fit parameters | |
double | ndf |
weighed number of degrees of freedom | |
double | chi2 |
chi2 | |
int | numberOfIterations |
number of iterations | |
Friends | |
JReader & | operator>> (JReader &in, JHead &object) |
Read head from input. | |
JWriter & | operator<< (JWriter &out, const JHead &object) |
Write head to output. | |
Acoustic event header.
Definition at line 157 of file JAcoustics/JEvt.hh.
|
inline |
Default constructor.
Definition at line 161 of file JAcoustics/JEvt.hh.
|
inline |
Constructor.
detid | 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 |
ns | number of iterations |
Definition at line 186 of file JAcoustics/JEvt.hh.
|
inlinevirtual |
JACOUSTICS::JHead::ClassDef | ( | JHead | , |
7 | ) |
Read head from input.
in | reader |
object | head |
Definition at line 220 of file JAcoustics/JEvt.hh.
Write head to output.
out | writer |
object | head |
Definition at line 243 of file JAcoustics/JEvt.hh.
int JACOUSTICS::JHead::detid |
detector identifier
Definition at line 260 of file JAcoustics/JEvt.hh.
double JACOUSTICS::JHead::UNIXTimeStart |
start time
Definition at line 261 of file JAcoustics/JEvt.hh.
double JACOUSTICS::JHead::UNIXTimeStop |
stop time
Definition at line 262 of file JAcoustics/JEvt.hh.
int JACOUSTICS::JHead::nhit |
number of hits
Definition at line 263 of file JAcoustics/JEvt.hh.
int JACOUSTICS::JHead::nfit |
number of hits used in fit (after outlier removal)
Definition at line 264 of file JAcoustics/JEvt.hh.
int JACOUSTICS::JHead::npar |
number of fit parameters
Definition at line 265 of file JAcoustics/JEvt.hh.
double JACOUSTICS::JHead::ndf |
weighed number of degrees of freedom
Definition at line 266 of file JAcoustics/JEvt.hh.
double JACOUSTICS::JHead::chi2 |
chi2
Definition at line 267 of file JAcoustics/JEvt.hh.
int JACOUSTICS::JHead::numberOfIterations |
number of iterations
Definition at line 268 of file JAcoustics/JEvt.hh.