Skip to content

Commit

Permalink
Merge pull request #111 from HEP-FCC/vvolkl-patch-1
Browse files Browse the repository at this point in the history
doPlots.py: Fix error if param.scaleSig is not set
  • Loading branch information
clementhelsens authored Oct 18, 2021
2 parents 162acc0 + f3d2998 commit d7d5bf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/doPlots.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def mapHistos(var, label, sel, param):
scaleSig=param.scaleSig
except AttributeError:
print ('no scale signal, using 1')
param.scaleSig=scaleSig
print ('scaleSig ',scaleSig)
hh.Scale(param.intLumi*scaleSig)

Expand Down

0 comments on commit d7d5bf3

Please sign in to comment.