Changeset 18269
- Timestamp:
- 07/16/15 15:09:28 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/QuickLook/Step1.sh
r18152 r18269 286 286 rsync_aux_file $tempfilenewdaq $tempfile 287 287 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 & 295 292 fi 296 293 continue … … 336 333 #fi 337 334 ;; 338 drs-time) # treat C-runs335 drs-time) # treat drs-time runs 339 336 # do drs-timing calibration 340 337 drstime=$calpath"/"$date"_"$runnum"-drstime.root"
Note:
See TracChangeset
for help on using the changeset viewer.