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

Last change on this file since 1279 was 1230, checked in by garnier, 14 years ago

update to geant4.9.3

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