/[PAMELA software]/PamCut/CollectionActions/ReprocessTrackAction/ReprocessTrackAction.cpp
ViewVC logotype

Diff of /PamCut/CollectionActions/ReprocessTrackAction/ReprocessTrackAction.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by pam-fi, Wed Mar 24 08:12:43 2010 UTC revision 1.2.2.1 by pam-fi, Thu Jun 24 17:21:19 2010 UTC
# Line 48  void ReprocessTrackAction::OnGood(PamLev Line 48  void ReprocessTrackAction::OnGood(PamLev
48    trkl2->SetFromLevel2Struct();    trkl2->SetFromLevel2Struct();
49    
50    // See if we gained or lost a track;    // See if we gained or lost a track;
51    if (trkl2->GetTrkLevel2()->GetNTracks() > 0) {    if (trkl2->GetNTracks() > 0) {
52      if (!hadTrack) {      if (!hadTrack) {
53        _recoveredTracks++;        _recoveredTracks++;
54      }      }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.2.2.1

  ViewVC Help
Powered by ViewVC 1.1.23