Public Member Functions | |
| is_in_tz_window (CandStripHandle *ref, double dt, double dpln) | |
| bool | operator() (CandStripHandle *csh) |
Public Attributes | |
| CandStripHandle * | _ref |
| double | _dt |
| double | _dpln |
|
||||||||||||||||
|
Definition at line 102 of file AltAlgSliceList.cxx. References _dpln, _dt, and _ref. 00102 : 00103 _ref(ref), _dt(dt), _dpln(dpln) {} bool operator()(CandStripHandle * csh) {
|
|
|
Definition at line 104 of file AltAlgSliceList.cxx. References _dt, _ref, abs(), CandStripHandle::GetCorrBegTime(), and CandStripHandle::GetPlane(). 00104 {
00105 return fabs( csh->GetCorrBegTime() - _ref->GetCorrBegTime() ) <= _dt &&
00106 abs( csh->GetPlane() - _ref->GetPlane() ) <= _dpln;
00107 }
|
|
|
Definition at line 101 of file AltAlgSliceList.cxx. Referenced by is_in_tz_window(). |
|
|
Definition at line 101 of file AltAlgSliceList.cxx. Referenced by is_in_tz_window(), and operator()(). |
|
|
Definition at line 100 of file AltAlgSliceList.cxx. Referenced by is_in_tz_window(), and operator()(). |
1.3.9.1