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

LIPmt.cxx File Reference

#include "MessageService/MsgService.h"
#include "LISummary/LIPmt.h"
#include <cmath>

Go to the source code of this file.

Functions

 CVSID ("$Id: LIPmt.cxx,v 1.7 2007/01/15 20:12:15 rhatcher Exp $")
bool operator== (LIPmt a, LIPmt b)
bool operator< (LIPmt a, LIPmt b)


Function Documentation

CVSID "$Id: LIPmt cxx,
v 1.7 2007/01/15 20:12:15 rhatcher Exp $" 
 

bool operator< LIPmt  a,
LIPmt  b
 

Definition at line 72 of file LIPmt.cxx.

References LIPmt::GetGains().

00073 {
00074   return a.GetGains().size()<b.GetGains().size();
00075 }

bool operator== LIPmt  a,
LIPmt  b
 

Definition at line 65 of file LIPmt.cxx.

References LIPmt::GetGains().

00066 {
00067   return a.GetGains()==b.GetGains();
00068 }


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