diff --git a/SimG4CMS/Calo/src/HCalSD.cc b/SimG4CMS/Calo/src/HCalSD.cc index 8863923136ea7..aff0d17fa2032 100644 --- a/SimG4CMS/Calo/src/HCalSD.cc +++ b/SimG4CMS/Calo/src/HCalSD.cc @@ -587,7 +587,8 @@ uint32_t HCalSD::setDetUnitId(int det, const G4ThreeVector& pos, int depth, int det = ((pos.perp() > minR) && (pos.perp() < maxR)) ? 4 : 3; } #ifdef EDM_ML_DEBUG - edm::LogVerbatim("HcalSim") << "Position " << pos.perp() << ":" << std::abs(pos.z()) << " Limits " << !(hcalConstants_->isHE()) << ":" << maxZ_ << " det " << det; + edm::LogVerbatim("HcalSim") << "Position " << pos.perp() << ":" << std::abs(pos.z()) << " Limits " + << !(hcalConstants_->isHE()) << ":" << maxZ_ << " det " << det; #endif } if (numberingFromDDD.get()) {