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.37 by pharris, Fri May 28 18:49:09 2010 UTC vs.
Revision 1.39 by ceballos, Fri Jun 18 06:10:04 2010 UTC

# Line 252 | Line 252 | namespace mithep {
252        Bool_t         fIsStandaloneMuon;    //StandaloneMuon algo flag
253        Bool_t         fIsCaloMuon;          //CaloMuon algo flag
254  
255 <    ClassDef(Muon, 5) // Muon class
255 >    ClassDef(Muon, 6) // Muon class
256    };
257   }
258  
# 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