Skip to content

Commit

Permalink
Code check
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunanda committed Aug 16, 2024
1 parent 60d4338 commit 16b974f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Geometry/HGCalCommonData/test/HGCalConvert.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1727,7 +1727,8 @@ void ConvertScintillatorV1::convert(const char* infile, const char* outfile1, co
}
fout << "\n </Vector>\n";
// Now write the remaining parts
makeTitle(fout, "Tile6", module6, ringR6, lmin6, lmax6, HGCalProperty::kHGCalFineTilePhis, 1, (((debug / 10) % 10) > 0));
makeTitle(
fout, "Tile6", module6, ringR6, lmin6, lmax6, HGCalProperty::kHGCalFineTilePhis, 1, (((debug / 10) % 10) > 0));
makeTitle(fout, "Tile", module, ringR, lmin, lmax, HGCalProperty::kHGCalTilePhis, 0, (((debug / 10) % 10) > 0));
fout.close();
}
Expand Down

0 comments on commit 16b974f

Please sign in to comment.