Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

LIChannel.cxx File Reference

#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)


Function Documentation

CVSID "$Id: LIChannel cxx,
v 1.11 2003/11/18 13:51:01 hartnell Exp $" 
 

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 }

Bool_t operator== LIChannel  a,
LIChannel  b
 

Definition at line 48 of file LIChannel.cxx.

References LIChannel::GetRawChannelId().

00049 {
00050   return a.GetRawChannelId()==b.GetRawChannelId();
00051 }


Generated on Mon Feb 15 11:08:01 2010 for loon by  doxygen 1.3.9.1