#include <DatabaseUtil.h>
Definition at line 21 of file DatabaseUtil.h.
util::UBDaqID::UBDaqID |
( |
| ) |
|
|
inline |
util::UBDaqID::UBDaqID |
( |
int |
_crate, |
|
|
int |
_card, |
|
|
int |
_channel |
|
) |
| |
|
inline |
util::UBDaqID::~UBDaqID |
( |
| ) |
|
|
inline |
const bool util::UBDaqID::operator< |
( |
const UBDaqID & |
rhs | ) |
const |
|
inline |
Definition at line 32 of file DatabaseUtil.h.
34 if (this->
crate == rhs.crate &&
35 this->card == rhs.card &&
36 this->channel < rhs.channel) is_less=
true;
37 else if (this->
crate == rhs.crate &&
38 this->card < rhs.card) is_less=
true;
39 else if (this->
crate < rhs.crate) is_less=
true;
int util::UBDaqID::channel |
The documentation for this class was generated from the following file: