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
Merge requests
!90
Resolve "hadronic interactions with pythia8"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "hadronic interactions with pythia8"
149-hadronic-interactions-with-pythia8
into
master
Overview
3
Commits
3
Pipelines
4
Changes
7
Merged
Felix Riehn
requested to merge
149-hadronic-interactions-with-pythia8
into
master
6 years ago
Overview
3
Commits
3
Pipelines
4
Changes
7
Expand
Closes
#149 (closed)
Edited
6 years ago
by
Felix Riehn
0
0
Merge request reports
Compare
master
version 2
7714fb46
6 years ago
version 1
c82ca48c
6 years ago
master (base)
and
latest version
latest version
37126492
3 commits,
6 years ago
version 2
7714fb46
2 commits,
6 years ago
version 1
c82ca48c
1 commit,
6 years ago
7 files
+
882
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
Documentation/Examples/CMakeLists.txt
+
21
−
0
Options
@@ -45,6 +45,27 @@ target_link_libraries (cascade_example SuperStupidStack CORSIKAunits
install
(
TARGETS cascade_example DESTINATION share/examples
)
CORSIKA_ADD_TEST
(
cascade_example
)
add_executable
(
cascade_proton_example cascade_proton_example.cc
)
target_compile_options
(
cascade_proton_example PRIVATE -g
)
# do not skip asserts
target_link_libraries
(
cascade_proton_example SuperStupidStack CORSIKAunits
CORSIKAlogging
CORSIKArandom
ProcessSibyll
ProcessPythia
CORSIKAcascade
ProcessStackInspector
ProcessTrackWriter
ProcessTrackingLine
ProcessHadronicElasticModel
CORSIKAprocesses
CORSIKAparticles
CORSIKAgeometry
CORSIKAenvironment
CORSIKAprocesssequence
)
install
(
TARGETS cascade_proton_example DESTINATION share/examples
)
CORSIKA_ADD_TEST
(
cascade_proton_example
)
add_executable
(
staticsequence_example staticsequence_example.cc
)
target_compile_options
(
staticsequence_example PRIVATE -g
)
# do not skip asserts
target_link_libraries
(
staticsequence_example
Loading