Public Member Functions | |
| min_time_distance (CandStripHandle *ref) | |
| bool | operator() (CandStripHandle *a, CandStripHandle *b) |
Public Attributes | |
| CandStripHandle * | _ref |
|
|
Definition at line 73 of file AltAlgSliceList.cxx. 00073 : _ref(ref) {}
|
|
||||||||||||
|
Definition at line 75 of file AltAlgSliceList.cxx. References CandStripHandle::GetCorrBegTime(). 00075 {
00076 return fabs( a->GetCorrBegTime() - _ref->GetCorrBegTime() ) <
00077 fabs( b->GetCorrBegTime() - _ref->GetCorrBegTime() );
00078 }
|
|
|
Definition at line 72 of file AltAlgSliceList.cxx. |
1.3.9.1