IAP GITLAB
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
corsika
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pranav Sampathkumar
corsika
Commits
b450cfaf
Commit
b450cfaf
authored
3 years ago
by
ralfulrich
Browse files
Options
Downloads
Patches
Plain Diff
style and xml
parent
0f090ec3
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/framework/core/ParticleClassNames.xml
+8
-2
8 additions, 2 deletions
src/framework/core/ParticleClassNames.xml
src/framework/core/pdxml_reader.py
+194
-169
194 additions, 169 deletions
src/framework/core/pdxml_reader.py
with
202 additions
and
171 deletions
src/framework/core/ParticleClassNames.xml
+
8
−
2
View file @
b450cfaf
<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.
Click to expand it.
src/framework/core/pdxml_reader.py
+
194
−
169
View file @
b450cfaf
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment