79 lines
2.7 KiB
Plaintext
79 lines
2.7 KiB
Plaintext
$Id: History,v 1.16 2001/03/12 06:39:21 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 *
|
|
----------------------------------------------------------
|
|
- 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.
|
|
|
|
|
|
|
|
|
|
|
|
|