1 #ifndef __JDB_JDBSUPPORTKIT__ 
    2 #define __JDB_JDBSUPPORTKIT__ 
   14 namespace JDATABASE {};
 
   15 namespace JPP { 
using namespace JDATABASE; }
 
   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;
 
Auxiliary class for detector/run comparisons. 
 
bool less(const JRuns &object) const 
Less-than method. 
 
JRun_t(const int detector, const int run)
Constructor. 
 
bool more(const JRuns &object) const 
More-than method. 
 
bool less(const JRunQuality &object) const 
Less-than method. 
 
Template definition of auxiliary base class for comparison of data structures. 
 
bool less(const JRun_t &object) const 
Less-than method. 
 
Auxiliary data structure for data quality. 
 
bool more(const JRunQuality &object) const 
More-than method.