source: trunk/examples/extended/radioactivedecay/exrdm/History

Last change on this file was 1337, checked in by garnier, 14 years ago

tag geant4.9.4 beta 1 + modifs locales

File size: 5.0 KB
Line 
1$Id: History,v 1.30 2010/06/07 05:40:46 perl Exp $
2-------------------------------------------------------------------
3
4     =========================================================
5     Geant4 - an Object-Oriented Toolkit for Simulation in HEP
6     =========================================================
7
8                    exRDM History file
9                    ------------------
10This file should be used by the G4 example coordinator to briefly
11summarize all major modifications introduced in the code and keep
12track of all tags.
13
14     ----------------------------------------------------------
15     * Reverse chronological order (last date on top), please *
16     ----------------------------------------------------------
17
1806/06/2010 - J.Perl (exrdm-V09-03-02)
19- Remove unused variable in EventAction
20
2102/06/2010 - J.Perl (exrdm-V09-03-01)
22- Updated vis usage
23
2410/05/2010 V.Ivanchenko (exrdm-V09-03-00)
25- substitute G4MultipleScattering by specialized processes per particle type
26
2722/09/2009 G.Folger (exrdm-V09-02-00)
28-  remove trivial compilation warning when compiled without G4ANALYSIS_USE in
29   src/src/exrdmHisto.cc
30
3105/12/2008 F.Lei (exrdm-V09-01-04)
32- exrdmAnalysisManager.cc, exrdmSteppingAction.cc
33   - better G4ANALYSIS_USE and G4ANALYSIS_USE_ROOT logic
34- GNUMakefile
35
3604/12/2008 F.Lei (exrdm-V09-01-03)
37- exrdmHisto: delete hfileROOT in save();
38- exrdmAnalysisManager.cc, exrdmSteppingAction.cc
39   - used || login between G4ANALYSIS_USE and G4ANALYSIS_USE_ROOT
40- Updated README, macro/f24.mac
41
4204/12/2008 G.Barrand
43- exrdmAnalyisManager : dispose() : cstor, dstor private.
44- exrdmHisto : revisit the AIDA sector, mainly creation/deletion of things.
45  Now the program holds in case of multiple /run/beamOn.
46  NOTE : someone should do the same with the ROOT sector...
47  I have let a //FIXME in exrdmHisto::~exrdmHisto and ~exrdmAnalysisManager().
48- EventAction, RunAction : have some #ifdef G4VIS_USE to be able to
49  disconnect properly the G4/vis.
50
5102/12/2008 F.Lei (exrdm-V09-01-02)
52- exrdmHisto,exrdmHistoMessenger & exrdmAnalysisManager: updated the usage
53  of AIDA analysis package.
54 
55August 10th, 2008 V.Ivanchenko (exrdm-V09-01-01)
56--------------------------------------------------
57- exdrmMatarialMessenger - fix units of density
58- exdrmPhysicsList - fix definition of cuts; simplify logic
59                     of setting of hadronic physics;
60                     remove double instantiation of radioactive decay
61- removed compillation warnings in several places
62- replace flag G4ANALYSIS_USE_AIDA by G4ANALYSIS_USE
63- remove AIDA setup from GNUmakefile (use one from central scripts)
64
6501 May 2008, Fan Lei (exrdm-V09-01-00)
66--------------------------------------------------
67- Removed "," from the Ntuple header definition
68- All energy depositions are collected, apart from that of the primary track. 
69
70November 15th, 2007 V.Ivanchenko (exrdm-V09-00-02)
71--------------------------------------------------
72- A minor fix of low-energy EM physics builder
73
74November 14th, 2007 V.Ivanchenko (exrdm-V09-00-01)
75--------------------------------------------------
76- Use decay and radiactive decay builders from physics)lists library
77- Added elastic, stopping, ion and extraEm physics
78
79July 3th, 2007 V.Ivanchenko (exrdm-V09-00-00)
80---------------------------------------------
81- Remove obsolete hadronic builders and use only QGSP_BIC, QGSP_BIC_HP,
82  QGSP_BERT, QGSP_BERT_HP
83
84February 14th, 2006 V.Ivanchenko (exrdm-V08-02-01)
85-------------------------------
86- Use standard EM builder from physics_list subdirectory
87
8821/12/2006 F.Lei (exrdm-V08-02-00)
89- Added ROOT format option for outputting results. It is the default format now.
90
91February 16th, 2006 V.Ivanchenko (exrdm-V08-00-00)
92-------------------------------
93- Update Physics Lists
94
95December 6th, 2005 Gabriele Cosmo
96---------------------------------
97- Trivial changes for support of CLHEP-2.0.X series.
98
99December 2nd, 2005 V.Ivanchenko (exrdm-V07-01-02)
100-------------------------------
101- Fix crash connected with non-static hadrons
102
103November 15th, 2005 Gabriele Cosmo (exrdm-V07-01-01)
104----------------------------------
105- Migration to <sstream> from deprecated <strstream>.
106
107July 19th, 2005 Fan Lei (exrdm-V07-01-00)
108-----------------------
109- Changed in GNUmakefile
110     LOADLIBS += `aida-config --lib`
111       with:
112     LDLIBS += `aida-config --lib`
113  fixing AIDA link problem for WIN32-VC.
114- Corrected a typo in exRDMHistoMessenger.cc.
115 
116June 3rd, 2005 Fan Lei (exrdm-V07-00-01)
117----------------------
118- updates to physics list
119- added macros/test.mac for testing the physics list
120
121May 3rd, 2005 John Allison
122--------------------------
123- Replaced vis manager with G4VisExecutive.
124
125March 3rd, 2005 Fan Lei (exrdm-V07-00-00)
126-----------------------
127- Update to exrdmPhysicsList.cc
128
129December 3rd, 2004 Gabriele Cosmo (exrdm-V06-02-02)
130---------------------------------
131- Use new phys-lists structure.
132
133December 3rd, 2004 Gabriele Cosmo (exrdm-V06-02-01)
134---------------------------------
135- Implemented migration to <cmath>.
136
137November 11th, 2004 Fan lei (exrdm-V06-02-00)
138---------------------------
139- First release
Note: See TracBrowser for help on using the repository browser.