/[PAMELA software]/tof/flight/ToFReprocessing/ToFreproc.cpp
ViewVC logotype

Diff of /tof/flight/ToFReprocessing/ToFreproc.cpp

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

revision 1.4 by mocchiut, Wed Mar 10 09:43:19 2010 UTC revision 1.5 by mocchiut, Wed Mar 10 12:31:40 2010 UTC
# Line 791  int HandleInputPar(int argc, char **argv Line 791  int HandleInputPar(int argc, char **argv
791        // -----------------------------------------------------//        // -----------------------------------------------------//
792        else if (!strcmp(argv[i], "-calibFile")){        else if (!strcmp(argv[i], "-calibFile")){
793          if (++i >= argc) throw -1;          if (++i >= argc) throw -1;
794          CALIBF = argv[i];          CALIBF = gSystem->ExpandPathName(argv[i]);
795          cout << "calibFile "<<CALIBF<<endl;          cout << "calibFile "<<CALIBF<<endl;
796          continue;          continue;
797        }          }  

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.23