Skip to content
Snippets Groups Projects
Commit 1b4c31bd authored by Alexandru Bercuci's avatar Alexandru Bercuci Committed by Pierre-Alain Loizeau
Browse files

shorten the supports of the FEBs

parent ed982d4e
No related branches found
No related tags found
1 merge request!2063Draft: TRD update FFV and CFV
...@@ -499,7 +499,7 @@ InitStatus ChamberBuilder::BackPanel::Init() ...@@ -499,7 +499,7 @@ InitStatus ChamberBuilder::BackPanel::Init()
} }
fHeight += hHC; fHeight += hHC;
// supports for electronics // supports for electronics
TGeoBBox* faspro_fy = new TGeoBBox("faspro_fy", 1.0 / 2, 0.5 + 0.5 * sizeY, 0.5 * ChamberBuilder::FEB::FASPRO_zspace); TGeoBBox* faspro_fy = new TGeoBBox("faspro_fy", 1.0 / 2, 0.5 * activeAreaY, 0.5 * ChamberBuilder::FEB::FASPRO_zspace);
TGeoVolume* vol_faspro_fy = TGeoVolume* vol_faspro_fy =
new TGeoVolume("faspro_fy", faspro_fy, cbm::trd::geo::GetMaterial("TRDG10") /*frameVolMed*/); new TGeoVolume("faspro_fy", faspro_fy, cbm::trd::geo::GetMaterial("TRDG10") /*frameVolMed*/);
vol_faspro_fy->SetLineColor(kViolet + 2); // vol_faspro_fy->SetTransparency(50); vol_faspro_fy->SetLineColor(kViolet + 2); // vol_faspro_fy->SetTransparency(50);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment