ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/interface/Muon.h
(Generate patch)

Comparing UserCode/MitAna/DataTree/interface/Muon.h (file contents):
Revision 1.38 by bendavid, Sat May 29 18:08:05 2010 UTC vs.
Revision 1.39 by ceballos, Fri Jun 18 06:10:04 2010 UTC

# Line 261 | Line 261 | inline const mithep::Track *mithep::Muon
261   {
262    // Return "best" track.
263  
264 <  if (HasGlobalTrk())
265 <    return GlobalTrk();
266 <  else if (HasTrackerTrk())
264 >  if (HasTrackerTrk())
265      return TrackerTrk();
266 +  else if (HasGlobalTrk())
267 +    return GlobalTrk();
268    else if (HasStandaloneTrk())
269      return StandaloneTrk();
270  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines