Skip to content
Snippets Groups Projects
Commit 712660e5 authored by Sylvester Joosten's avatar Sylvester Joosten Committed by Sylvester Joosten
Browse files

change visualization

parent e7aa2a11
No related branches found
No related tags found
1 merge request!76Resolve "Add DIRC stand-in"
Pipeline #9738 passed with warnings
......@@ -26,7 +26,7 @@ static Ref_t createDetector(Detector& desc, xml_h e, SensitiveDetector sens)
Material Vacuum = desc.material("Vacuum");
Tube cb_DIRC_Barrel_GVol_Solid(RIn, ROut, SizeZ / 2.0, 0., 360.0 * deg);
Volume detVol("cb_DIRC_GVol_Solid_Logic", cb_DIRC_Barrel_GVol_Solid, Vacuum);
detVol.setVisAttributes(desc.visAttributes(x_det.visStr()));
detVol.setVisAttributes(desc.invisible());
DetElement det(detName, detID);
Volume motherVol = desc.pickMotherVolume(det);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment