Skip to content

Commit

Permalink
Code check
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunanda committed Mar 6, 2023
1 parent b7c77a9 commit 9ceae21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Geometry/HGCalCommonData/src/HGCalDDDConstants.cc
Expand Up @@ -865,8 +865,8 @@ std::pair<float, float> HGCalDDDConstants::locateCell(
edm::LogVerbatim("HGCalGeom") << "Cassette " << (ktr->second).cassette << " Shift " << -(zside * cshift.first)
<< ":" << cshift.second;
if (!reco) {
x -= ((HGCalParameters::k_ScaleToDDD) * zside * cshift.first);
y += ((HGCalParameters::k_ScaleToDDD) * cshift.second);
x -= ((HGCalParameters::k_ScaleToDDD)*zside * cshift.first);
y += ((HGCalParameters::k_ScaleToDDD)*cshift.second);
} else {
x -= (zside * cshift.first);
y += cshift.second;
Expand Down

0 comments on commit 9ceae21

Please sign in to comment.