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

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

update ti head

File size: 3.1 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
1522/10/2010 - G.Folger (exgps-V09-03-03)
16- Correct exgps_batch.in removing Vis
17
1818/10/2010 - G.Folger (exgps-V09-03-02)
19- Fix compilation warning; occurs only if G4ANALYSIS_USE not set
20- add exgps_batch.in, a copy of exgpgs.in without /analysis commands
21
2203/06/2010 - J.Perl (exgps-V09-03-01)
23- Updated vis usage
24
2512/05/2010 J.Allison (exgps-V09-03-00)
26- Introduced GUIExecutive.
27
2808/12/2008 G.Barrand
29- correct / compleete the part concerning AIDA in the README file.
30
3106/12/2008 F.Lei (exgps-V09-01-02)
32- updated g4mac files in ./macros
33
3405/12/2008 G.Barrand
35- exGPSAnalysisManager : have a comment in case the
36  AIDA_createAnalysisFactory or the AIDA::ITree creation
37  fails ; which is something that may happen.
38- exGPSAnalysisManager : have the creation of the AIDA::IPlotter
39  on the same footing than other AIDA objects. Remove then
40  the createPlotter method.
41- exGPSAnalysisManager : have t,hFactories local in BeginOfRun
42  and then rm getHistogram,getTupleFactories.
43
4404/12/2008 F.Lei (exgps-V09-01-01)
45- updated README
46- tag Guy's changes
47
4804/12/2008 G.Barrand
49- exGPSAnalysisManager.hh : have the destructor private.
50- exGPS.cc : then use the exGPSAnalysisManager::dispose() method.
51- exGPS.cc : rm the aMgr which is no more used.
52- exGPSAnalysisManager::createPlotter : rm the "Plotter" string
53  and then ask to the AIDA implementation the default plotter.
54- exGPSAnalysisManager::EndOfRun : reset the variable after the deletions.
55- exGPS.cc and exGPSEventAction : use #ifdef G4VIS_USE in case
56  somone want to build without the G4 vis system.
57- exGPSAnalysisManager.cc : revisit : createPlotter : delete
58  of plotterFactory and plotter where lacking. (Seen with the
59  OpenScientist object decount).
60- exGPSRunAction : #ifdef G4VIS_USE.
61
6202/12/2008 F.Lei (exgps-V09-01-00)
63- updated exGPSAnalysisManager class to improve the AIDA output
64- removed AIDA setup from GNUmakefile (use G4 default one)
65- removed the ROOT file option
66
6721/12/2006 F.Lei (exgps-V08-02-00)
68-  Added the option for output results in .root file
69-  Changed particle_name to PDGcode in the ntuple
70
7119/07/2005 F.Lei (exgps-V07-01-00)
72-  Changing in GNUmakefile
73   LOADLIBS += `aida-config --lib`
74    by
75   LDLIBS += `aida-config --lib`
76  Fixing link with AIDA on WIN32-VC (bug#767)
77
783rd May 2005  John Allison  (examples-V07-00-03)
79- Replaced vis manager with G4VisExecutive.
80
8103/12/2004, G.Cosmo,  (exgps-V06-02-01)
82- Implemented migration to <cmath>.
83
8428/10/2004, F.Lei,  (exgps-V06-02-00)
85- Created.
Note: See TracBrowser for help on using the repository browser.