From 07cd8b32a48b39485dadab5936b2241c4dd7b0f3 Mon Sep 17 00:00:00 2001 From: Andre Sailer <andre.philippe.sailer@cern.ch> Date: Thu, 3 Dec 2015 09:53:13 +0000 Subject: [PATCH] Fix typo in option --- DDG4/plugins/Geant4TrackerWeightedSD.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DDG4/plugins/Geant4TrackerWeightedSD.cpp b/DDG4/plugins/Geant4TrackerWeightedSD.cpp index 7f3e05c8d..d965d0690 100644 --- a/DDG4/plugins/Geant4TrackerWeightedSD.cpp +++ b/DDG4/plugins/Geant4TrackerWeightedSD.cpp @@ -347,7 +347,7 @@ namespace DD4hep { /// Initialization overload for specialization template <> void Geant4SensitiveAction<TrackerWeighted>::initialize() { - declareProperty("HitPostionCombination", m_userData.hit_position_type); + declareProperty("HitPositionCombination", m_userData.hit_position_type); declareProperty("CollectSingleDeposits", m_userData.single_deposit_mode); m_userData.e_cut = m_sensitive.energyCutoff(); m_userData.sensitive = this; -- GitLab