~maddevelopers/mg5amcnlo/hel_recycling

« back to all changes in this revision

Viewing changes to madgraph/madevent/gen_ximprove.py

  • Committer: Kiran Ostrolenk
  • Date: 2020-08-03 09:56:53 UTC
  • Revision ID: kiran.ostrolenk@postgrad.manchester.ac.uk-20200803095653-pwh737d5z9s6tgp6
Switches for debugging

Show diffs side-by-side

added added

removed removed

Lines of Context:
188
188
                split_templ = split_file[:-1] + [basename]
189
189
                templ_file = pjoin('/', '/'.join(split_templ))
190
190
 
 
191
                # In case of bugs you can play around with these:
 
192
                recycler.hel_filt = True
 
193
                recycler.amp_splt = True
 
194
 
191
195
                recycler = hel_recycle.HelicityRecycler(good_hels)
192
196
                recycler.set_input(matrix_file)
193
197
                recycler.set_output(out_file)