Definition at line 156 of file DetectorIDInterpreter.h.
◆ operator<()
bool ldmx::DetectorIDInterpreter::IDSignature::operator< |
( |
const IDSignature & |
id | ) |
const |
|
inline |
Definition at line 159 of file DetectorIDInterpreter.h.
159 {
160 return (comparison_ & mask_) < (id.comparison_ & id.mask_);
161 }
◆ comparison_
unsigned int ldmx::DetectorIDInterpreter::IDSignature::comparison_ |
◆ mask_
unsigned int ldmx::DetectorIDInterpreter::IDSignature::mask_ |
The documentation for this struct was generated from the following file: