Acoustic event fit.
More...
#include <JEvt.hh>
Acoustic event fit.
Definition at line 207 of file JAcoustics/JEvt.hh.
JACOUSTICS::JEvt::JEvt |
( |
| ) |
|
|
inline |
JACOUSTICS::JEvt::JEvt |
( |
const JHead & |
header | ) |
|
|
inline |
virtual JACOUSTICS::JEvt::~JEvt |
( |
| ) |
|
|
inlinevirtual |
JACOUSTICS::JEvt::ClassDef |
( |
JEvt |
, |
|
|
6 |
|
|
) |
| |
JACOUSTICS::JHead::ClassDef |
( |
JHead |
, |
|
|
4 |
|
|
) |
| |
|
inherited |
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const JEvt & |
event |
|
) |
| |
|
friend |
Write event to output.
- Parameters
-
out | output stream |
event | event |
- Returns
- output stream
Definition at line 269 of file JAcoustics/JEvt.hh.
273 out <<
event.oid << endl
274 <<
FIXED(20,5) <<
event.UNIXTimeStart << endl
275 <<
FIXED(20,5) <<
event.UNIXTimeStop << endl
276 << setw(5) <<
event.nhit <<
' '
277 << setw(4) <<
event.npar << endl
278 <<
FIXED(12,3) <<
event.chi2 <<
' '
279 <<
FIXED(7,1) <<
event.ndf << endl;
281 for (JEvt::const_iterator fit = event.begin(); fit !=
event.end(); ++fit) {
Auxiliary data structure for floating point format specification.
double JACOUSTICS::JHead::UNIXTimeStart |
|
inherited |
double JACOUSTICS::JHead::UNIXTimeStop |
|
inherited |
int JACOUSTICS::JHead::nhit |
|
inherited |
int JACOUSTICS::JHead::npar |
|
inherited |
double JACOUSTICS::JHead::ndf |
|
inherited |
double JACOUSTICS::JHead::chi2 |
|
inherited |
The documentation for this struct was generated from the following file: