Skip to content

Commit 494e45b

Browse files
author
Sunanda
committed
Code check
1 parent 6a76982 commit 494e45b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Geometry/HGCalCommonData/src/HGCalGeomParameters.cc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1648,7 +1648,8 @@ void HGCalGeomParameters::loadSpecParsTrapezoid(const DDFilteredView& fv, HGCalP
16481648

16491649
loadSpecParsTrapezoid(php);
16501650
#ifdef EDM_ML_DEBUG
1651-
edm::LogVerbatim("HGCalGeom") << "WaferMaskMode " << php.waferMaskMode_ << " Compare " << scintillatorFile << ":" << scintillatorCassette << ":" << scintillatorFineCell;
1651+
edm::LogVerbatim("HGCalGeom") << "WaferMaskMode " << php.waferMaskMode_ << " Compare " << scintillatorFile << ":"
1652+
<< scintillatorCassette << ":" << scintillatorFineCell;
16521653
#endif
16531654
// tile parameters from Katja's file
16541655
if ((php.waferMaskMode_ == scintillatorFile) || (php.waferMaskMode_ == scintillatorCassette) ||
@@ -1940,7 +1941,8 @@ void HGCalGeomParameters::loadSpecParsTrapezoid(HGCalParameters& php,
19401941
edm::LogVerbatim("HGCalGeom") << "Tile[" << k << ":" << tileIndx[k] << "] "
19411942
<< " Type " << HGCalProperty::tileType(tileProperty[k]) << " SiPM "
19421943
<< HGCalProperty::tileSiPM(tileProperty[k]) << " HEX " << std::hex << tileHEX1[k]
1943-
<< ":" << tileHEX2[k] << ":" << tileHEX3[k] << ":" << tileHEX4[k] << ":" << hex5 << ":" << hex6<< std::dec;
1944+
<< ":" << tileHEX2[k] << ":" << tileHEX3[k] << ":" << tileHEX4[k] << ":" << hex5
1945+
<< ":" << hex6 << std::dec;
19441946
#endif
19451947
}
19461948

0 commit comments

Comments
 (0)