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.
2 parents ebb1b53 + 2344a09 commit 85d5c49Copy full SHA for 85d5c49
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