We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e91209 commit 2344a09Copy full SHA for 2344a09
Geometry/HGCalGeometry/src/HGCalGeometry.cc
@@ -204,7 +204,8 @@ bool HGCalGeometry::present(const DetId& detId) const {
204
}
205
206
GlobalPoint HGCalGeometry::getPosition(const DetId& detid, bool debug) const {
207
- return getPosition(detid, false, debug);
+ bool cog = m_topology.dddConstants().waferHexagon8Fine() ? true : false;
208
+ return getPosition(detid, cog, debug);
209
210
211
GlobalPoint HGCalGeometry::getPosition(const DetId& detid, bool cog, bool debug) const {
0 commit comments