Changeset 8482 for trunk/MagicSoft/Mars/datacenter/scripts/fillcallisto
- Timestamp:
- 05/09/07 17:05:15 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/fillcallisto
r7954 r8482 20 20 # Author(s): Daniela Dorner 08/2004 <mailto:dorner@astro.uni-wuerzburg.de> 21 21 # 22 # Copyright: MAGIC Software Development, 2000-200 622 # Copyright: MAGIC Software Development, 2000-2007 23 23 # 24 24 # … … 33 33 # fillcalib.C and fillsignal.C 34 34 # If this was successful, the status is inserted into the database using 35 # the macro setstatus.C35 # the function setstatus. 36 36 # 37 37 … … 70 70 no=`printf %08d $sequence | cut -c 0-4` 71 71 no2=`printf %08d $sequence` 72 var1=$no73 var2=$no274 72 path="$datapath/callisto/$no/$no2" 75 73 signalfile=$path/signal$no2.root … … 81 79 82 80 echo "run $program for sequence $sequence" >> $scriptlog 2>&1 81 primvar=$no2 83 82 setstatus "start" >> $scriptlog 2>&1 84 83 echo "run fillcalib..." >> $scriptlog 2>&1
Note:
See TracChangeset
for help on using the changeset viewer.