Skip to content

Commit

Permalink
Typo in comment fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
atolosadelgado committed Oct 30, 2023
1 parent d7663aa commit 84b54be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detectorSegmentations/src/GridEta_k4geo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ CellID GridEta_k4geo::cellID(const Vector3D& /* localPosition */, const Vector3D
// return binToPosition(etaValue, m_gridSizeEta, m_offsetEta);
//}

/// determine the seudorapidity based on the cell ID
/// determine the pseudorapidity based on the cell ID
double GridEta_k4geo::eta(const CellID& cID) const {
CellID etaValue = _decoder->get(cID, m_etaID);
return binToPosition(etaValue, m_gridSizeEta, m_offsetEta);
Expand Down

0 comments on commit 84b54be

Please sign in to comment.