1 #ifndef __JACOUSTICS__JTRANSMISSION__
2 #define __JACOUSTICS__JTRANSMISSION__
18 namespace JACOUSTICS {}
19 namespace JPP {
using namespace JACOUSTICS; }
21 namespace JACOUSTICS {
255 if (static_cast<const equals&>(*
this)(first, second)) {
260 return first.
getQ() > second.
getQ();
Interface for binary output.
Q(UTCMax_s-UTCMin_s)-livetime_s
friend JWriter & operator<<(JWriter &out, const JTransmission &object)
Write transmission to output.
double getQ() const
Get quality.
int getRunNumber() const
Get run number.
equals(const double precision)
Constructor.
bool operator<(const Head &first, const Head &second)
Less than operator.
double getToE() const
Get estimated time of emission.
then echo The file $DIR KM3NeT_00000001_00000000 root already please rename or remove it first
double getW() const
Get normalisation.
bool operator==(Packet const &p, ID const &id)
friend JReader & operator>>(JReader &in, JTransmission &object)
Read transmission from input.
ClassDef(JTransmission, 3)
JTransmission(const int run, const int id, const double Q, const double W, const double toa_s, const double toe_s)
Constructor.
Interface for binary input.
void setToE(const double toe)
Set estimated time of emission.
Auxiliary class to compare transmissions.
JTransmission()
Default constructor.
virtual ~JTransmission()
Virtual destructor.
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
double getToA() const
Get calibrated time of arrival.
int getID() const
Get identifier.
Auxiliary class to compare transmissions.
bool operator()(const JTransmission &first, const JTransmission &second) const
Compare two transmissions.
bool operator()(const JTransmission &first, const JTransmission &second) const
Compare two transmissions.
compare(const double precision)
Constructor.