Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Pythia8_Hadronisation.py
Go to the documentation of this file.
1 
2 import os
3 os.environ['PYTHIA8DATA']=os.environ['PY8PATH']+'/share/Pythia8/xmldoc/'
4 
7 genSeq.Sherpa_i.BaseFragment += """
8 SHERPA_LDADD: SherpaPythia
9 FRAGMENTATION: Pythia8
10 PYTHIA8:
11  DECAYS: true
12  PARAMETERS:
13  - Main:timesAllowErrors: 500
14  - ParticleDecays:limitTau0: on
15  - ParticleDecays:tau0Max: 10.0
16 """