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
0cf0f66c
Commit
0cf0f66c
authored
4 years ago
by
Maximilian Reininghaus
Committed by
ralfulrich
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
back to cegs4()
parent
bc9d05af
No related branches found
No related tags found
2 merge requests
!234
WIP: Initial example of python as script language from C++
,
!232
Conex EM
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Processes/CONEXSourceCut/CONEX.h
+0
-20
0 additions, 20 deletions
Processes/CONEXSourceCut/CONEX.h
Processes/CONEXSourceCut/CONEX_f.h
+5
-2
5 additions, 2 deletions
Processes/CONEXSourceCut/CONEX_f.h
with
5 additions
and
22 deletions
Processes/CONEXSourceCut/CONEX.h
deleted
100644 → 0
+
0
−
20
View file @
bc9d05af
/*
* (c) Copyright 2020 CORSIKA Project, corsika-project@lists.kit.edu
*
* See file AUTHORS for a list of contributors.
*
* This software is distributed under the terms of the GNU General Public
* Licence version 3 (GPL Version 3). See file LICENSE for a full version of
* the license.
*/
#pragma once
#include
<array>
extern
"C"
{
int
InitialParticle_
(
int
const
&
);
struct
cxoptl_
{
std
::
array
<
double
,
16
>
dptl
;
};
}
This diff is collapsed.
Click to expand it.
Processes/CONEXSourceCut/CONEX_f.h
+
5
−
2
View file @
0cf0f66c
...
@@ -17,11 +17,14 @@
...
@@ -17,11 +17,14 @@
#include
<conexConfig.h>
#include
<conexConfig.h>
#include
<conexHEModels.h>
#include
<conexHEModels.h>
#include
<array>
namespace
conex
{
namespace
conex
{
extern
"C"
{
extern
"C"
{
// ipart,energy,theta,phi,dimpact,ioseed
extern
struct
{
std
::
array
<
double
,
16
>
dptl
;
}
cxoptl_
;
void
cegs4_
(
int
&
,
int
&
);
void
initconex_
(
int
&
,
int
*
,
int
&
,
int
&
,
void
initconex_
(
int
&
,
int
*
,
int
&
,
int
&
,
#ifdef CONEX_EXTENSIONS
#ifdef CONEX_EXTENSIONS
int
&
,
int
&
,
...
...
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