diff --git a/DDCore/include/DDSegmentation/CylindricalGridPhiZ.h b/DDCore/include/DDSegmentation/CylindricalGridPhiZ.h
index a02d01d473af6f0d0cc2a949629506abcae9e46d..54a836934ed27fc20aa577a80b4959a474d470c9 100644
--- a/DDCore/include/DDSegmentation/CylindricalGridPhiZ.h
+++ b/DDCore/include/DDSegmentation/CylindricalGridPhiZ.h
@@ -94,12 +94,12 @@ namespace dd4hep {
         _zId = fieldName;
       }
       /** \brief Returns a vector<double> of the cellDimensions of the given cell ID
-          in natural order of dimensions, e.g., dx/dy/dz, or dr/r*dPhi
+          in the following order: R*dPhi,dZ
 
           Returns a vector of the cellDimensions of the given cell ID
           \param cellID is ignored as all cells have the same dimension
           \return std::vector<double> size 2:
-          -# size in x
+          -# size in x = R * size in phi
           -# size in z
       */
       virtual std::vector<double> cellDimensions(const CellID& cellID) const;