1 #ifndef __JACOUSTICS__JSUPEREVTTOOLKIT__
2 #define __JACOUSTICS__JSUPEREVTTOOLKIT__
16 namespace JACOUSTICS {}
17 namespace JPP {
using namespace JACOUSTICS; }
19 namespace JACOUSTICS {
31 for (JSuperEvt::tx_type::const_iterator i = evt.
tx.begin(); i != evt.
tx.end(); ++i) {
59 this->
tx.push_back(
JSuperEvt::tx_t(i->first.getID(), i->first.getCounter(), i->second.t1));
62 for (
T i = begin; i != end; ++i) {
63 this->
rx.push_back(
JSuperEvt::rx_t(i->getID(), i->getCounter(), i->getString(), i->getFloor(), i->getValue(), i->getWeight()));
getModel(const T &object)
Constructor.
Model for fit to acoustics data.
Auxiliary data structure to convert model to event.
do set_variable OUTPUT_DIRECTORY $WORKDIR T
JACOUSTICS::JModel::emission_type emission
Acoustic super event fit.
Auxiliary data structure to convert event to model.
Model for fit to acoutsics data.
Auxiliary data structure to convert model to super event.
getSuperEvt(const JHead &header, const JModel &model, T begin, T end)
Constructor.