Skip to content

Commit

Permalink
Fix TOB ManifoldFluid parent
Browse files Browse the repository at this point in the history
  • Loading branch information
vargasa committed Dec 17, 2019
1 parent a3d957f commit ba453d0
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -87,7 +87,7 @@ static long algorithm(Detector& /* description */, cms::DDParsingContext& ctxt,
<< convertRadToDeg((coolStartPhi2 + coolDeltaPhi2)) << " with Rin " << coolRin << " Rout "
<< coolRout2 << " R torus " << coolR1[i];
Volume coolManifoldFluidLogic_a = ns.addVolume(Volume(name, solid, ns.material(coolM2)));
disk.placeVolume(coolManifoldFluidLogic_a, i + 1); // i+1
coolManifoldLogic_a.placeVolume(coolManifoldFluidLogic_a, i + 1); // i+1
LogDebug("TOBGeom") << name << " number " << i + 1 << " positioned in " << coolM2
<< " with no translation and no rotation";

Expand All @@ -110,7 +110,7 @@ static long algorithm(Detector& /* description */, cms::DDParsingContext& ctxt,
<< convertRadToDeg((coolStartPhi2 + coolDeltaPhi2)) << " with Rin " << coolRin << " Rout "
<< coolRout2 << " R torus " << coolR2[i];
Volume coolManifoldFluidLogic_r = ns.addVolume(Volume(name, solid, ns.material(coolM2)));
disk.placeVolume(coolManifoldFluidLogic_r, i + 1); // i+1
coolManifoldLogic_r.placeVolume(coolManifoldFluidLogic_r, i + 1); // i+1
LogDebug("TOBGeom") << name << " number " << i + 1 << " positioned in " << coolM2
<< " with no translation and no rotation";

Expand Down

0 comments on commit ba453d0

Please sign in to comment.