Changeset 9172 for trunk/MagicSoft/Mars
- Timestamp:
- 11/18/08 12:08:20 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/runcamera
r9171 r9172 42 42 echo "ct_geom 1" 43 43 echo "qe_file 0 $detectordir/Data/qe-emi-coat.RFL.dat" 44 echo "input_file 0 "$mcpath"/reflector/"$date"/"$ outfile45 echo "data_file $outpath/"`echo $ outfile | sed -e 's/rfl/dat/'`46 echo "root_file $outpath/"`echo $ outfile | sed -e 's/rfl/root/'`44 echo "input_file 0 "$mcpath"/reflector/"$date"/"$infile 45 echo "data_file $outpath/"`echo $infile | sed -e 's/rfl/dat/'` 46 echo "root_file $outpath/"`echo $infile | sed -e 's/rfl/root/'` 47 47 echo "trigger_prop 3.0 0.25 1.0 2.0" 48 48 echo "trigger_single 0 4 4 2" … … 94 94 outpath=$mcpath"/"$program"/"$date 95 95 date2=`echo $date | sed -e 's/\///g'` 96 outfile=$date2"_"`printf %06d $reflectorrunno`"_"$particle".rfl"96 infile=$date2"_"`printf %06d $reflectorrunno`"_"$particle".rfl" 97 97 query="SELECT fAdditionalSpotSize FROM MCRunData where fMCRunNumber="$run 98 98 spotsize=`sendquery`
Note:
See TracChangeset
for help on using the changeset viewer.