small change in convertPixie.sh
This commit is contained in:
parent
207a44264c
commit
6db36958ec
|
@ -9,6 +9,8 @@ fi
|
||||||
|
|
||||||
runNum=$1
|
runNum=$1
|
||||||
|
|
||||||
|
ls -lh rawdata/run${runNum}/run*evt
|
||||||
|
|
||||||
nFile=$(ls -1 rawdata/run${runNum}/run*evt | wc -l)
|
nFile=$(ls -1 rawdata/run${runNum}/run*evt | wc -l)
|
||||||
files=$(ls -1 rawdata/run${runNum}/run*evt)
|
files=$(ls -1 rawdata/run${runNum}/run*evt)
|
||||||
|
|
||||||
|
@ -54,6 +56,7 @@ while [[ $i -lt ${nLoop} ]]; do
|
||||||
((j += 1))
|
((j += 1))
|
||||||
done
|
done
|
||||||
|
|
||||||
|
sleep 1
|
||||||
while true; do
|
while true; do
|
||||||
nthings=`ps aux | grep "[n]scl2pixie_haha"| wc -l`
|
nthings=`ps aux | grep "[n]scl2pixie_haha"| wc -l`
|
||||||
echo $(date)" || "$nthings" nscl2pixie_haha are running."
|
echo $(date)" || "$nthings" nscl2pixie_haha are running."
|
||||||
|
|
Loading…
Reference in New Issue
Block a user