Skip to content

Commit 930c7db

Browse files
author
Sunanda
committed
Code check
1 parent 37a77f8 commit 930c7db

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Geometry/HGCalCommonData/plugins/DDHGCalSiliconRotatedCassette.cc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,8 @@ void DDHGCalSiliconRotatedCassette::constructLayers(const DDLogicalPart& module,
319319
double zi(zMinBlock_);
320320
int laymin(0);
321321
#ifdef EDM_ML_DEBUG
322-
edm::LogVerbatim("HGCalGeom") << "DDHGCalSiliconRotatedCassette: Enters constructLayers with " << layers_.size() << " layers";
322+
edm::LogVerbatim("HGCalGeom") << "DDHGCalSiliconRotatedCassette: Enters constructLayers with " << layers_.size()
323+
<< " layers";
323324
#endif
324325
for (unsigned int i = 0; i < layers_.size(); i++) {
325326
double zo = zi + layerThick_[i];
@@ -328,7 +329,8 @@ void DDHGCalSiliconRotatedCassette::constructLayers(const DDLogicalPart& module,
328329
double zz = zi;
329330
double thickTot(0);
330331
#ifdef EDM_ML_DEBUG
331-
edm::LogVerbatim("HGCalGeom") << "DDHGCalSiliconRotatedCassette: Section " << i << " Layers " << laymin << ":" << laymax << " zi " << zi;
332+
edm::LogVerbatim("HGCalGeom") << "DDHGCalSiliconRotatedCassette: Section " << i << " Layers " << laymin << ":"
333+
<< laymax << " zi " << zi;
332334
#endif
333335
for (int ly = laymin; ly < laymax; ++ly) {
334336
int ii = layerType_[ly];

0 commit comments

Comments
 (0)