Skip to content

Commit f6a1154

Browse files
committed
fix locateCell, set norot back to false
1 parent f6e0fc4 commit f6a1154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Geometry/HGCalGeometry/src/HGCalGeometry.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ GlobalPoint HGCalGeometry::getPosition(const DetId& detid, bool cog, bool debug)
237237
<< id.iCell2;
238238
}
239239
xy = m_topology.dddConstants().locateCell(
240-
id.zSide, id.iLay, id.iSec1, id.iSec2, id.iCell1, id.iCell2, true, true, true, cog, debug);
240+
id.zSide, id.iLay, id.iSec1, id.iSec2, id.iCell1, id.iCell2, true, true, false, cog, debug);
241241
double xx = id.zSide * xy.first;
242242
double zz = id.zSide * m_topology.dddConstants().waferZ(id.iLay, true);
243243
glob = GlobalPoint(xx, xy.second, zz);

0 commit comments

Comments
 (0)