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
e4af680a
Commit
e4af680a
authored
4 years ago
by
Maximilian Reininghaus
Committed by
Ralf Ulrich
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
re-enabled particle output
parent
e2ab3d29
No related branches found
No related tags found
1 merge request
!189
Interaction histogram
Pipeline
#1306
passed
4 years ago
Stage: config
Stage: build_test
Stage: optional
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Documentation/Examples/vertical_EAS.cc
+2
-1
2 additions, 1 deletion
Documentation/Examples/vertical_EAS.cc
with
2 additions
and
1 deletion
Documentation/Examples/vertical_EAS.cc
+
2
−
1
View file @
e4af680a
...
@@ -179,7 +179,8 @@ int main(int argc, char** argv) {
...
@@ -179,7 +179,8 @@ int main(int argc, char** argv) {
Plane
const
obsPlane
(
Point
(
rootCS
,
0
_m
,
0
_m
,
observationHeight
),
Plane
const
obsPlane
(
Point
(
rootCS
,
0
_m
,
0
_m
,
observationHeight
),
Vector
<
dimensionless_d
>
(
rootCS
,
{
0.
,
0.
,
1.
}));
Vector
<
dimensionless_d
>
(
rootCS
,
{
0.
,
0.
,
1.
}));
process
::
observation_plane
::
ObservationPlane
observationLevel
(
obsPlane
,
"/dev/null"
);
process
::
observation_plane
::
ObservationPlane
observationLevel
(
obsPlane
,
"particles.dat"
);
// assemble all processes into an ordered process list
// assemble all processes into an ordered process list
...
...
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