Auxiliary class for detector/run comparisons.
More...
#include <JDBSupportkit.hh>
Auxiliary class for detector/run comparisons.
Definition at line 28 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 51 of file JDBSupportkit.hh.
54 return this->
run <
object.run;
56 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 65 of file JDBSupportkit.hh.
68 return this->
run <
object.RUN;
70 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 79 of file JDBSupportkit.hh.
82 return this->
run >
object.RUN;
84 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 93 of file JDBSupportkit.hh.
96 return this->
run <
object.run;
98 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 107 of file JDBSupportkit.hh.
110 return this->
run >
object.run;
112 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: