Jpp 20.0.0-rc.2
the software that should make you happy
|
Compass event header. More...
#include <JEvt.hh>
Public Member Functions | |
JHead () | |
Default constructor. | |
JHead (const double t0, const double t1, const int id, const int ndf, const double chi2) | |
Constructor. | |
virtual | ~JHead () |
Virtual destructor. | |
ClassDef (JHead, 1) | |
Public Attributes | |
double | UNIXTimeStart |
start time | |
double | UNIXTimeStop |
stop time | |
int | id |
string identifier | |
int | ndf |
number of degrees of freedom | |
double | chi2 |
chi2 | |
Compass event header.
Definition at line 162 of file JCompass/JEvt.hh.
|
inline |
Default constructor.
Definition at line 168 of file JCompass/JEvt.hh.
|
inline |
Constructor.
t0 | UNIX start time |
t1 | UNIX stop time |
id | string identifier |
ndf | number of degrees of freedom |
chi2 | chi2 |
Definition at line 186 of file JCompass/JEvt.hh.
|
inlinevirtual |
JCOMPASS::JHead::ClassDef | ( | JHead | , |
1 | ) |
double JCOMPASS::JHead::UNIXTimeStart |
start time
Definition at line 208 of file JCompass/JEvt.hh.
double JCOMPASS::JHead::UNIXTimeStop |
stop time
Definition at line 209 of file JCompass/JEvt.hh.
int JCOMPASS::JHead::id |
string identifier
Definition at line 210 of file JCompass/JEvt.hh.
int JCOMPASS::JHead::ndf |
number of degrees of freedom
Definition at line 211 of file JCompass/JEvt.hh.
double JCOMPASS::JHead::chi2 |
chi2
Definition at line 212 of file JCompass/JEvt.hh.