1#ifndef __JCALIBRATE_JPARAMETERS__
2#define __JCALIBRATE_JPARAMETERS__
32 return out << parameters.
runId <<
' '
33 << parameters.
domId <<
' '
34 << parameters.
pmtId <<
' '
36 << parameters.
noise <<
' '
37 << parameters.
signal <<
' '
51 return in >> parameters.
runId
Auxiliary classes and methods for PMT calibration.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Auxiliary class for PMT parameters including threshold.
JParameters(int runId, int domId, int pmtId, double threshold, double noise, double signal, bool badChannel)
Constructor.
friend std::ostream & operator<<(std::ostream &out, const JParameters ¶meters)
Write parameters to output stream.
bool operator<(const JParameters ¶meters) const
Less-than operator.
JParameters()
Default constructor.
friend std::istream & operator>>(std::istream &in, JParameters ¶meters)
Read parameters from input stream.