IAP GITLAB

Skip to content
Snippets Groups Projects
Commit b450cfaf authored by ralfulrich's avatar ralfulrich
Browse files

style and xml

parent 0f090ec3
No related branches found
No related tags found
No related merge requests found
<chapter name="Particle Names"> <chapter name="Particle Names">
<!-- For selected particles it is possible to specify the C++ class <!-- For selected particles it is possible to specify the C++ class
names for a specific unique PDG code --> names "classname" for a specific unique PDG codes
This overwrites the default from Pythia8 ParticleData.xml
If needed, also the text-output form for particles
can be changed using "name"
-->
<particle pdgID="0" classname="Unknown"/> <!-- VOID in Pythia8 --> <particle pdgID="0" classname="Unknown"/> <!-- VOID in Pythia8 -->
<particle pdgID="11" classname="Electron"/> <particle pdgID="11" classname="Electron"/>
<particle pdgID="-11" classname="Positron"/> <particle pdgID="-11" classname="Positron"/>
<particle pdgID="22" classname="Photon"/> <particle pdgID="22" classname="Photon" name="photon"/>
<particle pdgID="130" classname="K0Long"/> <particle pdgID="130" classname="K0Long"/>
<particle pdgID="310" classname="K0Short"/> <particle pdgID="310" classname="K0Short"/>
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment