From 292d138fe5a79ffab25064d61a33f0e9642b9189 Mon Sep 17 00:00:00 2001
From: Markus Frank <Markus.Frank@cern.ch>
Date: Wed, 19 Oct 2016 14:25:45 +0200
Subject: [PATCH] Move to DD4hep segmentations ready for testing...

---
 DDCore/src/Segmentations.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/DDCore/src/Segmentations.cpp b/DDCore/src/Segmentations.cpp
index bbe28a223..1e8c625cc 100644
--- a/DDCore/src/Segmentations.cpp
+++ b/DDCore/src/Segmentations.cpp
@@ -124,8 +124,8 @@ void SegmentationObject::neighbours(const CellID& cell, std::set<CellID>& nb) co
 /// Constructor to used when creating a new object
 Segmentation::Segmentation(const string& typ, const string& nam, BitField64* dec) : Handle<Object>()
 {
-  string type = "segmentation_constructor__"+typ;
-  SegmentationObject* obj = PluginService::Create<SegmentationObject*>(type, dec);
+  string seg_type = "segmentation_constructor__"+typ;
+  SegmentationObject* obj = PluginService::Create<SegmentationObject*>(seg_type, dec);
   if ( obj != 0 )  {
     assign(obj, nam, typ);
     if ( !nam.empty() ) obj->setName(nam);
-- 
GitLab