Public Member Functions | |
| is_in_plane_and_above_thr (int plane, double threshold) | |
| bool | operator() (CandDigitHandle *digit) |
Public Attributes | |
| int | _plane |
| double | _threshold |
|
||||||||||||
|
Definition at line 78 of file LIPatternFinderSimple.cxx. References _plane, and _threshold. 00078 : 00079 _plane(plane), _threshold(threshold) { }
|
|
|
Definition at line 81 of file LIPatternFinderSimple.cxx. References digit(), CandDigitHandle::GetCharge(), PlexSEIdAltL::GetPlane(), and CandDigitHandle::GetPlexSEIdAltL(). 00081 {
00082
00083 const PlexSEIdAltL & seid = digit->GetPlexSEIdAltL();
00084
00085 return ( (digit->GetCharge() > _threshold) &&
00086 (seid.GetPlane() == _plane) );
00087 }
|
|
|
Definition at line 75 of file LIPatternFinderSimple.cxx. Referenced by is_in_plane_and_above_thr(). |
|
|
Definition at line 76 of file LIPatternFinderSimple.cxx. Referenced by is_in_plane_and_above_thr(). |
1.3.9.1