Skip to content

Commit 16b974f

Browse files
author
Sunanda
committed
Code check
1 parent 60d4338 commit 16b974f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Geometry/HGCalCommonData/test/HGCalConvert.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1727,7 +1727,8 @@ void ConvertScintillatorV1::convert(const char* infile, const char* outfile1, co
17271727
}
17281728
fout << "\n </Vector>\n";
17291729
// Now write the remaining parts
1730-
makeTitle(fout, "Tile6", module6, ringR6, lmin6, lmax6, HGCalProperty::kHGCalFineTilePhis, 1, (((debug / 10) % 10) > 0));
1730+
makeTitle(
1731+
fout, "Tile6", module6, ringR6, lmin6, lmax6, HGCalProperty::kHGCalFineTilePhis, 1, (((debug / 10) % 10) > 0));
17311732
makeTitle(fout, "Tile", module, ringR, lmin, lmax, HGCalProperty::kHGCalTilePhis, 0, (((debug / 10) % 10) > 0));
17321733
fout.close();
17331734
}

0 commit comments

Comments
 (0)