Jpp - 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 chi2) | |
Constructor. More... | |
virtual | ~JHead () |
Virtual destructor. More... | |
ClassDef (JHead, 2) | |
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 | 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 |
chi2 | chi2 |
Definition at line 117 of file JAcoustics/JEvt.hh.
|
inlinevirtual |
JACOUSTICS::JHead::ClassDef | ( | JHead | , |
2 | |||
) |
std::string JACOUSTICS::JHead::oid |
detector identifier
Definition at line 139 of file JAcoustics/JEvt.hh.
double JACOUSTICS::JHead::UNIXTimeStart |
start time
Definition at line 140 of file JAcoustics/JEvt.hh.
double JACOUSTICS::JHead::UNIXTimeStop |
stop time
Definition at line 141 of file JAcoustics/JEvt.hh.
int JACOUSTICS::JHead::ndf |
number of degrees of freedom
Definition at line 142 of file JAcoustics/JEvt.hh.
double JACOUSTICS::JHead::chi2 |
chi2
Definition at line 143 of file JAcoustics/JEvt.hh.