From 66c629a1cca65a429e94fde47d47784b47faba54 Mon Sep 17 00:00:00 2001 From: Sunanda Date: Thu, 9 Jul 2020 20:34:45 +0200 Subject: [PATCH] Code check --- Geometry/HGCalCommonData/src/HGCalDDDConstants.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Geometry/HGCalCommonData/src/HGCalDDDConstants.cc b/Geometry/HGCalCommonData/src/HGCalDDDConstants.cc index 20bf2d15083bf..4eb97c2228ce8 100644 --- a/Geometry/HGCalCommonData/src/HGCalDDDConstants.cc +++ b/Geometry/HGCalCommonData/src/HGCalDDDConstants.cc @@ -1350,7 +1350,7 @@ std::pair HGCalDDDConstants::waferTypeRotation( if (debug) edm::LogVerbatim("HGCalGeom") << "waferTypeRotation: Layer " << layer << " Wafer " << waferU << ":" << waferV << " Index " << std::hex << wl << std::dec << ":" << endOfList << " Type " << type - << " Rotation " << rotn; + << " Rotation " << rotn; #endif return std::make_pair(type, rotn); }