$Id: History,v 1.60 2010/10/30 07:51:23 kurasige Exp $ ------------------------------------------------------------------- ========================================================= Geant4 - an Object-Oriented Toolkit for Simulation in HEP ========================================================= Category History file --------------------- This file should be used by G4 developers and category coordinators to briefly summarize all major modifications introduced in the code and keep track of all category-tags. It DOES NOT substitute the CVS log-message one should put at every committal in the CVS repository ! ---------------------------------------------------------- * Reverse chronological order (last date on top), please * ---------------------------------------------------------- - Oct. 30, 2010 H.Kurashige (procman-V09-03-01) - Fix bugs of uninitialized variables (reported by Coverity) - Oct. 07, 2010 H.Kurashige (procman-V09-03-00) - Fix bugs (G4VProces, G4ProcessTable, G4ProcessAttribute) - Jun. 23, 2008 G.Cosmo (procman-V09-01-03) - Fixed un-necessary double deletion/creation of vector in G4ProcessVector::operator=() - Mar. 20, 2008 H.Kurashige (procman-V09-01-02) - revert changes in G4processmanager::StartTracking - Mar. 14, 2008 H.Kurashige (procman-V09-01-01) - fix warning message of g++ - Change order of invocation of processes in G4processmanager::StartTracking - Dec. 15, 2007 H.Kurashige (procman-V09-01-00) - fixed a bug of invoking ResetNumberOfInteractionLengthLeft at the zero length step - allow zero mean free path for PostStepDoIt - add ProcessSubType to G4VProcess - Dec. 12, 2007 G.Cosmo (procman-V09-00-05a) - Moved inline definitions of virtual methods in G4WrapperProcess to .cc file. Included in tag "procman-V09-00-". - Nov. 28, 2007 H.Kurashige (procman-V09-00-05) - Fix a bug SetProcessOrderingToSecond method of G4ProcessManager. - Oct. 6, 2007 H.Kurashige (procman-V09-00-03) - clean up messages in G4ProcessManager and G4ProcessTable - Oct. 3, 2007 H.Kurashige (procman-V09-00-02) - change ExceptionSeverity of CheckOrderingParameters to FatalException - Oct. 2, 2007 H.Kurashige (procman-V09-00-01) - add G4ProcessManager::CheckOrderingParameters - add isXXXXDoItIsEnabled methods in G4VProcess and derived classes. - July 30, 2007 Jane Tinslay - Remove double definition of PreparePhysicsTable in G4WrapperProcess - July 13,2007 H.Kurashige (procman-V09-00-00) - add SetProcessOrderingToSecond method for G4ProcessManager. - June 02, 2006 M.Maire ((procman-V08-00-01) - add physicsModified in activate/inactivate UI commands - Feb. 23, 2006 M.Asai (procman-V08-00-00) - Fix G4WrapperProcess::StartTracking() implementation - Nov. 21, 2005 M.Asai (procman-V07-01-01) - Migration to . - G4VProcess::StartTracking now takes G4Track* as an argument. - G4ProcessManager::StartTracking now invokes this new method. - July 11, 2005 H.Kurashige (procman-V07-01-00) - Add forward declaration of G4UImessenger in G4ProcessTable.hh -Feb. 15, 2005 H.Kurashige (procman-V07-00-00) - Modify G4ProcessVectorOrdering to fix FindInsedrtPosition -Dec. 02, 2004 H.Kurashige (procman-V06-02-03) - migration to cmath - Dev. 02, 2004 H.Kurasige (procman-V06-02-03) - Implemented migration to for G4VProcess.hh. - Nov. 10, 2004 V.Ivanchenko (procman-V06-02-02) - Add const cast for argument of one method used in Store/Retrieve PhysicsTable - Nov. 7, 2004 H.Kurashige (procman-V06-02-01) - Add const cast for arguments in Store/Retrieve PhysicsTable -Oct 25, 2004 H.Kurashige (procman-V06-02-00) - Add PreparePhysicsTable in G4VProcess - May 10 2004 H.Kurashige (procman-V06-01-00) - Fixed a bug in G4ProcessManager::RemoveProcess for the case the removed process is inactive - Nov.03, 2003 H.Kurashige (procman-V05-02-00) - Use G4ExceptionSeverity for all G4Exception - Apr.01, 2003 G.Cosmo (procman-V05-00-01) - Cleared few trivial strict pedantic warnings - Mar.25, 2003 H.Kurashige (procman-V05-00-00) - Fix PostStepGetPhysicalInteractionLength to avoid unrealistic step of length 0 - Nov.28, 2002 H.Kurashige (procman-V04-01-01) - Fixed memory leak in G4ProcessTable - Sep.17, 2002 H.Kurashige (procman-V04-01-00) - Add new commands of "/process/setVerbose " for G4ProcessTableMessenger - Apr.15, 2002 H.Kurashige (procman-V04-00-00) - Add G4VProcess::GetCurrentInteractionLength() - Fixed bugs in PostStepDoIt when MeanFreePath is equal to DBL_MAX - Oct. 11, 2001 G.Cosmo (procman-V03-02-04) - Replaced inclusion of ctoken.h with G4Tokenizer.hh in G4ProcessTableMessenger.cc. - Co-works with tag "globals-V03-02-03" where the STLInterface module has been removed. - Sep. 20, 2001 H.Kurashige (procman-V03-02-03) - Modify for STL migration for materials - Sep. 19, 2001 H.Kurashige (procman-V03-02-02) - Add Set/GetProcessManager to G4VProcess and modify G4ProcessManager::AddProcess to invoke SetProcessManager - Aug 16, H.Kurashige (procman-V03-02-01) - Fixed bugs in the copy constructor of G4ProcessManager. - July, 31 H.Kurashige (procman-V03-02-00) - Modify arguments for Retreive/StorePhysicsTable - May 22, 01 G.Cosmo (procman-V03-01-00) - Cleared pedantic warnings from Linux-g++ ISO/ANSI setup. - Mar 12, 01 H.Kurashige (procman-V03-00-00) - Modify Store/RetrievePhysicsTable methods (add a bool argument to specify ascii/binary mode) - Nov 08, 00 H.Kurashige (procman-V02-00-01) - Added Store/RetrievePhysicsTable (virtual) methods - Nov 03 ,00 H.Kurashige (procman-V02-00-00) - Fixed bugs in G4ProcTblElement::operator= - Remove destruction of processes in G4ProcessTable::~G4ProcessTable() - STL migration in G4ProcessVector - Add thePILfactor and GPIL methods in G4VProcess - May 12 ,00 H.Kurashige (procman-V01-01-00) - small bug fix in G4ProcessManager.cc - Mar. 02, 00 H.Kurashige (procman-V01-00-01) - Use STL vector instead of RW vectors (except for G4PhysicsVector) - Add registration of process into ProcessTable in copy constructor - Feb. 25, 00 H.Kurashige (procman-V01-00-00) - Remove G4RhoZero from G4ParticleTypes.hh - Nov. 7, 99 H.Kurashige (procman-V00-01-01) - Added comments in header files for "Software Reference Manual" - Oct 5, 99 H.Kurashige (procman-V00-01-00) - No process will be added if not IsApplicable - June 17, 99 H.Kurashige (procman-01-00-04) - Disable Activate/InactivateProcess methods in G4ProcessManager (and related UI commands) in "Init" state - May 3, 99 H.Kurashige (procman-01-00-03a) - Add G4ProcessManager::GetProcessActivation - Apr 30, 99 H.Kurashige (procman-01-00-03) - Remove G4EnergyLossTable from G4IVRestDiscreteProcess and G4IVContinousDiscreteProcess (Laszlo) - Apr 17, 99 H.Kurashige (procman-01-00-02a) - correct G4IVContinousDiscreteProcess.cc - Apr 13, 99 H.Kurashige (procman-01-00-02) - clean up codes (Hisaya) - Feb 6, 99 H.Kurashige (procman-01-00-01) - Add G4ParticleTypes.hh (migrated from particles/management) (Hisaya) - Allow registration of processes to shortlived particles (Hisaya) Feb 6, 99 H.Kurashige - - Created.