Skip to content

Commit

Permalink
Added forgotten copynumber for air volume inside tower
Browse files Browse the repository at this point in the history
  • Loading branch information
s6anloes committed Dec 16, 2024
1 parent bdd7367 commit aa75a92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ void DRBarrelTubes::DRTubesconstructor::construct_tower_trapezoid(Volume& trap_v
trap_volume.setSolid(trap_solid);
trap_volume.setVisAttributes(*m_description, m_trap_visString);

PlacedVolume tower_air_placed = trap_volume.placeVolume(tower_air_volume, tower_air_pos);
PlacedVolume tower_air_placed = trap_volume.placeVolume(tower_air_volume, 1, tower_air_pos);
tower_air_placed.addPhysVolID("air", 1);

// Place all the tubes inside the tower
Expand Down

0 comments on commit aa75a92

Please sign in to comment.