#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 31 of file DatabaseUtil.h.
References card, channel, and crate.
34 if (this->
crate == rhs.crate && this->card == rhs.card && this->channel < rhs.channel)
36 else if (this->
crate == rhs.crate && this->card < rhs.card)
38 else if (this->
crate < rhs.crate)
int util::UBDaqID::channel |
The documentation for this class was generated from the following file: