Auxiliary class for detector/run comparisons.
More...
#include <JDBSupportkit.hh>
Auxiliary class for detector/run comparisons.
Definition at line 39 of file JDBSupportkit.hh.
◆ JRun_t()
JDATABASE::JRun_t::JRun_t |
( |
const int |
detector, |
|
|
const int |
run |
|
) |
| |
|
inline |
◆ less() [1/3]
bool JDATABASE::JRun_t::less |
( |
const JRun_t & |
object | ) |
const |
|
inline |
Less-than method.
- Parameters
-
Definition at line 62 of file JDBSupportkit.hh.
65 return this->
run <
object.run;
67 return this->detector <
object.detector;
◆ less() [2/3]
bool JDATABASE::JRun_t::less |
( |
const JRuns & |
object | ) |
const |
|
inline |
Less-than method.
- Parameters
-
Definition at line 76 of file JDBSupportkit.hh.
79 return this->
run <
object.RUN;
81 return this->
detector <
object.DETID;
◆ more() [1/2]
bool JDATABASE::JRun_t::more |
( |
const JRuns & |
object | ) |
const |
|
inline |
More-than method.
- Parameters
-
Definition at line 90 of file JDBSupportkit.hh.
93 return this->
run >
object.RUN;
95 return this->
detector >
object.DETID;
◆ less() [3/3]
bool JDATABASE::JRun_t::less |
( |
const JRunQuality & |
object | ) |
const |
|
inline |
Less-than method.
- Parameters
-
Definition at line 104 of file JDBSupportkit.hh.
107 return this->
run <
object.run;
109 return this->detector <
object.detector;
◆ more() [2/2]
bool JDATABASE::JRun_t::more |
( |
const JRunQuality & |
object | ) |
const |
|
inline |
More-than method.
- Parameters
-
Definition at line 118 of file JDBSupportkit.hh.
121 return this->
run >
object.run;
123 return this->detector >
object.detector;
◆ detector
int JDATABASE::JRun_t::detector |
◆ run
int JDATABASE::JRun_t::run |
The documentation for this struct was generated from the following file: