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

min_plane Struct Reference

List of all members.

Public Member Functions

bool operator() (CandStripHandle *a, CandStripHandle *b)
bool operator() (CandDigitHandle *a, CandDigitHandle *b)

Member Function Documentation

bool min_plane::operator() CandDigitHandle a,
CandDigitHandle b
[inline]
 

Definition at line 112 of file LIPatternFinderSimple.cxx.

References PlexSEIdAltL::GetPlane(), and CandDigitHandle::GetPlexSEIdAltL().

00112                                                              {
00113           return a->GetPlexSEIdAltL().GetPlane() <
00114                                        b->GetPlexSEIdAltL().GetPlane();
00115    }

bool min_plane::operator() CandStripHandle a,
CandStripHandle b
[inline]
 

Definition at line 131 of file AltAlgSliceList.cxx.

References CandStripHandle::GetPlane().

00131                                                              {
00132                 return a->GetPlane() < b->GetPlane();
00133    }


The documentation for this struct was generated from the following files:
Generated on Mon Feb 15 11:09:35 2010 for loon by  doxygen 1.3.9.1