From f97a4cb6b816a051478289d129fb9ed41d1748d2 Mon Sep 17 00:00:00 2001 From: Marko Petric <marko.petric@cern.ch> Date: Wed, 17 Apr 2019 13:54:23 +0200 Subject: [PATCH] Default init of Geant4PrimaryConfig --- DDG4/include/DDG4/Geant4PrimaryHandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DDG4/include/DDG4/Geant4PrimaryHandler.h b/DDG4/include/DDG4/Geant4PrimaryHandler.h index b4a098ab4..c71444140 100644 --- a/DDG4/include/DDG4/Geant4PrimaryHandler.h +++ b/DDG4/include/DDG4/Geant4PrimaryHandler.h @@ -58,7 +58,7 @@ namespace dd4hep { virtual void operator()(G4Event* event); public: - Geant4PrimaryConfig m_primaryConfig; + Geant4PrimaryConfig m_primaryConfig{}; }; } // End namespace sim -- GitLab