source: trunk/examples/extended/eventgenerator/exgps/History@ 1337

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

tag geant4.9.4 beta 1 + modifs locales

File size: 2.8 KB
Line 
1 =========================================================
2 Geant4 - an Object-Oriented Toolkit for Simulation in HEP
3 =========================================================
4
5 example/extended/eventgenerator/exgps History file
6 ------------------------------
7This file should be used by the test developer to briefly
8summarize all major modifications introduced in the code and keep
9track of all tags.
10
11 ----------------------------------------------------------
12 * Reverse chronological order (last date on top), please *
13 ----------------------------------------------------------
14
1503/06/2010 - J.Perl (exgps-V09-03-01)
16- Updated vis usage
17
1812/05/2010 J.Allison (exgps-V09-03-00)
19- Introduced GUIExecutive.
20
2108/12/2008 G.Barrand
22- correct / compleete the part concerning AIDA in the README file.
23
2406/12/2008 F.Lei (exgps-V09-01-02)
25- updated g4mac files in ./macros
26
2705/12/2008 G.Barrand
28- exGPSAnalysisManager : have a comment in case the
29 AIDA_createAnalysisFactory or the AIDA::ITree creation
30 fails ; which is something that may happen.
31- exGPSAnalysisManager : have the creation of the AIDA::IPlotter
32 on the same footing than other AIDA objects. Remove then
33 the createPlotter method.
34- exGPSAnalysisManager : have t,hFactories local in BeginOfRun
35 and then rm getHistogram,getTupleFactories.
36
3704/12/2008 F.Lei (exgps-V09-01-01)
38- updated README
39- tag Guy's changes
40
4104/12/2008 G.Barrand
42- exGPSAnalysisManager.hh : have the destructor private.
43- exGPS.cc : then use the exGPSAnalysisManager::dispose() method.
44- exGPS.cc : rm the aMgr which is no more used.
45- exGPSAnalysisManager::createPlotter : rm the "Plotter" string
46 and then ask to the AIDA implementation the default plotter.
47- exGPSAnalysisManager::EndOfRun : reset the variable after the deletions.
48- exGPS.cc and exGPSEventAction : use #ifdef G4VIS_USE in case
49 somone want to build without the G4 vis system.
50- exGPSAnalysisManager.cc : revisit : createPlotter : delete
51 of plotterFactory and plotter where lacking. (Seen with the
52 OpenScientist object decount).
53- exGPSRunAction : #ifdef G4VIS_USE.
54
5502/12/2008 F.Lei (exgps-V09-01-00)
56- updated exGPSAnalysisManager class to improve the AIDA output
57- removed AIDA setup from GNUmakefile (use G4 default one)
58- removed the ROOT file option
59
6021/12/2006 F.Lei (exgps-V08-02-00)
61- Added the option for output results in .root file
62- Changed particle_name to PDGcode in the ntuple
63
6419/07/2005 F.Lei (exgps-V07-01-00)
65- Changing in GNUmakefile
66 LOADLIBS += `aida-config --lib`
67 by
68 LDLIBS += `aida-config --lib`
69 Fixing link with AIDA on WIN32-VC (bug#767)
70
713rd May 2005 John Allison (examples-V07-00-03)
72- Replaced vis manager with G4VisExecutive.
73
7403/12/2004, G.Cosmo, (exgps-V06-02-01)
75- Implemented migration to <cmath>.
76
7728/10/2004, F.Lei, (exgps-V06-02-00)
78- Created.
Note: See TracBrowser for help on using the repository browser.