19 if ( TString(gMC->GetName()) ==
"TGeant3TGeo" ) {
22 vol = gGeoManager->GetVolume(
"Radiator");
23 if (vol) vol->SetLineColor(kMagenta);
24 vol = gGeoManager->GetVolume(
"Absorber");
25 if (vol) vol->SetLineColor(kYellow);
26 gMC->SetCollectTracks(kTRUE);