|
Jpp
|
Compass event header. More...
#include <JEvt.hh>
Public Member Functions | |
| JHead () | |
| Default constructor. More... | |
| JHead (const double t0, const double t1, const int id, const int ndf, const double chi2) | |
| Constructor. More... | |
| virtual | ~JHead () |
| Virtual destructor. More... | |
| ClassDef (JHead, 1) | |
Public Attributes | |
| double | UNIXTimeStart |
| start time More... | |
| double | UNIXTimeStop |
| stop time More... | |
| int | id |
| string identifier More... | |
| int | ndf |
| number of degrees of freedom More... | |
| double | chi2 |
| chi2 More... | |
Compass event header.
Definition at line 150 of file JCompass/JEvt.hh.
|
inline |
|
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.
1.8.5