From b1ea77868702342bf9820920b2dcb82f15cc873d Mon Sep 17 00:00:00 2001
From: Joschka Lingemann <joschka.lingemann@cern.ch>
Date: Wed, 29 Mar 2017 16:17:43 +0200
Subject: [PATCH] Register Phi-Eta segmentation

---
 DDSegmentation/src/GridPhiEta.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/DDSegmentation/src/GridPhiEta.cpp b/DDSegmentation/src/GridPhiEta.cpp
index 31630af91..741e7ed78 100644
--- a/DDSegmentation/src/GridPhiEta.cpp
+++ b/DDSegmentation/src/GridPhiEta.cpp
@@ -67,6 +67,7 @@ double GridPhiEta::phi(const CellID& cID) const {
   CellID phiValue = (*_decoder)[m_phiID].value();
   return binToPosition(phiValue, 2.*M_PI/(double)m_phiBins, m_offsetPhi);
 }
+REGISTER_SEGMENTATION(GridPhiEta)
 }
 }
 
-- 
GitLab