Modifications to library sources. 21-DEC-2011 TJR All are tagged with TJR. *** BUG IN Geant4.9.5 related to secondary weights *** Every G4particleChange*.cc modified, marked by //TJR *** Reported as Geant4 bug 1283. carried all changes to geant4.9.5.p01. geant4.9.5/source/visualization/OpenInventor/src/G4OpenInventorWin.cc Coin is slightly different from OpenInventor. Line 54: comment out: //TJR GetInteractorManager () -> RemoveDispatcher((G4DispatchFunction)G4Win32::dispatchWin32Event); Still needed in geant4.9.5.p01. geant4.9.5/source/visualization/OpenInventor/src/G4OpenInventorSceneHandler.cc Init fPreviewAndFull to true, "visible mothers + visible daughters". Already done in geant4.9.5.p01. geant4.9.5/source/visualization/OpenInventor/src/G4OpenInventorWinViewer.cc geant4.9.5/source/visualization/OpenInventor/src/G4OpenInventorXtViewer.cc At the end of Initialise(), to get better transparency type, do fViewer->setTransparencyType(SoGLRenderAction::SORTED_OBJECT_ADD); Still needed in geant4.9.5.p01. geant4.9.5/source/track/src/G4VParticleChange.cc: fSetSecondaryWeightByProcess(false), //TJR (change in p03 needs to be fixed) root-5.20/core/utils/src/rlibmap.cxx:// TJR - ctype.h was omitted ./root-5.20/misc/minicern/src/cernlib.c: //TJR info[7] = (int) buf.st_atim.tv_sec; ./root-5.20/misc/minicern/src/cernlib.c: //TJR info[8] = (int) buf.st_mtim.tv_sec; ./root-5.20/misc/minicern/src/cernlib.c: //TJR info[9] = (int) buf.st_ctim.tv_sec; root-5.24: make configure ignore argument --minimal