Changeset 19691 for trunk/DataCheck


Ignore:
Timestamp:
09/27/19 16:43:11 (5 years ago)
Author:
Daniela Dorner
Message:
adapted setup for new scheduling
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/DataCheck/SchedulingPlots.sh

    r19472 r19691  
    2020
    2121mindate=20111101
    22 maxdate=20201231
     22maxdate=20211231
    2323
    2424plot=/home/fact/operation/makeplots
    25 #schedule=/users/fact/operation/makeschedule
    2625schedule=/home/fact/operation/makeschedule
    27 #root=/opt/root_v5.34.10/bin/thisroot.sh
     26rcschedule=/home/fact/operation/rc/makeschedule.rc
    2827
    2928# creating files for $numdays days (if they don't exist yet)
     
    4948         then
    5049            echo -n " creating "$schedfile"..."
    51             echo "$schedule --config /home/fact/makeschedule_gate.rc --date $date >$schedfile 2>/dev/null"
    52             $schedule --config /home/fact/makeschedule_gate.rc --date $date >$schedfile 2>/dev/null
     50            $schedule --config $rcschedule --date $date >$schedfile 2>/dev/null
    5351         else
    5452            echo -n " "$outpath" already done -> continue"
     
    5957      echo -n ": creating files..."
    6058      cd $outpath
    61       #echo "$plot $date --max-zd=75 --max-current=90 >/dev/null 2>&1"
    62       #$plot $date --max-zd=75 --max-current=90 >/dev/null 2>&1
    63       /home/fact/operation/makeplots $date --max-zd=75 --max-current=90 >/dev/null 2>&1
     59      $plot $date --max-zd=75 --max-current=110 --where "fSourceKey IN (1,2,3,5,6,7,9,12,16,3257)" >/dev/null 2>&1
    6460      files=`ls *.eps`
    6561      for file in $files
     
    7470      done
    7571      echo -n "creating "$schedfile" ..."
    76       $schedule --config /home/fact/makeschedule_gate.rc --date $date >$schedfile 2>/dev/null
     72      $schedule --config $rcschedule --date $date >$schedfile 2>/dev/null
    7773      echo ""
    7874   done
Note: See TracChangeset for help on using the changeset viewer.