1#ifndef __JACOUSTICS__JSUPEREVTTOOLKIT__
2#define __JACOUSTICS__JSUPEREVTTOOLKIT__
32 for (JSuperEvt::tx_type::const_iterator i = evt.
tx.begin(); i != evt.
tx.end(); ++i) {
59 for (JModel::emission_type::const_iterator i = model.emission.begin(); i != model.emission.end(); ++i) {
60 this->
tx.push_back(
JSuperEvt::tx_t(i->first.getID(), i->first.getCounter(), i->second.t1));
63 for (T i = begin; i != end; ++i) {
64 this->
rx.push_back(
JSuperEvt::rx_t(i->getID(), i->getCounter(), i->getString(), i->getFloor(), i->getValue(), i->getWeight()));
Model for fit to acoutsics data.
Auxiliary classes and methods for acoustic position calibration.
Model for fit to acoustics data.
JACOUSTICS::JModel::emission_type emission
Acoustic super event fit.
Auxiliary data structure to convert model to event.
Auxiliary data structure to convert event to model.
getModel(const T &object)
Constructor.
Auxiliary data structure to convert model to super event.
getSuperEvt(const JHead &header, const JModel &model, T begin, T end)
Constructor.