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