Acoustic event fit.
More...
#include <JEvt.hh>
|
std::ostream & | operator<< (std::ostream &out, const JEvt &event) |
| Write event to output.
|
|
Acoustic event fit.
Definition at line 305 of file JAcoustics/JEvt.hh.
◆ JEvt() [1/2]
JACOUSTICS::JEvt::JEvt |
( |
| ) |
|
|
inline |
Default constructor.
Definition at line 345 of file JAcoustics/JEvt.hh.
345 :
347 {}
JHead()
Default constructor.
◆ JEvt() [2/2]
JACOUSTICS::JEvt::JEvt |
( |
const JHead & | header | ) |
|
|
inline |
◆ ~JEvt()
virtual JACOUSTICS::JEvt::~JEvt |
( |
| ) |
|
|
inlinevirtual |
◆ read()
◆ write()
◆ ClassDefOverride()
JACOUSTICS::JEvt::ClassDefOverride |
( |
JEvt | , |
|
|
9 | ) |
◆ ClassDef()
JACOUSTICS::JHead::ClassDef |
( |
JHead | , |
|
|
7 | ) |
|
inherited |
◆ operator<<
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 374 of file JAcoustics/JEvt.hh.
375 {
377
378 out << event.detid << endl
379 <<
FIXED(20,5) <<
event.UNIXTimeStart << endl
380 <<
FIXED(20,5) <<
event.UNIXTimeStop << endl
381 << setw(5) << event.nhit << ' '
382 << setw(5) << event.nfit << ' '
383 << setw(4) << event.npar << endl
384 <<
FIXED(12,3) <<
event.chi2 <<
'/'
385 <<
FIXED(7,1) <<
event.ndf << endl;
386
387 for (JEvt::const_iterator fit = event.begin(); fit != event.end(); ++fit) {
388 out << *fit << endl;
389 }
390
391 return out;
392 }
Auxiliary data structure for floating point format specification.
◆ detid
int JACOUSTICS::JHead::detid |
|
inherited |
◆ UNIXTimeStart
double JACOUSTICS::JHead::UNIXTimeStart |
|
inherited |
◆ UNIXTimeStop
double JACOUSTICS::JHead::UNIXTimeStop |
|
inherited |
◆ nhit
int JACOUSTICS::JHead::nhit |
|
inherited |
◆ nfit
int JACOUSTICS::JHead::nfit |
|
inherited |
◆ npar
int JACOUSTICS::JHead::npar |
|
inherited |
◆ ndf
double JACOUSTICS::JHead::ndf |
|
inherited |
◆ chi2
double JACOUSTICS::JHead::chi2 |
|
inherited |
◆ numberOfIterations
int JACOUSTICS::JHead::numberOfIterations |
|
inherited |
The documentation for this struct was generated from the following file: