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

Comparing UserCode/L1RpcTriggerAnalysis/src/TrackToL1ObjMatcher.cc (file contents):
Revision 1.1 by konec, Mon Jun 7 22:03:26 2010 UTC vs.
Revision 1.2 by konec, Sun Jun 13 22:16:47 2010 UTC

# Line 37 | Line 37 | bool TrackToL1ObjMatcher::operator()(con
37    else if (rpcEta < 1.04)  rpc = ReferenceCountingPointer<Surface>(new  BoundCylinder( GlobalPoint(0.,0.,0.), TkRotation<float>(), SimpleCylinderBounds( 500, 520, -700, 700 ) ) );
38    else                     rpc = ReferenceCountingPointer<Surface>(new  BoundDisk( GlobalPoint(0.,0.,800.), TkRotation<float>(), SimpleDiskBounds( 300., 710., -10., 10. ) ) );
39    edm::ESHandle<Propagator> propagator;
40 <  es.get<TrackingComponentsRecord>().get("SteppingHelixPropagatorAny", propagator);
40 >  es.get<TrackingComponentsRecord>().get("SteppingHelixPropagatorAlong", propagator);
41    TrajectoryStateOnSurface trackAtRPC =  propagator->propagate(tsos, *rpc);
42    if (!trackAtRPC.isValid()) return false;
43    float phi = trackAtRPC.globalPosition().phi();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines