Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cmantill committed Jan 14, 2021
1 parent 10584c0 commit 7126817
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bs_select.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def run(args):

# Determine normalization weight
if not a.isData:
norm = (xsec*lumi)/config['NEVENTS'][args.year][setname.split('_')[0]]
norm = (xsec*lumi)/config['NEVENTS'][args.year]['_'.join(setname.split('_')[:-1])]
else:
norm = 1.

Expand Down
2 changes: 1 addition & 1 deletion condor/run_bstar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ cd ../BstarToTW_CMSDAS2021
echo python bs_select.py $*
python bs_select.py $*

xrdcp Presel_*.root root://cmseos.fnal.gov//store/user/$USER/bstar_select_tau21/
xrdcp Presel_*.root root://cmseos.fnal.gov//store/user/cmantill/bstar_select_tau21_18/

0 comments on commit 7126817

Please sign in to comment.