Changeset 18250 for trunk/DataCheck
- Timestamp:
- 06/20/15 21:17:08 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Processing/RunCallisto.sh
r17892 r18250 28 28 29 29 # get all needed paths and files 30 delays="resources/delays-20150217.txt" 31 drstimefiles=`ls $drstimepath | sort` 32 for drstimefile in $drstimefiles 33 do 34 num=`echo $drstimefile | cut -c 1-8` 35 if [ $num -gt $night ] 36 then 37 break 38 fi 39 drstime=$drstimepath/$drstimefile 40 done 41 30 42 seqfile=$seqpath"/"$nightpath"/"$seqnum".seq" 31 43 outpath=$datapath"/callisto/"$nightpath … … 39 51 setstatus "start" 40 52 41 check1=`root -q -b fact/analysis/callisto.C\("\"$seqfile\""\,"\"$outpath\""\) | tee $logfile | intgrep` 53 printprocesslog "DEBUG root -q -b fact/analysis/callisto.C\("\"$seqfile\""\,"\"$outpath\""\,\""$drstime"\"\,\""$delays"\"\) | tee $logfile " 54 check1=`root -q -b fact/analysis/callisto.C\("\"$seqfile\""\,"\"$outpath\""\,\""$drstime"\"\,\""$delays"\"\) | tee $logfile | intgrep` 42 55 43 56 case $check1 in
Note:
See TracChangeset
for help on using the changeset viewer.