Changeset 18269


Ignore:
Timestamp:
07/16/15 15:09:28 (9 years ago)
Author:
Daniela Dorner
Message:
implemented usage of general drs-time-calib file
File:
1 edited

Legend:

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

    r18152 r18269  
    286286               rsync_aux_file $tempfilenewdaq $tempfile
    287287               rsync_aux_file $humfilenewdaq $humfile
    288                if [ -e $drstime ]
    289                then
    290                   calfile=$calpath"/"$date"_"$runnum"_C.root"
    291                   printprocesslog "INFO starting RunCallisto.sh for drun "$localfile" logfile "$callistolog" drs-calib "$drscalib" drs-time "$drstime" outpath "$outpath" calfile "$calfile
    292                   #echo "INFO starting RunCallisto.sh for drun "$localfile" logfile "$callistolog" drs-calib "$drscalib" drs-time "$drstime" outpath "$outpath" calfile "$calfile
    293                   `dirname $0`/RunCallisto.sh "drun" $callistolog $localfile $drscalib $drstime $calpath $calfile &
    294                fi
     288               
     289               calfile=$calpath"/"$date"_"$runnum"_C.root"
     290               printprocesslog "INFO starting RunCallisto.sh for drun "$localfile" logfile "$callistolog" drs-calib "$drscalib" outpath "$outpath" calfile "$calfile
     291               `dirname $0`/RunCallisto.sh "drun" $callistolog $localfile $drscalib $calpath $calfile &
    295292            fi
    296293            continue
     
    336333            #fi
    337334            ;;
    338          drs-time) # treat C-runs
     335         drs-time) # treat drs-time runs
    339336            # do drs-timing calibration
    340337            drstime=$calpath"/"$date"_"$runnum"-drstime.root"
Note: See TracChangeset for help on using the changeset viewer.