IAP GITLAB

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

Remove Init() from HadronicElasticModel.

parent fbdfec18
No related branches found
No related tags found
2 merge requests!234WIP: Initial example of python as script language from C++,!224Remove Init() methods from Framework and Processes
......@@ -24,8 +24,6 @@ using SetupParticle = corsika::setup::Stack::ParticleType;
namespace corsika::process::HadronicElasticModel {
void HadronicElasticInteraction::Init() {}
HadronicElasticInteraction::HadronicElasticInteraction(units::si::CrossSectionType x,
units::si::CrossSectionType y)
: fX(x)
......
......@@ -50,7 +50,6 @@ namespace corsika::process::HadronicElasticModel {
HadronicElasticInteraction( // x & y values taken from DL for pp collisions
units::si::CrossSectionType x = 0.0217 * units::si::barn,
units::si::CrossSectionType y = 0.05608 * units::si::barn);
void Init();
template <typename Particle>
corsika::units::si::GrammageType GetInteractionLength(Particle const& p);
......
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