/[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.1 by pam-fi, Tue Mar 23 10:18:35 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      }      }
55    }    }
56    else if (hadTrack) {    else if (hadTrack) {
     cout << event->GetOrbitalInfo()->OBT << "  " << event->GetOrbitalInfo()->pkt_num << endl;  
57      _lostTracks++;      _lostTracks++;
58    }    }
59  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.23