Skip to content

Commit

Permalink
overwrite files
Browse files Browse the repository at this point in the history
  • Loading branch information
cmantill committed Jan 15, 2021
1 parent e887828 commit 0ebba90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion condor/run_bstar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ xrdcp root://cmseos.fnal.gov//store/user/cmsdas/2021/long_exercises/BstarTW/CMSD
export SCRAM_ARCH=slc7_amd64_gcc820
tar -xzvf CMSDAS2021env.tgz
rm CMSDAS2021env.tgz
rm *.root

mkdir tardir; cp tarball.tgz tardir/; cd tardir/
tar -xzf tarball.tgz; rm tarball.tgz
Expand All @@ -23,4 +24,4 @@ cd ../BstarToTW_CMSDAS2021
echo python bs_select.py $*
python bs_select.py $*

xrdcp Presel_*.root root://cmseos.fnal.gov//store/user/cmantill/bstar_select_tau21_18/
xrdcp -f Presel_*.root root://cmseos.fnal.gov//store/user/cmantill/bstar_select_tau21_18/

0 comments on commit 0ebba90

Please sign in to comment.