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
f83b2f8c
Commit
f83b2f8c
authored
4 years ago
by
ralfulrich
Committed by
Maximilian Reininghaus
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
style
parent
8fc06030
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
corsika/detail/modules/energy_loss/BetheBlochPDG.inl
+3
-3
3 additions, 3 deletions
corsika/detail/modules/energy_loss/BetheBlochPDG.inl
corsika/detail/modules/tracking/TrackingLeapFrogCurved.inl
+2
-2
2 additions, 2 deletions
corsika/detail/modules/tracking/TrackingLeapFrogCurved.inl
with
5 additions
and
5 deletions
corsika/detail/modules/energy_loss/BetheBlochPDG.inl
+
3
−
3
View file @
f83b2f8c
...
...
@@ -184,9 +184,9 @@ namespace corsika {
energy
*
0.99
,
// either 10% relative loss max., or
get_energy_threshold
(
vParticle
.
getPID
())
// energy thresholds globally defined for
// individual particles
*
0.99999
// need to go 1% below global e-cut to assure removal in ParticleCut. Th
e
// 1% does not matter since at cut-time the entire
energy is removed.
*
0.99999
// need to go 1% below global e-cut to assure removal in
// ParticleCut. The 1% does not matter since at cut-time the entir
e
//
energy is removed.
);
auto
const
maxGrammage
=
(
vParticle
.
getEnergy
()
-
energy_lim
)
/
dEdX
;
...
...
This diff is collapsed.
Click to expand it.
corsika/detail/modules/tracking/TrackingLeapFrogCurved.inl
+
2
−
2
View file @
f83b2f8c
...
...
@@ -278,8 +278,8 @@ namespace corsika {
std
::
vector
<
double
>
const
deltaLs
=
solve_quadratic_real
(
denom
,
p
,
q
);
CORSIKA_LOG_TRACE
(
"deltaLs=[{}]"
,
fmt
::
join
(
deltaLs
,
", "
));
CORSIKA_LOG_TRACE
(
"deltaLs=[{}]"
,
fmt
::
join
(
deltaLs
,
", "
));
if
(
deltaLs
.
size
()
==
0
)
{
return
Intersections
(
std
::
numeric_limits
<
double
>::
infinity
()
*
1
_s
);
}
...
...
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