From 3044fd6802b7704a0489bb65ded2b75a67a854ee Mon Sep 17 00:00:00 2001 From: ybedfer Date: Thu, 18 Jul 2024 18:12:35 +0200 Subject: [PATCH] DDCore: Purely cosmectic commit (continuation). --- DDCore/include/DDSegmentation/CylindricalGridPhiZ.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DDCore/include/DDSegmentation/CylindricalGridPhiZ.h b/DDCore/include/DDSegmentation/CylindricalGridPhiZ.h index a02d01d47..54a836934 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 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 size 2: - -# size in x + -# size in x = R * size in phi -# size in z */ virtual std::vector cellDimensions(const CellID& cellID) const;