Skip to content

Commit 41f6bcd

Browse files
authored
Merge pull request #536 from emanca/normwtheo
adding shower kt uncertainty to HCSF
2 parents 18103d3 + f61494f commit 41f6bcd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

wremnants/combine_theory_helper.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -273,9 +273,7 @@ def add_helicity_shower_kt_uncertainty(self):
273273
else:
274274
op = lambda h: h[{"ptVgen" : hist.sum, self.syst_ax : ["pythia_shower_kt"]}]
275275

276-
processesZ = [] if self.skipFromSignal else ['single_v_samples']
277-
processesW = ['wtau_samples', 'single_v_nonsig_samples'] if self.skipFromSignal else ['single_v_samples']
278-
processes = processesW if self.label=="W" else processesZ
276+
processes = ['single_v_samples']
279277
self.card_tool.addSystematic(name="qcdScaleByHelicity",
280278
processes=processes,
281279
passToFakes=self.propagate_to_fakes,

0 commit comments

Comments
 (0)