Go to the documentation of this file. 1 #ifndef __JDB_JDBSUPPORTKIT__
2 #define __JDB_JDBSUPPORTKIT__
54 return this->
run <
object.run;
56 return this->detector <
object.detector;
68 return this->
run <
object.RUN;
70 return this->
detector <
object.DETID;
82 return this->
run >
object.RUN;
84 return this->
detector >
object.DETID;
96 return this->
run <
object.run;
98 return this->detector <
object.detector;
110 return this->
run >
object.run;
112 return this->detector >
object.detector;
bool less(const JRun_t &object) const
Less-than method.
bool less(const JRuns &object) const
Less-than method.
Auxiliary classes and methods for database I/O.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
bool more(const JRunQuality &object) const
More-than method.
Auxiliary data structure for data quality.
Template definition of auxiliary base class for comparison of data structures.
bool more(const JRuns &object) const
More-than method.
bool less(const JRunQuality &object) const
Less-than method.
Auxiliary class for detector/run comparisons.
JRun_t(const int detector, const int run)
Constructor.