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

Diff of /PamCut/CollectionActions/RefitTrackAction/RefitTrackAction.cpp

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

revision 1.1.2.6 by pam-fi, Mon Jun 7 14:30:20 2010 UTC revision 1.2 by pam-fi, Thu Jul 8 14:00:14 2010 UTC
# Line 20  void RefitTrackAction::OnGood(PamLevel2 Line 20  void RefitTrackAction::OnGood(PamLevel2
20    if (event->GetTrkLevel2()->GetNTracks() == 0)    if (event->GetTrkLevel2()->GetNTracks() == 0)
21      return;      return;
22    
23    // Reload the TRK parameters only if they have been changed (ie., if another instance of    // Reload the TRK alignment parameters only if they have been changed (ie., if another instance of
24    // this class used a different set of parameters).    // this class used a different set of parameters).
25    if (_trkParamsFile != _currTrkParamsFile) {    if (_trkParamsFile != _currTrkParamsFile) {
26      TrkParams::Set(_trkParamsFile, 5);      TrkParams::Set(_trkParamsFile, 5);

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

  ViewVC Help
Powered by ViewVC 1.1.23