Public Member Functions | |
| is_in_t_window_noref (double t_min, double t_max) | |
| bool | operator() (CandStripHandle *csh) |
Public Attributes | |
| double | _t_min |
| double | _t_max |
|
||||||||||||
|
Definition at line 92 of file AltAlgSliceList.cxx. References _t_max, and _t_min. 00092 : 00093 _t_min(t_min), _t_max(t_max) {} bool operator()(CandStripHandle * csh) {
|
|
|
Definition at line 94 of file AltAlgSliceList.cxx. References _t_min, and CandStripHandle::GetCorrBegTime(). 00094 {
00095 return csh->GetCorrBegTime() >= _t_min && csh->GetCorrBegTime() <= _t_max;
00096 }
|
|
|
Definition at line 91 of file AltAlgSliceList.cxx. Referenced by is_in_t_window_noref(). |
|
|
Definition at line 91 of file AltAlgSliceList.cxx. Referenced by is_in_t_window_noref(), and operator()(). |
1.3.9.1