88 |
|
double dxy = track.dxy(reference); |
89 |
|
if (fabs(dxy) > theMaxTIP) continue; |
90 |
|
|
91 |
< |
TrajectoryStateOnSurface aTSOS = TrajectoryStateTransform().outerStateOnSurface(track, *globalGeometry, magField.product()); |
91 |
> |
TrajectoryStateOnSurface aTSOS = trajectoryStateTransform::outerStateOnSurface(track, *globalGeometry, magField.product()); |
92 |
|
if (!checkL1RpcMatching(aTSOS, ev,es) ) continue; |
93 |
|
if (!checkRpcDetMatching(aTSOS,det,ev,es)) continue; |
94 |
|
if (theConfig.getParameter<bool>("checkUniqueRecHitMatching") && !checkUniqueRecHitMatching(aTSOS,det,ev,es)) continue; |