Skip to content

Commit

Permalink
[pdfUncertainty] bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bonanomi committed Dec 10, 2020
1 parent 180add6 commit 69c89e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coefficients/pdfUncertainty.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def createDataframe(d_sig,fail,gen,xsec,signal,lumi):
'LHEweight_QCDscale_muR2_muF1','LHEweight_QCDscale_muR2_muF2','LHEweight_QCDscale_muR2_muF0p5',
'LHEweight_QCDscale_muR0p5_muF1','LHEweight_QCDscale_muR0p5_muF2','LHEweight_QCDscale_muR0p5_muF0p5',
'LHEweight_PDFVariation_Up', 'LHEweight_PDFVariation_Dn',
'GENcosThetaStar','GENcosTheta1','GENcosTheta2','GENcosThetaStar','GENPhi','GENPhi1']
'GENcosTheta1','GENcosTheta2','GENcosThetaStar','GENPhi','GENPhi1']
if signal == 'ggH125': b_sig.append('ggH_NNLOPS_weight') #Additional entry for the weight in case of ggH
if not fail: b_sig.extend(['ZZMass', 'ZZPt', 'ZZy', 'Z1Mass', 'Z2Mass', 'ZZEta', 'Z1Flav', 'Z2Flav',
'lep_genindex', 'lep_Hindex', 'overallEventWeight', 'L1prefiringWeight','dataMCWeight', 'trigEffWeight', 'njets_pt30_eta2p5',
Expand Down

0 comments on commit 69c89e7

Please sign in to comment.