@@ -286,8 +286,8 @@ std::array<int, 3> HGCalDDDConstants::assignCellTrap(float x, float y, float z,
286286 }
287287#ifdef EDM_ML_DEBUG
288288 edm::LogVerbatim (" HGCalGeomT" ) << " Fine: " << indx.first << " :" << hgpar_->scintFine (indx.first ) << " Rad "
289- << irad << " Size " << hgpar_->iradMaxBHFine_ .size () << " :"
290- << hgpar_->iradMinBH_ .size ();
289+ << irad << " Size " << hgpar_->iradMaxBHFine_ .size () << " :"
290+ << hgpar_->iradMinBH_ .size ();
291291 std::ostringstream st1;
292292 st1 << " assignCellTrap: ring # in ring type " << hgpar_->scintFine (indx.first ) << " modified to " << irad;
293293 if (hgpar_->scintFine (indx.first ))
@@ -1565,16 +1565,16 @@ bool HGCalDDDConstants::tileExist(int zside, int layer, int ring, int phi) const
15651565 ok = (itr == hgpar_->tileInfoMap_ .end ()) ? false : HGCalTileIndex::tileExist (itr->second .hex , zside, phi);
15661566#ifdef EDM_ML_DEBUG
15671567 if (!ok) {
1568- if (itr == hgpar_->tileInfoMap_ .end ())
1569- edm::LogWarning (" HGCalGeomT" ) << " TileExist:input " << zside << " :" << layer << " :" << ring << " :" << phi
1570- << " Index " << index.first << " :" << (itr != hgpar_->tileInfoMap_ .end ())
1571- << " ok " << ok << " CHECK" ;
1572- else
1573- edm::LogWarning (" HGCalGeomT" ) << " TileExist:input " << zside << " :" << layer << " :" << ring << " :" << phi
1574- << " Index " << index.first << " :" << (itr != hgpar_->tileInfoMap_ .end ())
1575- << " hex " << std::hex << itr->second .hex [0 ] << " :" << itr->second .hex [1 ] << " :"
1576- << itr->second .hex [2 ] << " :" << itr->second .hex [3 ] << " :" << itr->second .hex [4 ]
1577- << " :" << itr->second .hex [5 ] << std::dec << " OK " << ok << " CHECK" ;
1568+ if (itr == hgpar_->tileInfoMap_ .end ())
1569+ edm::LogWarning (" HGCalGeomT" ) << " TileExist:input " << zside << " :" << layer << " :" << ring << " :" << phi
1570+ << " Index " << index.first << " :" << (itr != hgpar_->tileInfoMap_ .end ())
1571+ << " ok " << ok << " CHECK" ;
1572+ else
1573+ edm::LogWarning (" HGCalGeomT" ) << " TileExist:input " << zside << " :" << layer << " :" << ring << " :" << phi
1574+ << " Index " << index.first << " :" << (itr != hgpar_->tileInfoMap_ .end ())
1575+ << " hex " << std::hex << itr->second .hex [0 ] << " :" << itr->second .hex [1 ] << " :"
1576+ << itr->second .hex [2 ] << " :" << itr->second .hex [3 ] << " :" << itr->second .hex [4 ]
1577+ << " :" << itr->second .hex [5 ] << std::dec << " OK " << ok << " CHECK" ;
15781578 }
15791579#endif
15801580 return ok;
0 commit comments