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

LIRun.cxx File Reference

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

Go to the source code of this file.

Functions

 CVSID ("$Id: LIRun.cxx,v 1.15 2007/11/11 08:00:53 rhatcher Exp $")
bool operator== (LIRun a, LIRun b)
bool operator< (LIRun a, LIRun b)


Function Documentation

CVSID "$Id: LIRun cxx,
v 1.15 2007/11/11 08:00:53 rhatcher Exp $" 
 

bool operator< LIRun  a,
LIRun  b
 

Definition at line 78 of file LIRun.cxx.

References LIRun::GetPh().

00079 {
00080   return a.GetPh().size()<b.GetPh().size();
00081 }

bool operator== LIRun  a,
LIRun  b
 

Definition at line 71 of file LIRun.cxx.

References LIRun::GetPh().

00072 {
00073   return a.GetPh()==b.GetPh();
00074 }


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