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
86aec1c7
Commit
86aec1c7
authored
4 years ago
by
Maximilian Reininghaus
Committed by
ralfulrich
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
first time working w/o crash
parent
0e6a77e8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!254
History
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Setup/SetupStack.h
+2
-1
2 additions, 1 deletion
Setup/SetupStack.h
Stack/History/HistoryObservationPlane.cc
+1
-0
1 addition, 0 deletions
Stack/History/HistoryObservationPlane.cc
Stack/History/HistoryObservationPlane.hpp
+2
-0
2 additions, 0 deletions
Stack/History/HistoryObservationPlane.hpp
with
5 additions
and
1 deletion
Setup/SetupStack.h
+
2
−
1
View file @
86aec1c7
...
@@ -9,6 +9,7 @@
...
@@ -9,6 +9,7 @@
#pragma once
#pragma once
#include
<corsika/history/HistoryStackExtension.h>
#include
<corsika/history/HistoryStackExtension.h>
#include
<corsika/history/HistorySecondaryView.hpp>
#include
<corsika/stack/CombinedStack.h>
#include
<corsika/stack/CombinedStack.h>
#include
<corsika/stack/node/GeometryNodeStackExtension.h>
#include
<corsika/stack/node/GeometryNodeStackExtension.h>
#include
<corsika/stack/nuclear_extension/NuclearStackExtension.h>
#include
<corsika/stack/nuclear_extension/NuclearStackExtension.h>
...
@@ -78,7 +79,7 @@ namespace corsika::setup {
...
@@ -78,7 +79,7 @@ namespace corsika::setup {
// corsika::setup::detail::StackWithGeometryInterface>;
// corsika::setup::detail::StackWithGeometryInterface>;
corsika
::
setup
::
detail
::
StackWithHistoryInterface
>
;
corsika
::
setup
::
detail
::
StackWithHistoryInterface
>
;
#elif defined(__GNUC__) || defined(__GNUG__)
#elif defined(__GNUC__) || defined(__GNUG__)
using
StackView
=
corsika
::
stack
::
MakeView
<
corsika
::
setup
::
Stack
>::
type
;
using
StackView
=
corsika
::
history
::
HistorySecondaryView
<
corsika
::
stack
::
MakeView
<
corsika
::
setup
::
Stack
>::
type
>
;
#endif
#endif
}
// namespace corsika::setup
}
// namespace corsika::setup
This diff is collapsed.
Click to expand it.
Stack/History/HistoryObservationPlane.cc
+
1
−
0
View file @
86aec1c7
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
#include
<boost/histogram/ostream.hpp>
#include
<boost/histogram/ostream.hpp>
#include
<fstream>
#include
<fstream>
#include
<iostream>
using
namespace
corsika
::
units
::
si
;
using
namespace
corsika
::
units
::
si
;
using
namespace
corsika
::
history
;
using
namespace
corsika
::
history
;
...
...
This diff is collapsed.
Click to expand it.
Stack/History/HistoryObservationPlane.hpp
+
2
−
0
View file @
86aec1c7
...
@@ -55,6 +55,8 @@ namespace corsika::history {
...
@@ -55,6 +55,8 @@ namespace corsika::history {
corsika
::
setup
::
Stack
::
ParticleType
const
&
vParticle
,
corsika
::
setup
::
Stack
::
ParticleType
const
&
vParticle
,
corsika
::
setup
::
Trajectory
const
&
vTrajectory
);
corsika
::
setup
::
Trajectory
const
&
vTrajectory
);
void
print
();
private:
private:
void
fillHistoryHistogram
(
setup
::
Stack
::
ParticleType
const
&
);
void
fillHistoryHistogram
(
setup
::
Stack
::
ParticleType
const
&
);
...
...
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