Skip to content

Commit

Permalink
fix other ' : '
Browse files Browse the repository at this point in the history
  • Loading branch information
AJPfleger committed Apr 10, 2024
1 parent 0537e63 commit 3d1c426
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Plugins/DD4hep/src/ConvertDD4hepDetector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,8 @@ std::shared_ptr<const CylinderVolumeBuilder> volumeBuilder_dd4hep(
"hierarchy.");
}
barrel = true;
ACTS_VERBOSE("Subvolume : " << volumeDetElement.name()
<< " is marked as BARREL");
ACTS_VERBOSE("Subvolume: " << volumeDetElement.name()
<< " is marked as BARREL");
ACTS_VERBOSE("-> collecting layers");
collectLayers_dd4hep(volumeDetElement, centralLayers, logger);
// Fill the volume material for barrel case
Expand Down Expand Up @@ -391,8 +391,8 @@ std::shared_ptr<const CylinderVolumeBuilder> volumeBuilder_dd4hep(
return cylinderVolumeBuilder;
} else if (subDetType.is(dd4hep::DetType::BEAMPIPE) ||
getParamOr<bool>("passive_layer", subDetector, false)) {
ACTS_VERBOSE("Subdetector : " << subDetector.name()
<< " - building a passive cylinder.");
ACTS_VERBOSE("Subdetector: " << subDetector.name()
<< " - building a passive cylinder.");

if (subDetType.is(dd4hep::DetType::BEAMPIPE)) {
ACTS_VERBOSE("This is the beam pipe - will be built to r -> 0.");
Expand Down

0 comments on commit 3d1c426

Please sign in to comment.