IAP GITLAB

Skip to content
Snippets Groups Projects

History

Merged Ralf Ulrich requested to merge history into master
Compare and
110 files
+ 3183
1533
Compare changes
  • Side-by-side
  • Inline
Files
110
@@ -9,12 +9,12 @@ CORSIKA_ADD_EXAMPLE (geometry_example)
@@ -9,12 +9,12 @@ CORSIKA_ADD_EXAMPLE (geometry_example)
target_link_libraries (geometry_example CORSIKAgeometry CORSIKAunits)
target_link_libraries (geometry_example CORSIKAgeometry CORSIKAunits)
CORSIKA_ADD_EXAMPLE (stack_example)
CORSIKA_ADD_EXAMPLE (stack_example)
target_link_libraries (stack_example SuperStupidStack CORSIKAunits)
target_link_libraries (stack_example CORSIKAsetup CORSIKAunits)
# address sanitizer is making this example too slow, so we only do "undefined"
# address sanitizer is making this example too slow, so we only do "undefined"
CORSIKA_ADD_EXAMPLE (boundary_example)
CORSIKA_ADD_EXAMPLE (boundary_example)
target_link_libraries (boundary_example
target_link_libraries (boundary_example
SuperStupidStack
CORSIKAsetup
CORSIKAunits
CORSIKAunits
CORSIKAlogging
CORSIKAlogging
CORSIKArandom
CORSIKArandom
@@ -34,7 +34,7 @@ target_link_libraries (boundary_example
@@ -34,7 +34,7 @@ target_link_libraries (boundary_example
CORSIKA_ADD_EXAMPLE (cascade_example)
CORSIKA_ADD_EXAMPLE (cascade_example)
target_link_libraries (cascade_example
target_link_libraries (cascade_example
SuperStupidStack
CORSIKAsetup
CORSIKAunits
CORSIKAunits
CORSIKAlogging
CORSIKAlogging
CORSIKArandom
CORSIKArandom
@@ -59,7 +59,7 @@ target_link_libraries (cascade_example
@@ -59,7 +59,7 @@ target_link_libraries (cascade_example
if (Pythia8_FOUND)
if (Pythia8_FOUND)
CORSIKA_ADD_EXAMPLE (cascade_proton_example)
CORSIKA_ADD_EXAMPLE (cascade_proton_example)
target_link_libraries (cascade_proton_example
target_link_libraries (cascade_proton_example
SuperStupidStack
CORSIKAsetup
CORSIKAunits
CORSIKAunits
CORSIKAlogging
CORSIKAlogging
CORSIKArandom
CORSIKArandom
@@ -87,10 +87,15 @@ if (Pythia8_FOUND)
@@ -87,10 +87,15 @@ if (Pythia8_FOUND)
CORSIKA_ADD_EXAMPLE (vertical_EAS RUN_OPTIONS 4 2 10000.)
CORSIKA_ADD_EXAMPLE (vertical_EAS RUN_OPTIONS 4 2 10000.)
target_link_libraries (vertical_EAS
target_link_libraries (vertical_EAS
SuperStupidStack
CORSIKAsetup
CORSIKAunits
CORSIKAunits
CORSIKAlogging
CORSIKAlogging
CORSIKArandom
CORSIKArandom
 
CORSIKAhistory
 
ProcessSibyll
 
ProcessPythia8
 
ProcessUrQMD
 
ProcessSwitch
CORSIKAcascade
CORSIKAcascade
ProcessProposal
ProcessProposal
ProcessPythia8
ProcessPythia8
@@ -110,12 +115,13 @@ if (Pythia8_FOUND)
@@ -110,12 +115,13 @@ if (Pythia8_FOUND)
CORSIKAgeometry
CORSIKAgeometry
CORSIKAenvironment
CORSIKAenvironment
CORSIKAprocesssequence
CORSIKAprocesssequence
 
CORSIKAhistory # for HistoryObservationPlane
)
)
endif()
endif()
CORSIKA_ADD_EXAMPLE (stopping_power stopping_power)
CORSIKA_ADD_EXAMPLE (stopping_power stopping_power)
target_link_libraries (stopping_power
target_link_libraries (stopping_power
SuperStupidStack
CORSIKAsetup
CORSIKAunits
CORSIKAunits
ProcessEnergyLoss
ProcessEnergyLoss
CORSIKAparticles
CORSIKAparticles
Loading