IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 82fe8b75 authored by Remy Prechelt's avatar Remy Prechelt Committed by ralfulrich
Browse files

Removed setup from HadronicElasticModel.

parent b4c3cc20
No related branches found
No related tags found
2 merge requests!365Ci improve,!356Remove Setup and setup:: from framework
......@@ -16,8 +16,6 @@
#include <corsika/framework/random/ExponentialDistribution.hpp>
#include <corsika/framework/utility/COMBoost.hpp>
#include <corsika/setup/SetupStack.hpp>
#include <iomanip>
#include <iostream>
......@@ -28,9 +26,9 @@ namespace corsika {
: parX_(x)
, parY_(y) {}
template <>
template <typename TParticle>
inline GrammageType HadronicElasticInteraction::getInteractionLength(
SetupParticle const& p) {
TParticle const& p) {
if (p.getPID() == Code::Proton) {
auto const* currentNode = p.getNode();
auto const& mediumComposition =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment