IAP GITLAB
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
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
Model registry
Operate
Environments
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
Air Shower Physics
corsika
Commits
bb34c28c
Commit
bb34c28c
authored
4 years ago
by
Ralf Ulrich
Browse files
Options
Downloads
Plain Diff
Merge branch '273-revert-decay-config-deletion' into 'master'
Resolve "Revert decay config deletion" Closes
#273
See merge request
!207
parents
4afe3e0d
a23bb385
No related branches found
No related tags found
1 merge request
!207
Resolve "Revert decay config deletion"
Pipeline
#1446
passed
4 years ago
Stage: config
Stage: quality
Stage: build
Stage: test
Stage: example
Stage: optional
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Documentation/Examples/vertical_EAS.cc
+20
-1
20 additions, 1 deletion
Documentation/Examples/vertical_EAS.cc
with
20 additions
and
1 deletion
Documentation/Examples/vertical_EAS.cc
+
20
−
1
View file @
bb34c28c
...
...
@@ -159,7 +159,26 @@ int main(int argc, char** argv) {
process
::
pythia
::
Decay
decayPythia
;
// use sibyll decay routine for decays of particles unknown to pythia
process
::
sibyll
::
Decay
decaySibyll
;
process
::
sibyll
::
Decay
decaySibyll
{{
Code
::
N1440Plus
,
Code
::
N1440MinusBar
,
Code
::
N1440_0
,
Code
::
N1440_0Bar
,
Code
::
N1710Plus
,
Code
::
N1710MinusBar
,
Code
::
N1710_0
,
Code
::
N1710_0Bar
,
Code
::
Pi1300Plus
,
Code
::
Pi1300Minus
,
Code
::
Pi1300_0
,
Code
::
KStar0_1430_0
,
Code
::
KStar0_1430_0Bar
,
Code
::
KStar0_1430_Plus
,
Code
::
KStar0_1430_MinusBar
,
}};
decaySibyll
.
PrintDecayConfig
();
process
::
particle_cut
::
ParticleCut
cut
{
60
_GeV
};
...
...
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