Files
geant4/examples/extended/radioactivedecay/rdecay01/History
T
2016-06-09 17:01:34 +02:00

148 lines
4.7 KiB
Plaintext

$Id: History,v 1.3 2010-10-11 14:31:39 maire Exp $
-----------------------------------------------------
=========================================================
Geant4 - an Object-Oriented Toolkit for Simulation in HEP
=========================================================
rdecay01 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 *
----------------------------------------------------------
14-11-12 I. Hrivnacova (rdecay01-V09-05-14)
- Fixed order of instantiating G4VisExecutive and G4UIExecutive
(required when Qt driver is activated).
28-10-12 mma (rdecay01-V09-05-13)
- update README and .README
07-10-12 mma (rdecay01-V09-05-12)
- use G4AnalysisManager
02-10-12 V.Ivantchenko (rdecay01-V09-05-11)
- PhysicsList - removed initialisation of de-excitation, because it can
be called only after initialisation of geometry and not when
processes are instantiated
22-09-12 mma
- DetectorConstruction : fWorldSize = 2 cm
05-05-12 mma (rdecay01-V09-05-10)
- add macro No252.mac to demonstrate UserEvapData file
- update readme
03-05-12 mma (rdecay01-V09-05-09)
- add macro Cf238.mac to demonstrate UserRadData file
26-03-12 mma (rdecay01-V09-05-08)
- all classes : apply G4 coding conventions
23-02-12 mma (rdecay01-V09-05-07)
- HistoManager : GetFileType()
11-02-12 mma (rdecay01-V09-05-06)
- HistoManager : new handle namespace and fileName[2]
no subdirectory in histos file
25-01-12 mma (rdecay01-V09-05-05)
- HistoManager : add protections for histo file management
15-01-12 mma (rdecay01-V09-05-04)
- HistoManager : histId and histPt
- SetHisto() : simplification of Unit handling (HistoManager and HistoMessenger)
- HistoManager and HistoMessenger : coding conventions
13-01-12 mma (rdecay01-V09-05-03)
- Functions Normalize() and saveAscii() re-activated
- RunAction.cc : normalize histos 1 to 5
10-01-12 mma (rdecay01-V09-05-02)
- HistoManager.hh and .cc : migrate to new g4tools histogramming system
Do not need aida anymore, nor G4ANALYSIS_USE
- Functions Normalize() and saveAscii() temporarily empty
- HistoMessenger.hh and .cc : suppress fileType command
- Update Readme and all macros accordingly
02-01-12 mma (rdecay01-V09-05-01)
- PhysicsList : use G4PhysicsHelper
- RunAction : cosmetic in Activity calculation
- fullChain.mac : example of command /grdm/nuleusLimits
- new macro electronicCapture.mac
19-12-11 V.Ivanchenko (rdecay01-V09-05-00)
- RunAction : added protections against division by zero
- PhysicsList : added atomic deexcitation
08-11-11 mma (rdecay01-V09-04-06)
- modify SteppingVerbose for OutOfWorld
16-05-11 mma (rdecay01-V09-04-05)
- histo 6 : total kinetic energy (Q)
14-04-11 mma (rdecay01-V09-04-04)
- RunAction : compute activity from primary ion
- suppress histo 9
13-02-11 mma (rdecay01-V09-04-03)
- RunAction : fixe a bug in time counting
11-02-11 mma (rdecay01-V09-04-02)
- update SteppingVerbose
31-01-11 mma (rdecay01-V09-04-01)
- PhysicsList : SetARM false
- SteppingVerbose : print global time
28-01-11 mma (rdecay01-V09-04-00)
- add Co60.mac
- HistoManager : fix aida fileOptions
11-10-10 mma (rdecay01-V09-03-02)
- TrackingAction and RunAction : modify calculation of Activity
- PhysicsList : time life threshold = -1. sec
17-09-10 mma (rdecay01-V09-03-01)
- UI commands --> /rdecay01/
16-09-10 Gabriele Cosmo (rdecay01-V09-03-00)
- Migrated name to "rdecay01".
09-09-10 mma (radioActiv-V09-03-06)
- TrackingAction : AbortEvent() in single decay mode
- UI commands : radioActiv --> rdecay1
27-08-10 mma (radioActiv-V09-03-05)
- PhysicsList : time life threshold = 0. sec; no ICM; no ARM
- TrackingAction : save rndm event under condition
- Ebalance : final - initial
05-08-10 mma (radioActiv-V09-03-04)
- Update Readme and HistoManager.cc
27-07-10 mma (radioActiv-V09-03-03)
- TrackingAction : activity = f(t). Plot (histo 9)
20-07-10 mma (radioActiv-V09-03-02)
- TrackingAction : Get global time of an event. Plot (histo 8)
- /testem/ --> /radioActiv/
- PhysicsList : more units of time
15-07-10 mma (radioActiv-V09-03-01)
- PhysicsList : SetCutsWithDefault
01-07-10 mma (radioActiv-V09-03-00)
27-06-10 mma
- DetectorConstruction : 2um*2um*2um
- PrimaryGenerator : E=0*eV by default
- RunAction : correct computation of min -> max
06-06-10 Michel Maire
- Created.