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
cba41ff4
Commit
cba41ff4
authored
3 years ago
by
Remy Prechelt
Committed by
ralfulrich
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Remove Setup from CONEX.
parent
ad793f82
No related branches found
No related tags found
2 merge requests
!365
Ci improve
,
!356
Remove Setup and setup:: from framework
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
corsika/detail/modules/conex/CONEXhybrid.inl
+2
-1
2 additions, 1 deletion
corsika/detail/modules/conex/CONEXhybrid.inl
corsika/modules/conex/CONEXhybrid.hpp
+3
-2
3 additions, 2 deletions
corsika/modules/conex/CONEXhybrid.hpp
with
5 additions
and
3 deletions
corsika/detail/modules/conex/CONEXhybrid.inl
+
2
−
1
View file @
cba41ff4
...
...
@@ -125,7 +125,8 @@ namespace corsika {
::
conex
::
conexrun_
(
ipart
,
eprima
,
theta
,
phi
,
xminp
,
dimpact
,
ioseed
.
data
());
}
inline
void
CONEXhybrid
::
doSecondaries
(
setup
::
StackView
&
vS
)
{
template
<
typename
TStackView
>
inline
void
CONEXhybrid
::
doSecondaries
(
TStackView
&
vS
)
{
auto
p
=
vS
.
begin
();
while
(
p
!=
vS
.
end
())
{
Code
const
pid
=
p
.
getPID
();
...
...
This diff is collapsed.
Click to expand it.
corsika/modules/conex/CONEXhybrid.hpp
+
3
−
2
View file @
cba41ff4
...
...
@@ -14,7 +14,6 @@
#include
<corsika/framework/geometry/Vector.hpp>
#include
<corsika/framework/process/SecondariesProcess.hpp>
#include
<corsika/media/ShowerAxis.hpp>
#include
<corsika/setup/SetupStack.hpp>
#include
<corsika/modules/conex/CONEX_f.hpp>
...
...
@@ -29,7 +28,9 @@ namespace corsika {
public:
CONEXhybrid
(
Point
center
,
ShowerAxis
const
&
showerAxis
,
LengthType
groundDist
,
LengthType
injectionHeight
,
HEPEnergyType
primaryEnergy
,
PDGCode
pdg
);
void
doSecondaries
(
setup
::
StackView
&
);
template
<
typename
TStackView
>
void
doSecondaries
(
TStackView
&
);
void
solveCE
();
...
...
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