Acoustic super event fit.
More...
#include <JSuperEvt.hh>
Acoustic super event fit.
Definition at line 36 of file JSuperEvt.hh.
JACOUSTICS::JSuperEvt::JSuperEvt |
( |
| ) |
|
|
inline |
Default constructor.
Definition at line 43 of file JSuperEvt.hh.
JEvt()
Default constructor.
JACOUSTICS::JSuperEvt::JSuperEvt |
( |
const JEvt & |
event | ) |
|
|
inline |
Constructor.
- Parameters
-
Definition at line 53 of file JSuperEvt.hh.
JEvt()
Default constructor.
Read from input.
- Parameters
-
- Returns
- reader
Reimplemented from JACOUSTICS::JEvt.
Definition at line 234 of file JSuperEvt.hh.
then fatal Wrong number of arguments fi set_variable DETECTOR $argv[1] set_variable INPUT_FILE $argv[2] eval JPrintDetector a $DETECTOR O IDENTIFIER eval JPrintDetector a $DETECTOR O SUMMARY JAcoustics sh $DETECTOR_ID source JAcousticsToolkit sh CHECK_EXIT_CODE typeset A EMITTERS get_tripods $WORKDIR tripod txt EMITTERS get_transmitters $WORKDIR transmitter txt EMITTERS for EMITTER in
virtual JReader & read(JReader &in) override
Read from input.
Write to output.
- Parameters
-
- Returns
- writer
Reimplemented from JACOUSTICS::JEvt.
Definition at line 251 of file JSuperEvt.hh.
virtual JWriter & write(JWriter &out) const override
Write to output.
JACOUSTICS::JSuperEvt::ClassDefOverride |
( |
JSuperEvt |
, |
|
|
1 |
|
|
) |
| |
JACOUSTICS::JEvt::ClassDefOverride |
( |
JEvt |
, |
|
|
7 |
|
|
) |
| |
|
inherited |
JACOUSTICS::JHead::ClassDef |
( |
JHead |
, |
|
|
5 |
|
|
) |
| |
|
inherited |
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const JSuperEvt & |
event |
|
) |
| |
|
friend |
Write super event to output.
- Parameters
-
out | output stream |
event | super event |
- Returns
- output stream
Definition at line 203 of file JSuperEvt.hh.
207 out << static_cast<const JEvt&>(event);
209 for (JSuperEvt::tx_type::const_iterator
i = event.
tx.begin();
i !=
event.tx.end(); ++
i) {
210 out << setw(2) <<
i->id <<
' '
211 << setw(6) <<
i->counter <<
' '
212 <<
FIXED(20,6) <<
i->toe << endl;
215 for (JSuperEvt::rx_type::const_iterator
i = event.
rx.begin();
i !=
event.rx.end(); ++
i) {
216 out << setw(2) <<
i->id <<
' '
217 << setw(6) <<
i->counter <<
' '
218 << setw(4) <<
i->string <<
' '
219 << setw(2) <<
i->floor <<
' '
220 <<
FIXED(20,6) <<
i->toa <<
' '
221 <<
FIXED( 5,2) <<
i->weight << endl;
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::nfit |
|
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: