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

Comparing UserCode/MitAna/DataTree/src/StableData.cc (file contents):
Revision 1.2 by bendavid, Mon Oct 13 10:35:11 2008 UTC vs.
Revision 1.3 by bendavid, Thu Oct 16 16:19:40 2008 UTC

# Line 15 | Line 15 | const BitMask64 StableData::MissedHits()
15    if (!cOrig)
16      return BitMask64(0);
17  
18 <  BitMask64 missedHits = Layers() & ~cOrig->Trk()->Hits();
18 >  BitMask64 missedHits = BadLayers() & ~cOrig->Trk()->Hits();
19  
20    return missedHits;
21  
# Line 30 | Line 30 | const BitMask64 StableData::WrongHits()
30    if (!cOrig)
31      return BitMask64(0);
32  
33 <  BitMask64 wrongHits = ~Layers() & cOrig->Trk()->Hits();
33 >  BitMask64 wrongHits = BadLayers() & cOrig->Trk()->Hits();
34  
35    return wrongHits;
36  
37 < }
37 > }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines