#include <cmath>#include "MessageService/MsgService.h"#include "LISummary/LIChannel.h"Go to the source code of this file.
Functions | |
| CVSID ("$Id: LIChannel.cxx,v 1.11 2003/11/18 13:51:01 hartnell Exp $") | |
| Bool_t | operator== (LIChannel a, LIChannel b) |
| Bool_t | operator< (LIChannel a, LIChannel b) |
|
||||||||||||
|
|
|
||||||||||||
|
Definition at line 55 of file LIChannel.cxx. References LIChannel::GetRawChannelId(). 00056 {
00057 return a.GetRawChannelId()<b.GetRawChannelId();
00058 }
|
|
||||||||||||
|
Definition at line 48 of file LIChannel.cxx. References LIChannel::GetRawChannelId(). 00049 {
00050 return a.GetRawChannelId()==b.GetRawChannelId();
00051 }
|
1.3.9.1