IAP GITLAB

Skip to content
Snippets Groups Projects
Commit e759951f authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan:
Browse files

made BetheBloch public

parent 3bf34a60
No related branches found
No related tags found
1 merge request!131Stopping power
...@@ -38,11 +38,10 @@ namespace corsika::process::energy_loss { ...@@ -38,11 +38,10 @@ namespace corsika::process::energy_loss {
units::si::HEPEnergyType GetTotal() const { return fEnergyLossTot; } units::si::HEPEnergyType GetTotal() const { return fEnergyLossTot; }
void PrintProfile() const; void PrintProfile() const;
private:
static units::si::HEPEnergyType BetheBloch(setup::Stack::ParticleType const& p, static units::si::HEPEnergyType BetheBloch(setup::Stack::ParticleType const& p,
const units::si::GrammageType dX); const units::si::GrammageType dX);
private:
int GetXbin(setup::Stack::ParticleType const&, setup::Trajectory const&, int GetXbin(setup::Stack::ParticleType const&, setup::Trajectory const&,
units::si::HEPEnergyType); units::si::HEPEnergyType);
......
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