From 990be5d0d22e3aca6c8f882020d4993fe33bc660 Mon Sep 17 00:00:00 2001
From: Markus Frank <Markus.Frank@cern.ch>
Date: Wed, 10 Aug 2022 18:53:52 +0200
Subject: [PATCH] Allow to set MeanExcEnergy, MeanEnergyPerIonPair and
 BirksConstant in G4Materials ionisation parameters

---
 DDG4/src/Geant4Converter.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/DDG4/src/Geant4Converter.cpp b/DDG4/src/Geant4Converter.cpp
index becdcf30a..7429e6738 100644
--- a/DDG4/src/Geant4Converter.cpp
+++ b/DDG4/src/Geant4Converter.cpp
@@ -509,6 +509,7 @@ void* Geant4Converter::handleMaterial(const string& name, Material medium) const
       tab->AddConstProperty(named->GetName(), value * conv);
     }
 #endif
+
     // Set Birk's constant if it was supplied in the material table of the TGeoMaterial
     auto* ionisation = mat->GetIonisation();
     stringstream str;
-- 
GitLab