========================================================= Geant4 - an Object-Oriented Toolkit for Simulation in HEP ========================================================= Example R05 History file ------------------------ This file should be used by the G4 example coordinator to briefly summarize all major modifications introduced in the code and keep track of all tags. ---------------------------------------------------------- * Reverse chronological order (last date on top), please * ---------------------------------------------------------- 05-Dec-2000 Bill Seligman - Fixed the ROOT Event and Hit classes. They contained bugs that would cause memory leaks when read by a ROOT application. I didn't discover these bugs until I tried to read 10,000 events and the analysis program started crashing my Linux box. 14-Nov-2000 Bill Seligman - Added a sample use of MakeClass to the end of exampleR05.C. 13-Nov-2000 Bill Seligman - I found out that ROOT had a 3-vector class after all: TVector3. The code was revised to use this class. 31-Oct-2000 Bill Seligman - Created from exampleN02 of Geant 4.2.0 and exampleR04 of the Nevis LAr software effort .