Jpp test-rotations-new
the software that should make you happy
|
Auxiliary data structure to convert model to event. More...
#include <JEvtToolkit.hh>
Public Member Functions | |
getEvt (const JHead &header, const JModel &model) | |
Constructor. | |
virtual JReader & | read (JReader &in) override |
Read from input. | |
virtual JWriter & | write (JWriter &out) const override |
Write to output. | |
ClassDefOverride (JEvt, 9) | |
ClassDef (JHead, 7) | |
Public Attributes | |
int | detid |
detector identifier | |
double | UNIXTimeStart |
start time | |
double | UNIXTimeStop |
stop time | |
int | nhit |
number of hits | |
int | nfit |
number of hits used in fit (after outlier removal) | |
int | npar |
number of fit parameters | |
double | ndf |
weighed number of degrees of freedom | |
double | chi2 |
chi2 | |
int | numberOfIterations |
number of iterations | |
Auxiliary data structure to convert model to event.
Definition at line 153 of file JAcoustics/JEvtToolkit.hh.
Constructor.
header | header |
model | model |
Definition at line 162 of file JAcoustics/JEvtToolkit.hh.
Read from input.
in | reader |
Implements JIO::JSerialisable.
Reimplemented in JACOUSTICS::JSuperEvt.
Definition at line 401 of file JAcoustics/JEvt.hh.
Write to output.
out | writer |
Implements JIO::JSerialisable.
Reimplemented in JACOUSTICS::JSuperEvt.
Definition at line 416 of file JAcoustics/JEvt.hh.
|
inherited |
|
inherited |
|
inherited |
detector identifier
Definition at line 260 of file JAcoustics/JEvt.hh.
|
inherited |
start time
Definition at line 261 of file JAcoustics/JEvt.hh.
|
inherited |
stop time
Definition at line 262 of file JAcoustics/JEvt.hh.
|
inherited |
number of hits
Definition at line 263 of file JAcoustics/JEvt.hh.
|
inherited |
number of hits used in fit (after outlier removal)
Definition at line 264 of file JAcoustics/JEvt.hh.
|
inherited |
number of fit parameters
Definition at line 265 of file JAcoustics/JEvt.hh.
|
inherited |
weighed number of degrees of freedom
Definition at line 266 of file JAcoustics/JEvt.hh.
|
inherited |
chi2
Definition at line 267 of file JAcoustics/JEvt.hh.
|
inherited |
number of iterations
Definition at line 268 of file JAcoustics/JEvt.hh.