| 1 | -------------------------------------------------------------------
|
|---|
| 2 | $Id: History,v 1.35 2010/06/06 06:18:17 perl Exp $
|
|---|
| 3 | -------------------------------------------------------------------
|
|---|
| 4 |
|
|---|
| 5 | =========================================================
|
|---|
| 6 | Geant4 - Composite calorimeter example
|
|---|
| 7 | =========================================================
|
|---|
| 8 |
|
|---|
| 9 | Example History file
|
|---|
| 10 | ---------------------
|
|---|
| 11 |
|
|---|
| 12 | 04.06.2010 - J.Perl (ccal-V09-03-00)
|
|---|
| 13 | - Updated vis usage
|
|---|
| 14 |
|
|---|
| 15 | 12.11.2009 - A.Ribon (ccal-V09-02-01)
|
|---|
| 16 | - Use QGSP_BIC_EMY as default Physics List to test the
|
|---|
| 17 | low-energy electromagnetic.
|
|---|
| 18 |
|
|---|
| 19 | 22.02.2009
|
|---|
| 20 | - G.Folger; Tag: ccal-V09-02-00
|
|---|
| 21 | Fix compilation warnings in CCalRunAction.cc and CCalEndOfEventAction.cc
|
|---|
| 22 |
|
|---|
| 23 | 15.06.2008
|
|---|
| 24 | - G.A.P.Cirrone; Tag: ccal-V09-01-00
|
|---|
| 25 | Removed no more necessary AIDA commands from GNUmakefile
|
|---|
| 26 |
|
|---|
| 27 | 14.11.2006 - A.Ribon (ccal-V08-01-01)
|
|---|
| 28 | - Removed hadronic_lists.gmk after the inclusion of
|
|---|
| 29 | Physics Lists in the Geant4 kernel.
|
|---|
| 30 |
|
|---|
| 31 | 21.07.2006 - A.Ribon (ccal-V08-01-00)
|
|---|
| 32 | - New hadronic_lists.gmk, consistent with lAr_calorimeter.
|
|---|
| 33 |
|
|---|
| 34 | 08.12.2005 - A.Ribon (ccal-V07-01-01)
|
|---|
| 35 | - Migration to CLHEP namespace.
|
|---|
| 36 |
|
|---|
| 37 | 13.12.04 - G.Cosmo (ccal-V07-01-00)
|
|---|
| 38 | - Migration to <sstream> from deprecated <strstream>.
|
|---|
| 39 | - Updated hadronic physics list (commented QGSP_Model by A.Ribon).
|
|---|
| 40 |
|
|---|
| 41 | 03.05.2005 - J.Allison
|
|---|
| 42 | - Replaced vis manager with G4VisExecutive.
|
|---|
| 43 |
|
|---|
| 44 | 13.12.04 - G.Cosmo (ccal-V06-02-02)
|
|---|
| 45 | - Use new phys-lists structure.
|
|---|
| 46 |
|
|---|
| 47 | 29.11.04 - A.Ribon (ccal-V06-02-01)
|
|---|
| 48 | - Migration to cmath.
|
|---|
| 49 |
|
|---|
| 50 | 14.07.04 - G.Cosmo (ccal-V06-02-00)
|
|---|
| 51 | - Corrected hadronic_lists.gmk, removed unnecessary list of kernel
|
|---|
| 52 | libraries from EXTRALIBS.
|
|---|
| 53 |
|
|---|
| 54 | 27.05.04 - A.Ribon (ccal-V06-01-01)
|
|---|
| 55 | - Changed use of the ntuple. Now it is simpler and the ntuple
|
|---|
| 56 | is always correctly filled.
|
|---|
| 57 |
|
|---|
| 58 | 18.05.04 - A.Ribon (ccal-V06-01-00)
|
|---|
| 59 | - Ported to PI. Only the setup is changed, no changes in the code.
|
|---|
| 60 |
|
|---|
| 61 | 05.12.03 - G.Cosmo (ccal-V05-02-07)
|
|---|
| 62 | - Changed LISTS_BASE to G4LISTS_BASE for hadronic physics lists path.
|
|---|
| 63 | Cowork with "ghad-lists-V05-02-01".
|
|---|
| 64 |
|
|---|
| 65 | 04.12.03 - A.Ribon (ccal-V05-02-06)
|
|---|
| 66 | - Added some recent modifications and improvements from Sunanda.
|
|---|
| 67 |
|
|---|
| 68 | 04.12.03 - G.Cosmo (ccal-V05-02-05)
|
|---|
| 69 | - Corrected GNUmakefile and updated scripts to Anaphe 5.0.6.
|
|---|
| 70 |
|
|---|
| 71 | 03.12.03 - H.P.Wellisch
|
|---|
| 72 | - Removed physics-lists, now using default setup provided in
|
|---|
| 73 | $G4INSTALL/hadronic_lists.
|
|---|
| 74 |
|
|---|
| 75 | 25.11.03 - A.Ribon (ccal-V05-02-04)
|
|---|
| 76 | - Changes in the Physics Lists to be compatible with the latest
|
|---|
| 77 | hadronic changes in geant4-06-00-cand-02.
|
|---|
| 78 |
|
|---|
| 79 | 13.11.03 - John Allison
|
|---|
| 80 | - Brought Vis Manager up to date.
|
|---|
| 81 |
|
|---|
| 82 | 05.11.03 - A.Ribon (ccal-V05-02-03)
|
|---|
| 83 | - Add some modifications from Sunanda on how to handle "GetReplicaNumber()".
|
|---|
| 84 |
|
|---|
| 85 | 03.11.03 - A.Ribon (ccal-V05-02-02)
|
|---|
| 86 | - Removed "GetCopyNo()" and replaced it with "GetReplicaNumber()"
|
|---|
| 87 | using G4TouchableHistory.
|
|---|
| 88 |
|
|---|
| 89 | 31.10.03 - A.Ribon (ccal-V05-02-01)
|
|---|
| 90 | - Enables possibility of running the simulation in HCal alone or
|
|---|
| 91 | HCal+ECal mode with the correct B-field + a few small bug corrections.
|
|---|
| 92 | Changed also the default stepper (in magnetic field).
|
|---|
| 93 |
|
|---|
| 94 | 18.09.03 V.Ivanchenko (ccal-V05-02-00)
|
|---|
| 95 | - Complete migration to model EM physics
|
|---|
| 96 |
|
|---|
| 97 | 12.06.2003 - A.Ribon (ccal-V05-01-02)
|
|---|
| 98 | - Updated the LHEP, QGSP, and QGSC Physics Lists.
|
|---|
| 99 | Done also some clean up.
|
|---|
| 100 |
|
|---|
| 101 | 23.05.2003 - A.Ribon (ccal-V05-01-01)
|
|---|
| 102 | - Removed some compilation warnings, after the introduction of
|
|---|
| 103 | tighter compilation options.
|
|---|
| 104 |
|
|---|
| 105 | 25.04.2003 - A.Ribon (ccal-V05-01-00)
|
|---|
| 106 | - Replaced cout with G4cout and endl with G4endl, and removed some
|
|---|
| 107 | compilation warning about unused variables.
|
|---|
| 108 |
|
|---|
| 109 | 19.02.2003 - G.Cosmo (ccal-V05-00-00)
|
|---|
| 110 | - Removed redundant inclusion of PhysicalConstants.h and SystemOfUnits.h.
|
|---|
| 111 | Now using CLHEP headers.
|
|---|
| 112 |
|
|---|
| 113 | 11.12.2002 - A.Ribon (ccal-V04-01-04)
|
|---|
| 114 | - Some clean up and fixes, but unfortunately not yet fixed
|
|---|
| 115 | the problem of reading the material in the Sun platform
|
|---|
| 116 | (it looks like a problem with file stream).
|
|---|
| 117 |
|
|---|
| 118 | 06.12.2002 - G.Cosmo (ccal-V04-01-03)
|
|---|
| 119 | - Migrated messenger to new G4ApplicationState.
|
|---|
| 120 |
|
|---|
| 121 | 15.11.2002 - A.Ribon (ccal-V04-01-02)
|
|---|
| 122 | - Fixed problem of Anaphe with c-shell, and tested with
|
|---|
| 123 | geant4-04-01-ref-04
|
|---|
| 124 |
|
|---|
| 125 | 24.10.2002 - A.Ribon (ccal-V04-01-01)
|
|---|
| 126 | - Changed default physics list to QGSC, with the possibility
|
|---|
| 127 | of easily switching to either LHEP or QGSP.
|
|---|
| 128 |
|
|---|
| 129 | 24.10.2002 - A.Ribon (ccal-V04-01-00)
|
|---|
| 130 | - Replaced physics list with ufficial LHEP one;
|
|---|
| 131 | added visualization and GUI; written README file.
|
|---|
| 132 |
|
|---|
| 133 | 9.10.2002 - S.Banerjee
|
|---|
| 134 | - Put the various classes in place, and rename them.
|
|---|
| 135 |
|
|---|
| 136 | 30.09.2002 - M.G.Pia
|
|---|
| 137 | - Created directory
|
|---|
| 138 |
|
|---|