ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/L1RpcTriggerAnalysis/src/SynchroSelectorTrack.cc
(Generate patch)

Comparing UserCode/L1RpcTriggerAnalysis/src/SynchroSelectorTrack.cc (file contents):
Revision 1.1 by konec, Thu Jun 17 00:48:15 2010 UTC vs.
Revision 1.2 by konec, Thu May 17 20:39:45 2012 UTC

# Line 88 | Line 88 | bool SynchroSelectorTrack::takeIt(const
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;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines