Changeset 18080 for trunk/DataCheck/QuickLook/RunCallisto.sh
- Timestamp:
- 01/04/15 05:23:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/QuickLook/RunCallisto.sh
r18070 r18080 25 25 case $1 in 26 26 drun) # process data run 27 # run callisto28 27 printprocesslog "DEBUG fact/analysis/callisto_data.C\("\"$3\""\,"\"$4\""\,"\"$5\""\,"\"\""\,"\"$6\""\) | tee $logfile " 29 28 check1=`root -q -b fact/analysis/callisto_data.C\("\"$3\""\,"\"$4\""\,"\"$5\""\,"\"\""\,"\"$6\""\) | tee $logfile | intgrep` 30 29 ;; 31 30 prun) # process pedestal run 31 # currently not done (s Step1.sh) 32 32 printprocesslog "DEBUG fact/analysis/callisto_pedestal.C\("\"$3\""\,"\"$4\"","\"$5\""\) | tee $logfile " 33 33 check1=`root -q -b fact/analysis/callisto_pedestal.C\("\"$3\""\,"\"$4\"","\"$5\""\) | tee $logfile | intgrep` 34 34 ;; 35 35 crun) # process light-pulser run 36 # currently not done (s Step1.sh) 36 37 printprocesslog "DEBUG fact/analysis/callisto_lightpulser.C\("\"$3\""\,"\"$4\""\,"\"$5\""\,"\"$6\""\) | tee $logfile " 37 38 check1=`root -q -b fact/analysis/callisto_lightpulser.C\("\"$3\""\,"\"$4\""\,"\"$5\""\,"\"$6\""\) | tee $logfile | intgrep` … … 41 42 check1=`root -q -b fact/analysis/callisto_drstime.C\("\"$3\""\,"\"$4\"","\"$5\""\) | tee $logfile | intgrep` 42 43 ;; 43 *) # default44 *) # default 44 45 printprocesslog "WARN wrong parameter given to script RunCallisto.sh :"$1 45 46 ;;
Note:
See TracChangeset
for help on using the changeset viewer.