From 3de00832d4a27104fbaac4375669f790ae4b875e Mon Sep 17 00:00:00 2001 From: Andre Sailer <andre.philippe.sailer@cern.ch> Date: Thu, 9 Mar 2023 10:50:48 +0100 Subject: [PATCH] Typos: fix randomly spotted typo --- DDG4/include/DDG4/Geant4FastSimShowerModel.h | 2 +- DDG4/python/DDG4.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DDG4/include/DDG4/Geant4FastSimShowerModel.h b/DDG4/include/DDG4/Geant4FastSimShowerModel.h index cd8ed73ae..b158999b6 100644 --- a/DDG4/include/DDG4/Geant4FastSimShowerModel.h +++ b/DDG4/include/DDG4/Geant4FastSimShowerModel.h @@ -60,7 +60,7 @@ namespace dd4hep { std::vector<std::string> m_applicablePartNames { }; /// Property: Parametrisation control: Enable/disable fast simulation bool m_enable { false }; - /// Property: Defines step lenght + /// Property: Defines step length double m_stepX0 { 0.1 }; /// Property: Set minimum kinetic energy to trigger parametrisation ParticleConfig m_eMin { }; diff --git a/DDG4/python/DDG4.py b/DDG4/python/DDG4.py index a643d8dd6..f6ff67f58 100644 --- a/DDG4/python/DDG4.py +++ b/DDG4/python/DDG4.py @@ -474,7 +474,7 @@ class Geant4: sensitives=None, sensitives_args=None, allow_threads=False): """ - Configure Geant4 user initialization for optionasl multi-threading mode + Configure Geant4 user initialization for optional multi-threading mode \author M.Frank """ -- GitLab