Changeset 17196 for trunk/Mars/fact
- Timestamp:
- 09/20/13 12:22:13 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/fact/analysis/gain/runanalysis.sh
r17160 r17196 46 46 continue 47 47 fi 48 49 50 48 51 49 # echo "Submitting "${night}"_"${runnum}"["${drsnum}"]" 52 50 53 51 cd ~/Mars 54 52 55 cmd=" ROOT_HIST=0 ${ROOTSYS}/bin/root -q -b -l ${macro}+\($maxdist,$threshold,\\\"$runfile\\\",$run,$run,\\\"$drsfile\\\",\\\"${outpath}\\\"\)"53 cmd="date; ROOT_HIST=0 ${ROOTSYS}/bin/root -q -b -l ${macro}+\($maxdist,$threshold,\\\"$runfile\\\",$run,$run,\\\"$drsfile\\\",\\\"${outpath}\\\"\)" 56 54 57 55 echo "echo ${cmd}; ${cmd}" | qsub -N e${name}-${runnum} -q test -cwd -e ${log}".err" -o ${log}".log"
Note:
See TracChangeset
for help on using the changeset viewer.