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
00c11d1d
Commit
00c11d1d
authored
4 years ago
by
Maximilian Reininghaus
Browse files
Options
Downloads
Patches
Plain Diff
fixed missing dptl(12) (generation counter) assignment
parent
6f227571
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!240
fixed missing dptl(12) (generation counter) assignment
,
!234
WIP: Initial example of python as script language from C++
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Processes/CONEXSourceCut/CONEXSourceCut.cc
+2
-0
2 additions, 0 deletions
Processes/CONEXSourceCut/CONEXSourceCut.cc
with
2 additions
and
0 deletions
Processes/CONEXSourceCut/CONEXSourceCut.cc
+
2
−
0
View file @
00c11d1d
...
@@ -78,6 +78,7 @@ void CONEXSourceCut::addParticle(int egs_pid, HEPEnergyType energy,
...
@@ -78,6 +78,7 @@ void CONEXSourceCut::addParticle(int egs_pid, HEPEnergyType energy,
double
weight
=
1
;
double
weight
=
1
;
int
latchin
=
1
;
// generation
double
E
=
energy
/
1
_GeV
;
double
E
=
energy
/
1
_GeV
;
std
::
cout
<<
"CONEXSourceCut: removing "
<<
egs_pid
<<
" "
<<
std
::
scientific
<<
energy
std
::
cout
<<
"CONEXSourceCut: removing "
<<
egs_pid
<<
" "
<<
std
::
scientific
<<
energy
...
@@ -105,6 +106,7 @@ void CONEXSourceCut::addParticle(int egs_pid, HEPEnergyType energy,
...
@@ -105,6 +106,7 @@ void CONEXSourceCut::addParticle(int egs_pid, HEPEnergyType energy,
conex
::
cxoptl_
.
dptl
[
8
-
1
]
=
altitude
;
conex
::
cxoptl_
.
dptl
[
8
-
1
]
=
altitude
;
conex
::
cxoptl_
.
dptl
[
9
-
1
]
=
time
;
conex
::
cxoptl_
.
dptl
[
9
-
1
]
=
time
;
conex
::
cxoptl_
.
dptl
[
11
-
1
]
=
weight
;
conex
::
cxoptl_
.
dptl
[
11
-
1
]
=
weight
;
conex
::
cxoptl_
.
dptl
[
12
-
1
]
=
latchin
;
conex
::
cxoptl_
.
dptl
[
13
-
1
]
=
slantX
;
conex
::
cxoptl_
.
dptl
[
13
-
1
]
=
slantX
;
conex
::
cxoptl_
.
dptl
[
14
-
1
]
=
lateralX
;
conex
::
cxoptl_
.
dptl
[
14
-
1
]
=
lateralX
;
conex
::
cxoptl_
.
dptl
[
15
-
1
]
=
lateralY
;
conex
::
cxoptl_
.
dptl
[
15
-
1
]
=
lateralY
;
...
...
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