Skip to content

Commit

Permalink
Merge remote-tracking branch 'lucas/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
cmantill committed Jan 15, 2021
2 parents d3eddc0 + 7afbbe9 commit adf4fd5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bs_select.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ def run(args):
ROOT.ROOT.EnableImplicitMT(4)
a = analyzer(args.input)

# Config loading - will have cuts, xsec, and lumi
config = OpenJSON(args.config)
cuts = config['CUTS'][args.year]

# Determine normalization weight
if not a.isData:
norm = helpers.getNormFactor(setname,args.year,args.config)
Expand Down

0 comments on commit adf4fd5

Please sign in to comment.