https://github.com/root-project/root
Raw File
Tip revision: 7a1917fead85b88017cb13346529a19fec3d8351 authored by Unknown Author on 13 December 2000, 12:08:01 UTC
This commit was manufactured by cvs2svn to create tag 'v2-26-final'.
Tip revision: 7a1917f
na49visible.C
{
//   Set visibility attributes for the NA49 geometry
//        Set Shape attributes
YK01->SetVisibility(0);
YK03->SetLineColor(2);
YK04->SetLineColor(5);
SEC1->SetLineColor(6);
SEC2->SetLineColor(6);
SEC3->SetLineColor(3);
SEC4->SetLineColor(3);
TOFR->SetLineColor(5);
COI1->SetLineColor(4);
COI2->SetLineColor(4);
COI3->SetLineColor(4);
COI4->SetLineColor(4);
CS38->SetLineColor(5);
CS28->SetLineColor(5);
CS18->SetLineColor(5);
TF4D->SetLineColor(3);
OGB4->SetLineColor(3);
TF3D->SetLineColor(3);
OGB3->SetLineColor(3);
TF4A->SetLineColor(3);
OGB4->SetLineColor(3);
TF3A->SetLineColor(3);
OGB3->SetLineColor(3);

//   Copy shape attributes (colors,etc) in nodes referencing the shapse
CAVE1->ImportShapeAttributes();

//  Set Node attributes
CAVE1->SetVisibility(2);   //node is not drawn but its sons are drawn
VT1_1->SetVisibility(-4);  //Node is not drawn. Its immediate sons are drawn
VT2_1->SetVisibility(-4);
MTL_1->SetVisibility(-4);
MTR_1->SetVisibility(-4);
TOFR1->SetVisibility(-4);
}
back to top