IAP GITLAB
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
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
Package Registry
Model registry
Operate
Environments
Terraform modules
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
Pranav Sampathkumar
corsika
Commits
7f182a3f
Commit
7f182a3f
authored
4 years ago
by
ralfulrich
Committed by
Maximilian Reininghaus
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
added a bit more docu
parent
dc17fba5
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Environment/ShowerAxis.h
+14
-0
14 additions, 0 deletions
Environment/ShowerAxis.h
Processes/LongitudinalProfile/LongitudinalProfile.h
+3
-5
3 additions, 5 deletions
Processes/LongitudinalProfile/LongitudinalProfile.h
with
17 additions
and
5 deletions
Environment/ShowerAxis.h
+
14
−
0
View file @
7f182a3f
...
@@ -26,7 +26,21 @@
...
@@ -26,7 +26,21 @@
#include
<boost/math/quadrature/gauss_kronrod.hpp>
#include
<boost/math/quadrature/gauss_kronrod.hpp>
namespace
corsika
::
environment
{
namespace
corsika
::
environment
{
/**
* \class ShowerAxis
*
* The environment::ShowerAxis is created from a geometry::Point and
* a geometry::Vector and inside an Environment. It internally uses
* a table with steps=10000 (default) rows for interpolation.
*
* The shower axis can convert location in the shower into a
* projected grammage along the shower axis.
*
**/
class
ShowerAxis
{
class
ShowerAxis
{
public:
public:
template
<
typename
TEnvModel
>
template
<
typename
TEnvModel
>
...
...
This diff is collapsed.
Click to expand it.
Processes/LongitudinalProfile/LongitudinalProfile.h
+
3
−
5
View file @
7f182a3f
...
@@ -21,13 +21,11 @@
...
@@ -21,13 +21,11 @@
namespace
corsika
::
process
::
longitudinal_profile
{
namespace
corsika
::
process
::
longitudinal_profile
{
/**
/**
*
/
class Longitudinal
_
Profile
*
\
class LongitudinalProfile
*
*
* is a ContinuousProcess, which is constructed from a
ShowerAxis
* is a ContinuousProcess, which is constructed from a
n environment::
ShowerAxis
* object, and a dX in units of g/cm2
* object, and a dX in units of g/cm2
* (corsika::units::si::GrammageType). The shower axis can convert
* (corsika::units::si::GrammageType).
* location in the shower into a projected grammage along the shower
* axis.
*
*
* LongitudinalProfile does then convert each single Track of the
* LongitudinalProfile does then convert each single Track of the
* simulation into a projected grammage range and counts for
* simulation into a projected grammage range and counts for
...
...
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