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 e1fb570 commit 59a0cb8Copy full SHA for 59a0cb8
Geometry/HGCalGeometry/src/HGCalGeometry.cc
@@ -117,13 +117,13 @@ void HGCalGeometry::newCell(
117
m_validIds.emplace_back(idc);
118
#ifdef EDM_ML_DEBUG
119
edm::LogVerbatim("HGCalGeom") << "Valid Id [0] " << HGCScintillatorDetId(idc);
120
-#endif
121
} else {
122
edm::LogWarning("HGCalGeom") << "Check " << HGCScintillatorDetId(idc) << " from " << HGCScintillatorDetId(detId)
123
<< " Mode " << m_topology.dddConstants().geomMode() << ":" << m_topology.geomMode()
124
<< " Valid " << m_topology.tileTrapezoid() << ":" << m_topology.valid(idc)
125
<< " ERROR ???";
126
}
+#endif
127
128
129
unsigned int cellAll(0), cellSelect(0);
0 commit comments