1 #ifndef __JACOUSTICS__JEVT__
2 #define __JACOUSTICS__JEVT__
21 namespace JACOUSTICS {}
22 namespace JPP {
using namespace JACOUSTICS; }
24 namespace JACOUSTICS {
88 out << setw(4) << fit.
id <<
' '
187 if (first.
oid == second.
oid) {
200 return first.
oid < second.
oid;
233 return event.UNIXTimeStart;
274 out <<
event.oid << endl
275 <<
FIXED(20,5) <<
event.UNIXTimeStart << endl
276 <<
FIXED(20,5) <<
event.UNIXTimeStop << endl
277 << setw(5) <<
event.nhit <<
' '
278 << setw(4) <<
event.npar << endl
279 <<
FIXED(12,3) <<
event.chi2 <<
' '
280 <<
FIXED(7,1) <<
event.ndf << endl;
282 for (JEvt::const_iterator fit = event.begin(); fit !=
event.end(); ++fit) {
int npar
number of fit parameters
JEvaluator()
Default constructor.
JFit(const int id, const double tx, const double ty, const double tx2, const double ty2, const double vs)
Constructor.
std::string oid
detector identifier
bool operator<(const Head &first, const Head &second)
Less than operator.
friend std::ostream & operator<<(std::ostream &out, const JFit &fit)
Write fit to output.
JHead(const std::string &oid, const double t0, const double t1, const int nhit, const int npar, const double ndf, const double chi2)
Constructor.
Auxiliary data structure for floating point format specification.
then echo The file $DIR KM3NeT_00000001_00000000 root already please rename or remove it first
virtual ~JFit()
Virtual destructor.
Auxiliary class to determine value of acoustic events.
friend std::ostream & operator<<(std::ostream &out, const JEvt &event)
Write event to output.
double UNIXTimeStop
stop time
double operator()(const JEvt &event) const
Get value of object.
double ndf
weighed number of degrees of freedom
JEvt(const JHead &header)
Constructor.
virtual ~JEvt()
Virtual destructor.
JHead()
Default constructor.
double ty2
2nd order correction of slope dy/dz
double vs
stretching factor
double UNIXTimeStart
start time
double tx2
2nd order correction of slope dx/dz
virtual ~JHead()
Virtual destructor.
Auxiliary data structure for floating point format specification.
JEvt()
Default constructor.
JFit()
Default constructor.