|
Jpp 19.3.0-rc.5
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 150 of file JCompass/JEvt.hh.
|
inline |
Default constructor.
Definition at line 156 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 174 of file JCompass/JEvt.hh.
|
inlinevirtual |
| JCOMPASS::JHead::ClassDef | ( | JHead | , |
| 1 | ) |
| double JCOMPASS::JHead::UNIXTimeStart |
start time
Definition at line 196 of file JCompass/JEvt.hh.
| double JCOMPASS::JHead::UNIXTimeStop |
stop time
Definition at line 197 of file JCompass/JEvt.hh.
| int JCOMPASS::JHead::id |
string identifier
Definition at line 198 of file JCompass/JEvt.hh.
| int JCOMPASS::JHead::ndf |
number of degrees of freedom
Definition at line 199 of file JCompass/JEvt.hh.
| double JCOMPASS::JHead::chi2 |
chi2
Definition at line 200 of file JCompass/JEvt.hh.