~maddevelopers/mg5amcnlo/MadSpin

« back to all changes in this revision

Viewing changes to madgraph/interface/amcatnlo_run_interface.py

  • Committer: Marco Zaro
  • Date: 2012-12-12 14:25:26 UTC
  • Revision ID: marco.zaro@gmail.com-20121212142526-1dmu31sbmt0fgh5v
now also the shower with pythia works

Show diffs side-by-side

added added

removed removed

Lines of Context:
1805
1805
        content += 'NEVENTS=%s\n' % nevents
1806
1806
        content += 'MCMODE=%s\n' % shower
1807
1807
        content += 'PDLABEL=%s\n' % pdlabel
 
1808
        content += 'ALPHAEW=%s\n' % self.banner.get_detail('param_card', 'sminputs', 1).value
1808
1809
        content += 'PDFSET=%s\n' % self.banner.get_detail('run_card', 'lhaid')
1809
1810
        content += 'TMASS=%s\n' % self.banner.get_detail('param_card', 'mass', 6).value
1810
1811
        content += 'TWIDTH=%s\n' % self.banner.get_detail('param_card', 'decay', 6).value