| [963] | 1 | $Id: History,v 1.58 2008/06/23 08:58:40 gcosmo Exp $
|
|---|
| [819] | 2 | -------------------------------------------------------------------
|
|---|
| 3 |
|
|---|
| 4 | =========================================================
|
|---|
| 5 | Geant4 - an Object-Oriented Toolkit for Simulation in HEP
|
|---|
| 6 | =========================================================
|
|---|
| 7 |
|
|---|
| 8 | Category History file
|
|---|
| 9 | ---------------------
|
|---|
| 10 | This file should be used by G4 developers and category coordinators
|
|---|
| 11 | to briefly summarize all major modifications introduced in the code
|
|---|
| 12 | and keep track of all category-tags.
|
|---|
| 13 | It DOES NOT substitute the CVS log-message one should put at every
|
|---|
| 14 | committal in the CVS repository !
|
|---|
| 15 |
|
|---|
| 16 | ----------------------------------------------------------
|
|---|
| 17 | * Reverse chronological order (last date on top), please *
|
|---|
| 18 | ----------------------------------------------------------
|
|---|
| [963] | 19 |
|
|---|
| 20 | - Jun. 23, 2008 G.Cosmo (procman-V09-01-03)
|
|---|
| 21 | - Fixed un-necessary double deletion/creation of vector in
|
|---|
| 22 | G4ProcessVector::operator=()
|
|---|
| 23 |
|
|---|
| 24 | - Mar. 20, 2008 H.Kurashige (procman-V09-01-02)
|
|---|
| 25 | - revert changes in G4processmanager::StartTracking
|
|---|
| 26 |
|
|---|
| 27 | - Mar. 14, 2008 H.Kurashige (procman-V09-01-01)
|
|---|
| 28 | - fix warning message of g++
|
|---|
| 29 | - Change order of invocation of processes in G4processmanager::StartTracking
|
|---|
| 30 |
|
|---|
| 31 | - Dec. 15, 2007 H.Kurashige (procman-V09-01-00)
|
|---|
| [819] | 32 | - fixed a bug of invoking ResetNumberOfInteractionLengthLeft
|
|---|
| 33 | at the zero length step
|
|---|
| 34 | - allow zero mean free path for PostStepDoIt
|
|---|
| [963] | 35 | - add ProcessSubType to G4VProcess
|
|---|
| [819] | 36 |
|
|---|
| 37 | - Dec. 12, 2007 G.Cosmo (procman-V09-00-05a)
|
|---|
| 38 | - Moved inline definitions of virtual methods in G4WrapperProcess to
|
|---|
| [963] | 39 | .cc file. Included in tag "procman-V09-00-".
|
|---|
| [819] | 40 |
|
|---|
| 41 | - Nov. 28, 2007 H.Kurashige (procman-V09-00-05)
|
|---|
| 42 | - Fix a bug SetProcessOrderingToSecond method of G4ProcessManager.
|
|---|
| 43 |
|
|---|
| 44 | - Oct. 6, 2007 H.Kurashige (procman-V09-00-03)
|
|---|
| 45 | - clean up messages in G4ProcessManager and G4ProcessTable
|
|---|
| 46 |
|
|---|
| 47 | - Oct. 3, 2007 H.Kurashige (procman-V09-00-02)
|
|---|
| 48 | - change ExceptionSeverity of CheckOrderingParameters to FatalException
|
|---|
| 49 |
|
|---|
| 50 | - Oct. 2, 2007 H.Kurashige (procman-V09-00-01)
|
|---|
| 51 | - add G4ProcessManager::CheckOrderingParameters
|
|---|
| 52 | - add isXXXXDoItIsEnabled methods in G4VProcess and derived classes.
|
|---|
| 53 |
|
|---|
| 54 | - July 30, 2007 Jane Tinslay
|
|---|
| 55 | - Remove double definition of PreparePhysicsTable in G4WrapperProcess
|
|---|
| 56 |
|
|---|
| 57 | - July 13,2007 H.Kurashige (procman-V09-00-00)
|
|---|
| 58 | - add SetProcessOrderingToSecond method for G4ProcessManager.
|
|---|
| 59 |
|
|---|
| 60 | - June 02, 2006 M.Maire ((procman-V08-00-01)
|
|---|
| 61 | - add physicsModified in activate/inactivate UI commands
|
|---|
| 62 |
|
|---|
| 63 | - Feb. 23, 2006 M.Asai (procman-V08-00-00)
|
|---|
| 64 | - Fix G4WrapperProcess::StartTracking() implementation
|
|---|
| 65 |
|
|---|
| 66 | - Nov. 21, 2005 M.Asai (procman-V07-01-01)
|
|---|
| 67 | - Migration to <sstream>.
|
|---|
| 68 | - G4VProcess::StartTracking now takes G4Track* as an argument.
|
|---|
| 69 | - G4ProcessManager::StartTracking now invokes this new method.
|
|---|
| 70 |
|
|---|
| 71 | - July 11, 2005 H.Kurashige (procman-V07-01-00)
|
|---|
| 72 | - Add forward declaration of G4UImessenger in G4ProcessTable.hh
|
|---|
| 73 |
|
|---|
| 74 | -Feb. 15, 2005 H.Kurashige (procman-V07-00-00)
|
|---|
| 75 | - Modify G4ProcessVectorOrdering to fix FindInsedrtPosition
|
|---|
| 76 |
|
|---|
| 77 | -Dec. 02, 2004 H.Kurashige (procman-V06-02-03)
|
|---|
| 78 | - migration to cmath
|
|---|
| 79 |
|
|---|
| 80 | - Dev. 02, 2004 H.Kurasige (procman-V06-02-03)
|
|---|
| 81 | - Implemented migration to <cmath> for G4VProcess.hh.
|
|---|
| 82 |
|
|---|
| 83 | - Nov. 10, 2004 V.Ivanchenko (procman-V06-02-02)
|
|---|
| 84 | - Add const cast for argument of one method used in Store/Retrieve PhysicsTable
|
|---|
| 85 |
|
|---|
| 86 | - Nov. 7, 2004 H.Kurashige (procman-V06-02-01)
|
|---|
| 87 | - Add const cast for arguments in Store/Retrieve PhysicsTable
|
|---|
| 88 |
|
|---|
| 89 | -Oct 25, 2004 H.Kurashige (procman-V06-02-00)
|
|---|
| 90 | - Add PreparePhysicsTable in G4VProcess
|
|---|
| 91 |
|
|---|
| 92 | - May 10 2004 H.Kurashige (procman-V06-01-00)
|
|---|
| 93 | - Fixed a bug in G4ProcessManager::RemoveProcess for the case
|
|---|
| 94 | the removed process is inactive
|
|---|
| 95 |
|
|---|
| 96 | - Nov.03, 2003 H.Kurashige (procman-V05-02-00)
|
|---|
| 97 | - Use G4ExceptionSeverity for all G4Exception
|
|---|
| 98 |
|
|---|
| 99 | - Apr.01, 2003 G.Cosmo (procman-V05-00-01)
|
|---|
| 100 | - Cleared few trivial strict pedantic warnings
|
|---|
| 101 |
|
|---|
| 102 | - Mar.25, 2003 H.Kurashige (procman-V05-00-00)
|
|---|
| 103 | - Fix PostStepGetPhysicalInteractionLength to avoid unrealistic step of length 0
|
|---|
| 104 |
|
|---|
| 105 | - Nov.28, 2002 H.Kurashige (procman-V04-01-01)
|
|---|
| 106 | - Fixed memory leak in G4ProcessTable
|
|---|
| 107 |
|
|---|
| 108 | - Sep.17, 2002 H.Kurashige (procman-V04-01-00)
|
|---|
| 109 | - Add new commands of "/process/setVerbose " for G4ProcessTableMessenger
|
|---|
| 110 |
|
|---|
| 111 | - Apr.15, 2002 H.Kurashige (procman-V04-00-00)
|
|---|
| 112 | - Add G4VProcess::GetCurrentInteractionLength()
|
|---|
| 113 | - Fixed bugs in PostStepDoIt when MeanFreePath is equal to DBL_MAX
|
|---|
| 114 |
|
|---|
| 115 | - Oct. 11, 2001 G.Cosmo (procman-V03-02-04)
|
|---|
| 116 | - Replaced inclusion of ctoken.h with G4Tokenizer.hh in
|
|---|
| 117 | G4ProcessTableMessenger.cc.
|
|---|
| 118 | - Co-works with tag "globals-V03-02-03" where the STLInterface
|
|---|
| 119 | module has been removed.
|
|---|
| 120 |
|
|---|
| 121 | - Sep. 20, 2001 H.Kurashige (procman-V03-02-03)
|
|---|
| 122 | - Modify for STL migration for materials
|
|---|
| 123 |
|
|---|
| 124 | - Sep. 19, 2001 H.Kurashige (procman-V03-02-02)
|
|---|
| 125 | - Add Set/GetProcessManager to G4VProcess and modify
|
|---|
| 126 | G4ProcessManager::AddProcess to invoke SetProcessManager
|
|---|
| 127 |
|
|---|
| 128 | - Aug 16, H.Kurashige (procman-V03-02-01)
|
|---|
| 129 | - Fixed bugs in the copy constructor of G4ProcessManager.
|
|---|
| 130 |
|
|---|
| 131 | - July, 31 H.Kurashige (procman-V03-02-00)
|
|---|
| 132 | - Modify arguments for Retreive/StorePhysicsTable
|
|---|
| 133 |
|
|---|
| 134 | - May 22, 01 G.Cosmo (procman-V03-01-00)
|
|---|
| 135 | - Cleared pedantic warnings from Linux-g++ ISO/ANSI setup.
|
|---|
| 136 |
|
|---|
| 137 | - Mar 12, 01 H.Kurashige (procman-V03-00-00)
|
|---|
| 138 | - Modify Store/RetrievePhysicsTable methods
|
|---|
| 139 | (add a bool argument to specify ascii/binary mode)
|
|---|
| 140 |
|
|---|
| 141 | - Nov 08, 00 H.Kurashige (procman-V02-00-01)
|
|---|
| 142 | - Added Store/RetrievePhysicsTable (virtual) methods
|
|---|
| 143 |
|
|---|
| 144 | - Nov 03 ,00 H.Kurashige (procman-V02-00-00)
|
|---|
| 145 | - Fixed bugs in G4ProcTblElement::operator=
|
|---|
| 146 | - Remove destruction of processes in G4ProcessTable::~G4ProcessTable()
|
|---|
| 147 | - STL migration in G4ProcessVector
|
|---|
| 148 | - Add thePILfactor and GPIL methods in G4VProcess
|
|---|
| 149 |
|
|---|
| 150 | - May 12 ,00 H.Kurashige (procman-V01-01-00)
|
|---|
| 151 | - small bug fix in G4ProcessManager.cc
|
|---|
| 152 |
|
|---|
| 153 | - Mar. 02, 00 H.Kurashige (procman-V01-00-01)
|
|---|
| 154 | - Use STL vector instead of RW vectors (except for G4PhysicsVector)
|
|---|
| 155 | - Add registration of process into ProcessTable in copy constructor
|
|---|
| 156 |
|
|---|
| 157 | - Feb. 25, 00 H.Kurashige (procman-V01-00-00)
|
|---|
| 158 | - Remove G4RhoZero from G4ParticleTypes.hh
|
|---|
| 159 |
|
|---|
| 160 |
|
|---|
| 161 | - Nov. 7, 99 H.Kurashige (procman-V00-01-01)
|
|---|
| 162 | - Added comments in header files for "Software Reference Manual"
|
|---|
| 163 |
|
|---|
| 164 | - Oct 5, 99 H.Kurashige (procman-V00-01-00)
|
|---|
| 165 | - No process will be added if not IsApplicable
|
|---|
| 166 |
|
|---|
| 167 | - June 17, 99 H.Kurashige (procman-01-00-04)
|
|---|
| 168 | - Disable Activate/InactivateProcess methods in G4ProcessManager
|
|---|
| 169 | (and related UI commands) in "Init" state
|
|---|
| 170 |
|
|---|
| 171 | - May 3, 99 H.Kurashige (procman-01-00-03a)
|
|---|
| 172 | - Add G4ProcessManager::GetProcessActivation
|
|---|
| 173 |
|
|---|
| 174 | - Apr 30, 99 H.Kurashige (procman-01-00-03)
|
|---|
| 175 | - Remove G4EnergyLossTable from G4IVRestDiscreteProcess and
|
|---|
| 176 | G4IVContinousDiscreteProcess (Laszlo)
|
|---|
| 177 |
|
|---|
| 178 | - Apr 17, 99 H.Kurashige (procman-01-00-02a)
|
|---|
| 179 | - correct G4IVContinousDiscreteProcess.cc
|
|---|
| 180 |
|
|---|
| 181 | - Apr 13, 99 H.Kurashige (procman-01-00-02)
|
|---|
| 182 | - clean up codes (Hisaya)
|
|---|
| 183 |
|
|---|
| 184 | - Feb 6, 99 H.Kurashige (procman-01-00-01)
|
|---|
| 185 | - Add G4ParticleTypes.hh (migrated from particles/management) (Hisaya)
|
|---|
| 186 | - Allow registration of processes to shortlived particles (Hisaya)
|
|---|
| 187 |
|
|---|
| 188 |
|
|---|
| 189 | Feb 6, 99 H.Kurashige -
|
|---|
| 190 | - Created.
|
|---|
| 191 |
|
|---|
| 192 |
|
|---|
| 193 |
|
|---|
| 194 |
|
|---|
| 195 |
|
|---|
| 196 |
|
|---|