Skip to content

Commit 56755fb

Browse files
author
Sunanda
committed
Code check
1 parent cd05252 commit 56755fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Geometry/HGCalGeometry/test/HGCalSizeTester.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ void HGCalSizeTester::doTestScint(const HGCalGeometry* geom, DetId::Detector det
136136
<< ") Geom " << icell1 << " position (" << global1.x() << ", " << global1.y() << ", " << global1.z()
137137
<< ") ids " << std::hex << id1.rawId() << ":" << idc1.rawId() << std::dec << ":"
138138
<< HGCScintillatorDetId(id1) << ":" << HGCScintillatorDetId(idc1)
139-
<< " parameter[11] = " << icell1->param()[10] << ":" << icell1->param()[10] << cherr << " " << std::hex << detId.position() << " " << HGCScintillatorDetId(id1).position() << std::dec;
139+
<< " parameter[11] = " << icell1->param()[10] << ":" << icell1->param()[10] << cherr << " " << std::hex
140+
<< detId.position() << " " << HGCScintillatorDetId(id1).position() << std::dec;
140141
std::vector<GlobalPoint> corners = geom->getNewCorners(idc1);
141142
std::ostringstream st1;
142143
st1 << corners.size() << " corners";

0 commit comments

Comments
 (0)