Public Member Functions | |
| bool | operator() (CandStripHandle *a, CandStripHandle *b) |
| bool | operator() (CandDigitHandle *a, CandDigitHandle *b) |
|
||||||||||||
|
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 }
|
|
||||||||||||
|
Definition at line 131 of file AltAlgSliceList.cxx. References CandStripHandle::GetPlane().
|
1.3.9.1