| [807] | 1 | =========================================================
|
|---|
| 2 | Geant4 - an Object-Oriented Toolkit for Simulation in HEP
|
|---|
| 3 | =========================================================
|
|---|
| 4 |
|
|---|
| 5 | example/extended/eventgenerator/exgps History file
|
|---|
| 6 | ------------------------------
|
|---|
| 7 | This file should be used by the test developer to briefly
|
|---|
| 8 | summarize all major modifications introduced in the code and keep
|
|---|
| 9 | track of all tags.
|
|---|
| 10 |
|
|---|
| 11 | ----------------------------------------------------------
|
|---|
| 12 | * Reverse chronological order (last date on top), please *
|
|---|
| 13 | ----------------------------------------------------------
|
|---|
| [1337] | 14 |
|
|---|
| 15 | 03/06/2010 - J.Perl (exgps-V09-03-01)
|
|---|
| 16 | - Updated vis usage
|
|---|
| 17 |
|
|---|
| 18 | 12/05/2010 J.Allison (exgps-V09-03-00)
|
|---|
| 19 | - Introduced GUIExecutive.
|
|---|
| 20 |
|
|---|
| 21 | 08/12/2008 G.Barrand
|
|---|
| 22 | - correct / compleete the part concerning AIDA in the README file.
|
|---|
| 23 |
|
|---|
| 24 | 06/12/2008 F.Lei (exgps-V09-01-02)
|
|---|
| 25 | - updated g4mac files in ./macros
|
|---|
| 26 |
|
|---|
| 27 | 05/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 |
|
|---|
| 37 | 04/12/2008 F.Lei (exgps-V09-01-01)
|
|---|
| 38 | - updated README
|
|---|
| 39 | - tag Guy's changes
|
|---|
| 40 |
|
|---|
| 41 | 04/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 |
|
|---|
| 55 | 02/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 |
|
|---|
| 60 | 21/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 |
|
|---|
| [807] | 64 | 19/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 |
|
|---|
| 71 | 3rd May 2005 John Allison (examples-V07-00-03)
|
|---|
| 72 | - Replaced vis manager with G4VisExecutive.
|
|---|
| 73 |
|
|---|
| 74 | 03/12/2004, G.Cosmo, (exgps-V06-02-01)
|
|---|
| 75 | - Implemented migration to <cmath>.
|
|---|
| 76 |
|
|---|
| 77 | 28/10/2004, F.Lei, (exgps-V06-02-00)
|
|---|
| 78 | - Created.
|
|---|