Ignore:
Timestamp:
04/08/17 03:16:32 (7 years ago)
Author:
Daniela Dorner
Message:
improve logging (log of numevts.C was overwriting log of ganymed.C)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/QuickLook/RunGanymed.sh

    r18777 r18806  
    106106        printprocesslog "INFO run numevts.C for "$ganyemdfile" for table "$resulttable1
    107107        printprocesslog "DEBUG root -q -b -l fact/processing/numevents.C+\("\"$ganymedfile"\"\,"\"$starfile"\"\,"\"$resulttable1"\"\,kFALSE\)"
    108         check1=`root -q -b -l fact/processing/numevents.C+\("\"$ganymedfile"\"\,"\"$starfile"\"\,"\"$resulttable1"\"\,kFALSE\) | tee $logfile | intgrep`
     108        check1=`root -q -b -l fact/processing/numevents.C+\("\"$ganymedfile"\"\,"\"$starfile"\"\,"\"$resulttable1"\"\,kFALSE\) | tee -a $logfile | intgrep`
    109109        case $check1 in
    110110           1)   printprocesslog "INFO filling numevts.C was successfully for "$ganymedfile" and table "$resulttable1" (check1=$check1)"
Note: See TracChangeset for help on using the changeset viewer.