diff --git a/Detector/GeomSvc/src/GeomSvc.h b/Detector/GeomSvc/src/GeomSvc.h index 7c4207af96982af2e4f4055b07d5b4f67ee6cc2b..20d559a790c47c5f928d8db4a094f97b8cbeded7 100644 --- a/Detector/GeomSvc/src/GeomSvc.h +++ b/Detector/GeomSvc/src/GeomSvc.h @@ -57,9 +57,9 @@ private: dd4hep::Detector* m_dd4hep_geo; - gear::ZPlanarParametersImpl* m_vxdParameters; - dd4hep::rec::ZPlanarData* m_vxdData; - dd4hep::rec::ConicalSupportData* m_beamPipeData; + gear::ZPlanarParametersImpl* m_vxdParameters{nullptr}; + dd4hep::rec::ZPlanarData* m_vxdData{nullptr}; + dd4hep::rec::ConicalSupportData* m_beamPipeData{nullptr}; //gear::GearParametersImpl* m_vxdInfra; std::map<std::string, std::map<std::string,double> > m_detParameters;