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

Comparing UserCode/Morgan/src/MuonAnalyzer.cc (file contents):
Revision 1.7 by lethuill, Thu Apr 9 16:55:09 2009 UTC vs.
Revision 1.9 by lethuill, Tue Apr 14 17:07:54 2009 UTC

# Line 115 | Line 115 | void MuonAnalyzer::Process(const edm::Ev
115                  if ( track.isNonnull() )
116                  {
117                          const reco::HitPattern& hit = track->hitPattern();
118 <                        localMuon.setNumberOfValidPixelHits(hit.numberOfValidPixelHits());
119 <                        localMuon.setNumberOfValidTrackerHits(hit.numberOfValidTrackerHits());
118 >                        localMuon.setPixelLayersWithMeasurement(hit.pixelLayersWithMeasurement());
119 >                        localMuon.setStripLayersWithMeasurement(hit.stripLayersWithMeasurement());
120                          // FIXME - replace with double dxy(const Point& myBeamSpot) method ?
121                          localMuon.setD0(track->d0());
122                          localMuon.setD0Error(track->d0Error());

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines