Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
 ~/sidhome/sid/grid_vvh/reco-newflavsampshn-p2
 python recoChain.py --SE PNNL-SRM --detector sidloi3 --macFile  defaultILCCrossingAngle.mac --productionSteps 1 11 12 2 3 35 4  --dontPromptMe ilc-user-j-jstrube-from_homer-p2.lfns trainsampsZ250p
Code Block
more ~/sidhome/lcfi/steering/subflavtupjob.sh
 export mydir=`echo $1 | awk -F '/' '


{print substr($0,1,length($0)-length($NF))}

'`
 export myfil=`echo $1 | awk -F '/' '


{print $NF}

'`
 echo "mydir = "$mydir
 echo "myfil = "$myfil
 mkdir /u/ey/homer/sidhome/lcfi/steering/tupparts/$myfil-dir
 cd /u/ey/homer/sidhome/lcfi/steering/tupparts/$myfil-dir
 rm /u/ey/homer/sidhome/lcfi/steering/tupparts/$myfil-dir/*.


{slcio,log}

ln -s $1 input-dst.slcio
 Marlin /u/ey/homer/sidhome/lcfi/steering/makentuple-all-batch.xml >  /u/ey/homer/sidhome/lcfi/steering/tupparts/$myfil-dir/tup.log
 ln -s output-ntpl.root $myfil-ntpl.root

...