Jpp
15.0.4
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 double t0, const double t1, const int ndf, const double weight, const double chi2) | |
Constructor. More... | |
virtual | ~JHead () |
Virtual destructor. More... | |
ClassDef (JHead, 3) | |
Public Attributes | |
std::string | oid |
detector identifier More... | |
double | UNIXTimeStart |
start time More... | |
double | UNIXTimeStop |
stop time More... | |
int | ndf |
number of degrees of freedom More... | |
double | weight |
total weight of hits More... | |
double | chi2 |
chi2 More... | |
Acoustic event header.
Definition at line 95 of file JAcoustics/JEvt.hh.
|
inline |
|
inline |
Constructor.
oid | detector identifer |
t0 | UNIX start time |
t1 | UNIX stop time |
ndf | number of degrees of freedom |
weight | total weight of hits |
chi2 | chi2 |
Definition at line 118 of file JAcoustics/JEvt.hh.
|
inlinevirtual |
JACOUSTICS::JHead::ClassDef | ( | JHead | , |
3 | |||
) |
std::string JACOUSTICS::JHead::oid |
detector identifier
Definition at line 142 of file JAcoustics/JEvt.hh.
double JACOUSTICS::JHead::UNIXTimeStart |
start time
Definition at line 143 of file JAcoustics/JEvt.hh.
double JACOUSTICS::JHead::UNIXTimeStop |
stop time
Definition at line 144 of file JAcoustics/JEvt.hh.
int JACOUSTICS::JHead::ndf |
number of degrees of freedom
Definition at line 145 of file JAcoustics/JEvt.hh.
double JACOUSTICS::JHead::weight |
total weight of hits
Definition at line 146 of file JAcoustics/JEvt.hh.
double JACOUSTICS::JHead::chi2 |
chi2
Definition at line 147 of file JAcoustics/JEvt.hh.