Skip to content

Commit

Permalink
DDCore: Purely cosmectic commit (continuation).
Browse files Browse the repository at this point in the history
  • Loading branch information
ybedfer committed Jul 18, 2024
1 parent 677acb7 commit 3044fd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DDCore/include/DDSegmentation/CylindricalGridPhiZ.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3044fd6

Please sign in to comment.