Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
ianna committed Apr 7, 2021
1 parent 6fa446d commit 9d48ceb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Geometry/EcalCommonData/plugins/dd4hep/DDEcalBarrelNewAlgo.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2759,8 +2759,8 @@ static long algorithm(dd4hep::Detector& /* description */, cms::DDParsingContext
if (0 != dryAirTube.here) {
string dryAirTubName(dryAirTube.name + std::to_string(iMod + 1));

Solid dryAirTubeSolid =
Tube(dryAirTubName, dryAirTube.innDiam * 0.5, dryAirTube.outDiam * 0.5, pipeLength * 0.5, 0._deg, 360._deg);
Solid dryAirTubeSolid = Tube(
dryAirTubName, dryAirTube.innDiam * 0.5, dryAirTube.outDiam * 0.5, pipeLength * 0.5, 0._deg, 360._deg);
#ifdef EDM_ML_DEBUG
edm::LogVerbatim("EBGeom") << dryAirTubName << " Tubs " << cms::convert2mm(pipeLength * 0.5) << ":"
<< cms::convert2mm(dryAirTube.innDiam * 0.5) << ":"
Expand Down

0 comments on commit 9d48ceb

Please sign in to comment.