Ignore:
Timestamp:
01/04/15 05:23:00 (10 years ago)
Author:
Daniela Dorner
Message:
added comments
File:
1 edited

Legend:

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

    r18070 r18080  
    2525case $1 in
    2626   drun) # process data run
    27          # run callisto
    2827         printprocesslog "DEBUG fact/analysis/callisto_data.C\("\"$3\""\,"\"$4\""\,"\"$5\""\,"\"\""\,"\"$6\""\) | tee $logfile "
    2928         check1=`root -q -b fact/analysis/callisto_data.C\("\"$3\""\,"\"$4\""\,"\"$5\""\,"\"\""\,"\"$6\""\) | tee $logfile | intgrep`
    3029         ;;
    3130   prun) # process pedestal run
     31         # currently not done (s Step1.sh)
    3232         printprocesslog "DEBUG fact/analysis/callisto_pedestal.C\("\"$3\""\,"\"$4\"","\"$5\""\) | tee $logfile "
    3333         check1=`root -q -b fact/analysis/callisto_pedestal.C\("\"$3\""\,"\"$4\"","\"$5\""\) | tee $logfile | intgrep`
    3434         ;;
    3535   crun) # process light-pulser run
     36         # currently not done (s Step1.sh)
    3637         printprocesslog "DEBUG fact/analysis/callisto_lightpulser.C\("\"$3\""\,"\"$4\""\,"\"$5\""\,"\"$6\""\) | tee $logfile "
    3738         check1=`root -q -b fact/analysis/callisto_lightpulser.C\("\"$3\""\,"\"$4\""\,"\"$5\""\,"\"$6\""\) | tee $logfile | intgrep`
     
    4142         check1=`root -q -b fact/analysis/callisto_drstime.C\("\"$3\""\,"\"$4\"","\"$5\""\) | tee $logfile | intgrep`
    4243         ;;
    43    *) # default
     44   *)    # default
    4445         printprocesslog "WARN wrong parameter given to script RunCallisto.sh :"$1
    4546         ;;
Note: See TracChangeset for help on using the changeset viewer.