| 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 | ----------------------------------------------------------
|
|---|
| 14 |
|
|---|
| 15 | 22/10/2010 - G.Folger (exgps-V09-03-03)
|
|---|
| 16 | - Correct exgps_batch.in removing Vis
|
|---|
| 17 |
|
|---|
| 18 | 18/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 |
|
|---|
| 22 | 03/06/2010 - J.Perl (exgps-V09-03-01)
|
|---|
| 23 | - Updated vis usage
|
|---|
| 24 |
|
|---|
| 25 | 12/05/2010 J.Allison (exgps-V09-03-00)
|
|---|
| 26 | - Introduced GUIExecutive.
|
|---|
| 27 |
|
|---|
| 28 | 08/12/2008 G.Barrand
|
|---|
| 29 | - correct / compleete the part concerning AIDA in the README file.
|
|---|
| 30 |
|
|---|
| 31 | 06/12/2008 F.Lei (exgps-V09-01-02)
|
|---|
| 32 | - updated g4mac files in ./macros
|
|---|
| 33 |
|
|---|
| 34 | 05/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 |
|
|---|
| 44 | 04/12/2008 F.Lei (exgps-V09-01-01)
|
|---|
| 45 | - updated README
|
|---|
| 46 | - tag Guy's changes
|
|---|
| 47 |
|
|---|
| 48 | 04/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 |
|
|---|
| 62 | 02/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 |
|
|---|
| 67 | 21/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 |
|
|---|
| 71 | 19/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 |
|
|---|
| 78 | 3rd May 2005 John Allison (examples-V07-00-03)
|
|---|
| 79 | - Replaced vis manager with G4VisExecutive.
|
|---|
| 80 |
|
|---|
| 81 | 03/12/2004, G.Cosmo, (exgps-V06-02-01)
|
|---|
| 82 | - Implemented migration to <cmath>.
|
|---|
| 83 |
|
|---|
| 84 | 28/10/2004, F.Lei, (exgps-V06-02-00)
|
|---|
| 85 | - Created.
|
|---|