| 1 | $Id: History,v 1.64 2008/01/14 12:14:52 vnivanch Exp $
|
|---|
| 2 | -------------------------------------------------------------------
|
|---|
| 3 |
|
|---|
| 4 | =========================================================
|
|---|
| 5 | Geant4 - an Object-Oriented Toolkit for Simulation in HEP
|
|---|
| 6 | =========================================================
|
|---|
| 7 |
|
|---|
| 8 | TestEm7 History file
|
|---|
| 9 | --------------------
|
|---|
| 10 | This file should be used by the G4 example coordinator to briefly
|
|---|
| 11 | summarize all major modifications introduced in the code and keep
|
|---|
| 12 | track of all tags.
|
|---|
| 13 |
|
|---|
| 14 | ----------------------------------------------------------
|
|---|
| 15 | * Reverse chronological order (last date on top), please *
|
|---|
| 16 | ----------------------------------------------------------
|
|---|
| 17 |
|
|---|
| 18 | 14-01-08 V.Ivant (testem7-V09-01-01)
|
|---|
| 19 | - Added PhysListStandardNR PhysList in which G4ScreenedNuclearRecoil
|
|---|
| 20 | process is used ("standardNR");
|
|---|
| 21 | - Use PhysListStandardIG for new G4MUMultipleScattering and
|
|---|
| 22 | G4IonFluctuations model for protons ("standardIG");
|
|---|
| 23 | - Added computation of mean NIEL energy loss
|
|---|
| 24 |
|
|---|
| 25 | 19-12-07 V.Ivant (testem7-V09-01-00)
|
|---|
| 26 | - Deactivate nuclear stopping in G4ionIonisation for
|
|---|
| 27 | PhysListStandardIG Physics List ("standardNR"), because it is
|
|---|
| 28 | already simulated by G4ScreenNuclearRecoil process;
|
|---|
| 29 | - linLossLimit=10^-6; nbuns=360 both for standard and
|
|---|
| 30 | standardNR Physics Lists
|
|---|
| 31 |
|
|---|
| 32 | 07-12-07 V.Ivant (testem7-V09-00-10)
|
|---|
| 33 | - Fixed disclaimer
|
|---|
| 34 |
|
|---|
| 35 | 19-11-07 V.Ivant (testem7-V09-00-09)
|
|---|
| 36 | - Updated README
|
|---|
| 37 |
|
|---|
| 38 | 19-11-07 V.Ivant (testem7-V09-00-08)
|
|---|
| 39 | - Fixed usage of elastic builders
|
|---|
| 40 |
|
|---|
| 41 | 13-11-07 V.Ivant (testem7-V09-00-07)
|
|---|
| 42 | - c2_functions (M.Mendenhall) substitute snsprintf by ostringstream
|
|---|
| 43 | (better for Windows)
|
|---|
| 44 |
|
|---|
| 45 | 12-11-07 V.Ivant (testem7-V09-00-06)
|
|---|
| 46 | - c2_functions (M.Mendenhall) fixed compilation problems at SUN and
|
|---|
| 47 | Windows
|
|---|
| 48 |
|
|---|
| 49 | 12-11-07 V.Ivant (testem7-V09-00-05)
|
|---|
| 50 | - c2_functions (M.Mendenhall) fixed compilation problems at SUN
|
|---|
| 51 |
|
|---|
| 52 | 11-11-07 V.Ivant (testem7-V09-00-04)
|
|---|
| 53 | - G4ScreenNuclearRecoil, c2_functions (M.Mendenhall) fixed compilation
|
|---|
| 54 | problems at SUN and Windows
|
|---|
| 55 |
|
|---|
| 56 | 07-11-07 V.Ivant (testem7-V09-00-03)
|
|---|
| 57 | - PhysListStandardSS - use G4ionGasIonisation
|
|---|
| 58 | - PhysListStandardIG - use G4ScreenNuclearRecoil
|
|---|
| 59 | - G4ScreenNuclearRecoil - ion-ion scattering provided by Vanderbuilt
|
|---|
| 60 | University
|
|---|
| 61 |
|
|---|
| 62 | 30-07-07 mma (testem7-V09-00-02)
|
|---|
| 63 | - PhysListStandardSS and PhysListStandardIG: review process ordering
|
|---|
| 64 |
|
|---|
| 65 | 28-07-07 V.Ivant (testem7-V09-00-01)
|
|---|
| 66 | - add PhysListStandardIG - ion G4ionIonisation process is
|
|---|
| 67 | substituted by G4ionGasIonisation and for Coulomb scattering
|
|---|
| 68 | the model taking into account the recoil is used
|
|---|
| 69 |
|
|---|
| 70 | 26-07-07 mma (testem7-V09-00-00)
|
|---|
| 71 | - update README for physicsList names
|
|---|
| 72 |
|
|---|
| 73 | 22-06-07 mma (testem7-V08-03-02)
|
|---|
| 74 | - cosmetic in TestEm7.cc
|
|---|
| 75 |
|
|---|
| 76 | 12-06-07 V.Ivant (testem7-V08-03-01)
|
|---|
| 77 | - add output of mean number of primary steps, add kaon+ run in
|
|---|
| 78 | main macro TestEm7.in
|
|---|
| 79 |
|
|---|
| 80 | 16-05-07 V.Ivant (testem7-V08-03-00)
|
|---|
| 81 | - Fixed bug in standardSS Physics Lists
|
|---|
| 82 | - Added EM builders from physics_lists library
|
|---|
| 83 |
|
|---|
| 84 | 24-04-07: V.Ivant (testem7-V08-02-02)
|
|---|
| 85 | - use standard names for "livermore" and "penelope" PhysLists
|
|---|
| 86 | - use skin = 1 as default
|
|---|
| 87 |
|
|---|
| 88 | 20-03-07: V.Ivant (testem7-V08-02-01)
|
|---|
| 89 | - Fix usage elastic builders in PhysicsList
|
|---|
| 90 |
|
|---|
| 91 | 12-01-07: mma (testem7-V08-02-00)
|
|---|
| 92 | - cleanup macros
|
|---|
| 93 |
|
|---|
| 94 | 11-12-06: V.Ivant (testem7-V08-01-03)
|
|---|
| 95 | - fix Livermore phys constructor
|
|---|
| 96 | - fix use of elastic constructor
|
|---|
| 97 |
|
|---|
| 98 | 22-11-06: V.Ivant (testem7-V08-01-02)
|
|---|
| 99 | - Fix cout for the case when range exceed width of the absober
|
|---|
| 100 | - Rename standard options: "G4standard", "G4standard_fast"
|
|---|
| 101 | - Add Livermore and Penelope options
|
|---|
| 102 |
|
|---|
| 103 | 15-11-06: V.Ivant (testem7-V08-01-01)
|
|---|
| 104 | - Add NIST materials
|
|---|
| 105 |
|
|---|
| 106 | 26-10-06 mma (testem7-V08-01-00)
|
|---|
| 107 | - Add "standardSS" and "standardMSC" options to Physics List
|
|---|
| 108 | - Remove "g4v52" and "g4v71" options
|
|---|
| 109 | - substitute LDFLAGS -> LOADLIBS
|
|---|
| 110 |
|
|---|
| 111 | 02-06-06 mma (testem7-V08-00-05)
|
|---|
| 112 | - SteppingAction: prePoint->GetTouchableHandle->GetVolume()
|
|---|
| 113 |
|
|---|
| 114 | 29-05-06 mma (testem7-V08-00-04)
|
|---|
| 115 | - SteppingAction: prePoint->GetTouchable->GetVolume()
|
|---|
| 116 |
|
|---|
| 117 | 19-05-06 mma (testem7-V08-00-03)
|
|---|
| 118 | - update README
|
|---|
| 119 |
|
|---|
| 120 | 12-04-06: mma (testem7-V08-00-02)
|
|---|
| 121 | - SteppingAction : edep randomly distribued along step
|
|---|
| 122 |
|
|---|
| 123 | 30-01-06: mma (testem7-V08-00-01)
|
|---|
| 124 | - new macro : tallies.mac; completed TestEm7.in
|
|---|
| 125 |
|
|---|
| 126 | 25-01-06: V.Ivant (testem7-V08-00-00)
|
|---|
| 127 | - Trivial fix of memory leak
|
|---|
| 128 |
|
|---|
| 129 | 06-12-05 Gabriele Cosmo
|
|---|
| 130 | - Trivial changes for support of CLHEP-2.0.X series.
|
|---|
| 131 |
|
|---|
| 132 | 02-12-05: V.Ivant (testem7-V07-01-02)
|
|---|
| 133 | - Fix crash connected with non-static hadrons
|
|---|
| 134 |
|
|---|
| 135 | 22-11-05 mma (testem7-V07-01-01)
|
|---|
| 136 | - update README for OpenScientist
|
|---|
| 137 |
|
|---|
| 138 | 06-10-05 mma (testem7-V07-01-00)
|
|---|
| 139 | - create PhysListEmG4v71 (g4v71) for G4MultipleScattering71
|
|---|
| 140 |
|
|---|
| 141 | 01-06-05 mma (testem7-V07-00-03)
|
|---|
| 142 | - RunAction : option "--noErrors" for hbook
|
|---|
| 143 |
|
|---|
| 144 | 13-05-05 mma (testem7-V07-00-02)
|
|---|
| 145 | - add ionC12 in TestEm7.in
|
|---|
| 146 | - PhysListEmG4v52 : photon processes v52
|
|---|
| 147 |
|
|---|
| 148 | 3rd May 2005 John Allison (examples-V07-00-03)
|
|---|
| 149 | - Replaced vis manager with G4VisExecutive.
|
|---|
| 150 |
|
|---|
| 151 | 16-03-05 mma (testem7-V07-00-01)
|
|---|
| 152 | - remove He3 from predefined particles.
|
|---|
| 153 | - PhysListEmStandard : treat alpha as GenericIon
|
|---|
| 154 | - IonBinaryCascade : remove He3 (--> GenericIon)
|
|---|
| 155 |
|
|---|
| 156 | 02-03-05 mma (testem7-V07-00-00)
|
|---|
| 157 | - RunAction : put a protection for the creation of analysis factory;
|
|---|
| 158 |
|
|---|
| 159 | 02 Dec 04: V.Ivant (testem7-V06-02-04)
|
|---|
| 160 | - Migration to cmath
|
|---|
| 161 |
|
|---|
| 162 | 27-09-04 mma (testem7-V06-02-03)
|
|---|
| 163 | - define correctly all UI subdirectories.
|
|---|
| 164 | - modifs in RunAction for hbook,root,XML (Jaida)
|
|---|
| 165 |
|
|---|
| 166 | 13-08-04 mma (testem7-V06-02-02)
|
|---|
| 167 | - update proton.mac, ionC12.mac and remove run01.mac
|
|---|
| 168 |
|
|---|
| 169 | 06-08-04 V.Ivanchenko (testem7-V06-02-01)
|
|---|
| 170 | - fix minor problem in stepping action
|
|---|
| 171 | - optimise interfaces
|
|---|
| 172 | - add proton.mac and update ionC12.mac
|
|---|
| 173 |
|
|---|
| 174 | 08-07-04 mma (testem7-V06-02-00)
|
|---|
| 175 | - reset histo and dose calculation by run.
|
|---|
| 176 | - introduce RunAction::FillHisto() method.
|
|---|
| 177 | - compute projected range of primary particle --> New class TrackingAction.
|
|---|
| 178 | - remove static ionC12. Use generic ion instead.
|
|---|
| 179 |
|
|---|
| 180 | 09-06-04 mma (testem7-V06-01-01)
|
|---|
| 181 | - remove PhysicsList Particles and General
|
|---|
| 182 |
|
|---|
| 183 | 31-03-04 mma (testem7-V06-01-00)
|
|---|
| 184 | - remove direct root interface
|
|---|
| 185 |
|
|---|
| 186 | 15-03-04 mma (testem7-V06-00-02)
|
|---|
| 187 | - put back G4ANALYSIS_USE in GNUmakefile
|
|---|
| 188 |
|
|---|
| 189 | 10-03-04 mma (testem7-V06-00-01)
|
|---|
| 190 | - example of histogram with ROOT: USE_ROOT
|
|---|
| 191 |
|
|---|
| 192 | 06-02-04 V.Ivanchenko (testem7-V06-00-00)
|
|---|
| 193 | - Remove "add binary" from TestEm7.in macro
|
|---|
| 194 |
|
|---|
| 195 | 05-12-03 V.Ivanchenko (testem7-V05-02-05)
|
|---|
| 196 | - Update hadronic physics according to the hadronics_lists
|
|---|
| 197 |
|
|---|
| 198 | 25-11-03 V.Ivanchenko (testem7-V05-02-04)
|
|---|
| 199 | - Fix geometry (G.Cosmo)
|
|---|
| 200 |
|
|---|
| 201 | 19-11-03 V.Ivanchenko (testem7-V05-02-03)
|
|---|
| 202 | - Update BinaryCascade add light ion interactions
|
|---|
| 203 |
|
|---|
| 204 | 13-11-03 John Allison
|
|---|
| 205 | - Removed OPACS from Vis Manager.
|
|---|
| 206 |
|
|---|
| 207 | 24-10-03 mma (testem7-V05-02-02)
|
|---|
| 208 | - PhysListEmStandard: AddProcess(Bremsstrahlung,-1,3,3) ..etc..
|
|---|
| 209 |
|
|---|
| 210 | 13-10-03 V.Ivanchenko (testem7-V05-02-01)
|
|---|
| 211 | - Update Binary cascade constructor
|
|---|
| 212 |
|
|---|
| 213 | 10-10-03 mma (testem7-V05-02-00)
|
|---|
| 214 | - migration em STD -> em standard
|
|---|
| 215 | - NOHIST -> ANALYSIS_USE
|
|---|
| 216 | - cosmetic in material definitions
|
|---|
| 217 |
|
|---|
| 218 | 18-06-03 V.Ivant (testem7-V05-01-04)
|
|---|
| 219 | - remove wrappers G4std
|
|---|
| 220 |
|
|---|
| 221 | 14-06-03 V.Ivant (testem7-V05-01-03)
|
|---|
| 222 | - StepCut process applicable only for long live particles
|
|---|
| 223 |
|
|---|
| 224 | 05-06-03 mma (testem7-V05-01-02)
|
|---|
| 225 | - StepMax in tallies too.
|
|---|
| 226 | - TestEm7.in updated
|
|---|
| 227 |
|
|---|
| 228 | 03-06-03 V.Ivant (testem7-V05-01-01)
|
|---|
| 229 | - Clean up compilation warnings
|
|---|
| 230 |
|
|---|
| 231 | 15-05-03 V.Ivant (testem7-V05-01-00)
|
|---|
| 232 | - Add hadron interactions
|
|---|
| 233 |
|
|---|
| 234 | 22-04-03 mma (testem7-V05-00-00)
|
|---|
| 235 | - Creation. Derived from TestEm6
|
|---|