Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/examples/extended/electromagnetic/TestEm8/History

Version: [ ReleaseNotes ] [ 1.0 ] [ 1.1 ] [ 2.0 ] [ 3.0 ] [ 3.1 ] [ 3.2 ] [ 4.0 ] [ 4.0.p1 ] [ 4.0.p2 ] [ 4.1 ] [ 4.1.p1 ] [ 5.0 ] [ 5.0.p1 ] [ 5.1 ] [ 5.1.p1 ] [ 5.2 ] [ 5.2.p1 ] [ 5.2.p2 ] [ 6.0 ] [ 6.0.p1 ] [ 6.1 ] [ 6.2 ] [ 6.2.p1 ] [ 6.2.p2 ] [ 7.0 ] [ 7.0.p1 ] [ 7.1 ] [ 7.1.p1 ] [ 8.0 ] [ 8.0.p1 ] [ 8.1 ] [ 8.1.p1 ] [ 8.1.p2 ] [ 8.2 ] [ 8.2.p1 ] [ 8.3 ] [ 8.3.p1 ] [ 8.3.p2 ] [ 9.0 ] [ 9.0.p1 ] [ 9.0.p2 ] [ 9.1 ] [ 9.1.p1 ] [ 9.1.p2 ] [ 9.1.p3 ] [ 9.2 ] [ 9.2.p1 ] [ 9.2.p2 ] [ 9.2.p3 ] [ 9.2.p4 ] [ 9.3 ] [ 9.3.p1 ] [ 9.3.p2 ] [ 9.4 ] [ 9.4.p1 ] [ 9.4.p2 ] [ 9.4.p3 ] [ 9.4.p4 ] [ 9.5 ] [ 9.5.p1 ] [ 9.5.p2 ] [ 9.6 ] [ 9.6.p1 ] [ 9.6.p2 ] [ 9.6.p3 ] [ 9.6.p4 ] [ 10.0 ] [ 10.0.p1 ] [ 10.0.p2 ] [ 10.0.p3 ] [ 10.0.p4 ] [ 10.1 ] [ 10.1.p1 ] [ 10.1.p2 ] [ 10.1.p3 ] [ 10.2 ] [ 10.2.p1 ] [ 10.2.p2 ] [ 10.2.p3 ] [ 10.3 ] [ 10.3.p1 ] [ 10.3.p2 ] [ 10.3.p3 ] [ 10.4 ] [ 10.4.p1 ] [ 10.4.p2 ] [ 10.4.p3 ] [ 10.5 ] [ 10.5.p1 ] [ 10.6 ] [ 10.6.p1 ] [ 10.6.p2 ] [ 10.6.p3 ] [ 10.7 ] [ 10.7.p1 ] [ 10.7.p2 ] [ 10.7.p3 ] [ 10.7.p4 ] [ 11.0 ] [ 11.0.p1 ] [ 11.0.p2 ] [ 11.0.p3, ] [ 11.0.p4 ] [ 11.1 ] [ 11.1.1 ] [ 11.1.2 ] [ 11.1.3 ] [ 11.2 ] [ 11.2.1 ] [ 11.2.2 ] [ 11.3.0 ]

Diff markup

Differences between /examples/extended/electromagnetic/TestEm8/History (Version 11.3.0) and /examples/extended/electromagnetic/TestEm8/History (Version 11.1)


  1 # Example TestEm8 History                           1 # Example TestEm8 History
  2                                                     2 
  3 See `CONTRIBUTING.rst` for details of **requir      3 See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
  4 which **must** added in reverse chronological       4 which **must** added in reverse chronological order (newest at the top). It must **not**
  5 be used as a substitute for writing good git c      5 be used as a substitute for writing good git commit messages!
  6                                                     6 
  7                                                     7 
  8 ## 2023-04-25 V. Ivanchenko (testem8-V11-01-00 << 
  9 - Coding guidelines: applied clang-format and  << 
 10                                                << 
 11 ## 2022-10-26 I. Hrivnacova (testem8-V11-00-01      8 ## 2022-10-26 I. Hrivnacova (testem8-V11-00-01)
 12 - Coding guidelines: start data members with '      9 - Coding guidelines: start data members with 'f' (StepMax)
 13                                                    10 
 14 ## 2021-12-10 Ben Morgan (testem8-V11-00-00)       11 ## 2021-12-10 Ben Morgan (testem8-V11-00-00)
 15 - Change to new Markdown History format            12 - Change to new Markdown History format
 16                                                    13 
 17 ---                                                14 ---
 18                                                    15 
 19 # History entries prior to 11.0                    16 # History entries prior to 11.0
 20                                                    17 
 21 07-11-21 I. Hrivnacova (testem8-V10-07-03)         18 07-11-21 I. Hrivnacova (testem8-V10-07-03)
 22 - Added analysis manager Clear() call instead      19 - Added analysis manager Clear() call instead of
 23   deleting in the end of run (removed on July      20   deleting in the end of run (removed on July 19)
 24                                                    21 
 25 18-10-21 V. Ivanchenko (testem8-V10-07-02)         22 18-10-21 V. Ivanchenko (testem8-V10-07-02)
 26 - Added printout of random numbers                 23 - Added printout of random numbers
 27                                                    24 
 28 06-10-21 I. Hrivnacova (testem8-V10-07-01)         25 06-10-21 I. Hrivnacova (testem8-V10-07-01)
 29 - Migration to new G4AnalysisManager.hh header     26 - Migration to new G4AnalysisManager.hh header;
 30   define the default output file type (root).      27   define the default output file type (root).
 31                                                    28 
 32 19-07-21 I. Hrivnacova (testem8-V10-07-00)         29 19-07-21 I. Hrivnacova (testem8-V10-07-00)
 33 - Updated for changes in the analysis category     30 - Updated for changes in the analysis category:
 34   removed deleting of the analysis manager,        31   removed deleting of the analysis manager,
 35   as this is now done by the Geant4 kernel.        32   as this is now done by the Geant4 kernel.
 36                                                    33 
 37 10-11-20 B. Morgan (testem8-V10-06-00)             34 10-11-20 B. Morgan (testem8-V10-06-00)
 38 - Migration to G4RunManagerFactory.                35 - Migration to G4RunManagerFactory.
 39                                                    36 
 40 13-02-19 V.Ivantchenko (testem8-V10-05-00)         37 13-02-19 V.Ivantchenko (testem8-V10-05-00)
 41 - DetectorConstruction - added alternative mat     38 - DetectorConstruction - added alternative materials in order to test
 42     all methods to construct new material by G     39     all methods to construct new material by G4NistMaterialBuilder
 43     (problem reports #2133, #2134)                 40     (problem reports #2133, #2134)
 44                                                    41 
 45 16-05-18 J.Allison (testem8-V10-04-05)             42 16-05-18 J.Allison (testem8-V10-04-05)
 46 - RunAction.cc: Removed vis commands.              43 - RunAction.cc: Removed vis commands.
 47                                                    44 
 48 01-05-18 J.Allison (testem8-V10-04-04)             45 01-05-18 J.Allison (testem8-V10-04-04)
 49 - RunAction.cc: Removed G4VIS_USE and G4UI_USE     46 - RunAction.cc: Removed G4VIS_USE and G4UI_USE.
 50                                                    47 
 51 29-03-18 V.Ivant (testem8-V10-04-03)               48 29-03-18 V.Ivant (testem8-V10-04-03)
 52 - TestEm8.cc - minor optimisation                  49 - TestEm8.cc - minor optimisation
 53                                                    50 
 54 26-03-18 V.Ivant (testem8-V10-04-02)               51 26-03-18 V.Ivant (testem8-V10-04-02)
 55 - PrimaryGeneratorAction - fixed thread safety     52 - PrimaryGeneratorAction - fixed thread safety
 56 - TestEm8.in - disable tracking cuts               53 - TestEm8.in - disable tracking cuts
 57                                                    54 
 58 17-03-18 mma (testem8-V10-04-01)                   55 17-03-18 mma (testem8-V10-04-01)
 59 - testem8.cc : remove G4UI_USE and G4VIS_USE       56 - testem8.cc : remove G4UI_USE and G4VIS_USE
 60                                                    57 
 61 14-12-17 V.Ivant (testem8-V10-04-00)               58 14-12-17 V.Ivant (testem8-V10-04-00)
 62 - corrected default macro to optimise output       59 - corrected default macro to optimise output
 63                                                    60 
 64 27-10-17 V.Ivant (testem8-V10-03-01)               61 27-10-17 V.Ivant (testem8-V10-03-01)
 65 - PhysicsList, DetectorConstruction, DetectorM     62 - PhysicsList, DetectorConstruction, DetectorMesenger, StepMax
 66   make StepMax initialisation to be more threa     63   make StepMax initialisation to be more thread safe
 67                                                    64 
 68 28-08-17 V.Ivant (testem8-V10-03-00)               65 28-08-17 V.Ivant (testem8-V10-03-00)
 69 - PhysicsList - restore functionality for the      66 - PhysicsList - restore functionality for the old command
 70   "/testem/phys/addPhysics pai"                    67   "/testem/phys/addPhysics pai"
 71                                                    68 
 72 19-11-16 A.Dotti  (testem8-V10-02-05)              69 19-11-16 A.Dotti  (testem8-V10-02-05)
 73 - explicit set of SD to manager                    70 - explicit set of SD to manager
 74                                                    71 
 75 14-10-16 G.Folger (testem8-V10-02-04)              72 14-10-16 G.Folger (testem8-V10-02-04)
 76 - remove direct use of theParticleIterator, us     73 - remove direct use of theParticleIterator, use GetParticleTableIterator().
 77     fix required by clang39 on Linux and MAC       74     fix required by clang39 on Linux and MAC
 78                                                    75 
 79 02-09-16 V.Ivant (testem8-V10-02-03)               76 02-09-16 V.Ivant (testem8-V10-02-03)
 80 01-09-16 V.Ivant (testem8-V10-02-02)               77 01-09-16 V.Ivant (testem8-V10-02-02)
 81 - Run - fixed RMS computation by G4StatDouble      78 - Run - fixed RMS computation by G4StatDouble
 82                                                    79 
 83 04-07-16 I. Hrivnacova  (testem8-V10-02-01)        80 04-07-16 I. Hrivnacova  (testem8-V10-02-01)
 84 - Fixes for Doxygen documentation                  81 - Fixes for Doxygen documentation
 85                                                    82 
 86 19-02-16 V.Ivant (testem8-V10-02-00)               83 19-02-16 V.Ivant (testem8-V10-02-00)
 87 - TestParameters, Run, PrimaryGeneratorAction,     84 - TestParameters, Run, PrimaryGeneratorAction,
 88   PrimaryGeneratorMessenger - reorganized prin     85   PrimaryGeneratorMessenger - reorganized printout of beam
 89     particle; use energy smearing as an additi     86     particle; use energy smearing as an addition of noise,
 90     so smeared noise should be added in units      87     so smeared noise should be added in units of energy
 91                                                    88 
 92 27-10-15 D.Sawkey (testem8-V10-01-06)              89 27-10-15 D.Sawkey (testem8-V10-01-06)
 93 - spellcheck, synch README, .README                90 - spellcheck, synch README, .README
 94                                                    91 
 95 19-09-15 V.Ivant (testem8-V10-01-05)               92 19-09-15 V.Ivant (testem8-V10-01-05)
 96 - TestEm8.cc - use 1 thread for interactive mo     93 - TestEm8.cc - use 1 thread for interactive mode, improve vis.mac
 97                                                    94 
 98 13-08-15 V.Ivant (testem8-V10-01-04)               95 13-08-15 V.Ivant (testem8-V10-01-04)
 99 - PhysicsList - removed configuration of PAI m     96 - PhysicsList - removed configuration of PAI models via
100     G4EmConfigurator and left only method via      97     G4EmConfigurator and left only method via UI command; set
101     default verbosity to zero to reduce legth      98     default verbosity to zero to reduce legth of reference output,
102     fixed initialisation of StepMax in MT mode     99     fixed initialisation of StepMax in MT mode
103 - DetectorConstruction - allowed to change geo    100 - DetectorConstruction - allowed to change geometry sizes between runs
104 - TestParameters - add parameters needed for A    101 - TestParameters - add parameters needed for ALICE TRD simulation
105 - updated macro files accordingly                 102 - updated macro files accordingly
106                                                   103 
107 10-07-15 V.Ivant (testem8-V10-01-03)              104 10-07-15 V.Ivant (testem8-V10-01-03)
108 - RunAction, Run, StackingAction - improve his    105 - RunAction, Run, StackingAction - improve histogram handling
109                                                   106 
110 10-07-15 V.Ivant (testem8-V10-01-02)              107 10-07-15 V.Ivant (testem8-V10-01-02)
111 - PhysicsList - added SS, GS, WVI PhysList        108 - PhysicsList - added SS, GS, WVI PhysList
112 - RunAction - book histograms in constructor a    109 - RunAction - book histograms in constructor allowing to use /analysis/
113     UI commands                                   110     UI commands
114 - macro files - added alternative configuratio    111 - macro files - added alternative configuration of PAI models via
115     EM UI command;                                112     EM UI command;
116                                                   113 
117 24-04-15 V.Ivant (testem8-V10-01-01)              114 24-04-15 V.Ivant (testem8-V10-01-01)
118 - PhysicsList - fixed problem #1731 in configu    115 - PhysicsList - fixed problem #1731 in configuration of models per
119                 G4Region in MT mode               116                 G4Region in MT mode
120 - Run - added protection against numerical exc    117 - Run - added protection against numerical exception for run with
121         0 or 1 events                             118         0 or 1 events
122                                                   119 
123 04-02-15 V.Ivant (testem8-V10-01-00)              120 04-02-15 V.Ivant (testem8-V10-01-00)
124 - DetectorConstruction - removed local pointer    121 - DetectorConstruction - removed local pointer to sensitive detector
125     in order to avoid race condition              122     in order to avoid race condition
126                                                   123 
127 20-11-14 V.Ivant (testem8-V10-00-07)              124 20-11-14 V.Ivant (testem8-V10-00-07)
128 - DetectorConstruction, TargetSD - attempt to     125 - DetectorConstruction, TargetSD - attempt to fix crash at
129     destruction in MT mode                        126     destruction in MT mode
130                                                   127 
131 03-11-14 V.Ivant (testem8-V10-00-06)              128 03-11-14 V.Ivant (testem8-V10-00-06)
132 - TestEm8.in - reduce statistics to 1000          129 - TestEm8.in - reduce statistics to 1000
133                                                   130 
134 25-10-14 V.Ivant (testem8-V10-00-05)              131 25-10-14 V.Ivant (testem8-V10-00-05)
135 - RunAction - fixed compillation warning          132 - RunAction - fixed compillation warning
136                                                   133 
137 24-10-14 V.Ivant (testem8-V10-00-04)              134 24-10-14 V.Ivant (testem8-V10-00-04)
138 - Migrated to MT mode (A.Bagulya)                 135 - Migrated to MT mode (A.Bagulya)
139   removed Histo, HistoManager, HistoMessenger     136   removed Histo, HistoManager, HistoMessenger classes
140   added ActionInitialization, Run, TestParamet    137   added ActionInitialization, Run, TestParameters classes
141                                                   138 
142 12-06-14 V.Ivant (testem8-V10-00-03)              139 12-06-14 V.Ivant (testem8-V10-00-03)
143 - applied code guidlines                          140 - applied code guidlines
144                                                   141 
145 28-04-14 V.Ivant (testem8-V10-00-02)              142 28-04-14 V.Ivant (testem8-V10-00-02)
146 - added "emlowenergy" option for EM physics       143 - added "emlowenergy" option for EM physics
147                                                   144 
148 16-01-14 V.Ivant (testem8-V10-00-01)              145 16-01-14 V.Ivant (testem8-V10-00-01)
149 - HistoManager - fixed output of rms of mean e    146 - HistoManager - fixed output of rms of mean energy
150                                                   147 
151 01-01-14 V.Ivant (testem8-V10-00-00)              148 01-01-14 V.Ivant (testem8-V10-00-00)
152 - HistoManager - more accurate computation of     149 - HistoManager - more accurate computation of mean energy deposition
153                                                   150 
154 21-05-13 V.Ivant (testem8-V09-06-03)              151 21-05-13 V.Ivant (testem8-V09-06-03)
155 - PhysicsList - substituted obsolete G4PAIPhot    152 - PhysicsList - substituted obsolete G4PAIPhotonMOdel by G4PAIPhotModel
156                                                   153 
157 08-05-13 V.Ivant (testem8-V09-06-02)              154 08-05-13 V.Ivant (testem8-V09-06-02)
158 - PhysicsList - fixed typo in PhysicsList::Set    155 - PhysicsList - fixed typo in PhysicsList::SetCutForProton
159                                                   156 
160 13-02-13 I.Hrivnacova (testem8-V09-06-01)         157 13-02-13 I.Hrivnacova (testem8-V09-06-01)
161 - Applied coding guidelines (virtual keyword,     158 - Applied coding guidelines (virtual keyword, data members initialization)
162                                                   159 
163 08-02-13 V.Ivant (testem8-V09-06-00)              160 08-02-13 V.Ivant (testem8-V09-06-00)
164 - Stacking action and its messenge are added a    161 - Stacking action and its messenge are added allowing to kill
165    secondary electrons inside GasDetector regi    162    secondary electrons inside GasDetector region and add this
166    energy to total energy deposit; by default     163    energy to total energy deposit; by default this option is off
167 - HistoManager - a histogram is added for ener    164 - HistoManager - a histogram is added for energy deposition in units
168    of ADC counts and an extra UI command "/tes    165    of ADC counts and an extra UI command "/testem/setEnergyPerChannel"
169                                                   166 
170 12-10-12 V.Ivant (testem8-V09-05-09)              167 12-10-12 V.Ivant (testem8-V09-05-09)
171 - Migration to the updated analysis tool          168 - Migration to the updated analysis tool
172 - Added Opt4 Physics List and decreased limit     169 - Added Opt4 Physics List and decreased limit on cuts
173                                                   170 
174 23-05-12 V.Ivant (testem8-V09-05-08)              171 23-05-12 V.Ivant (testem8-V09-05-08)
175 - Histo - fixed n-tuples                          172 - Histo - fixed n-tuples
176                                                   173 
177 17-04-12 V.Ivant (testem8-V09-05-07)              174 17-04-12 V.Ivant (testem8-V09-05-07)
178 - Histo - minor cleanup                           175 - Histo - minor cleanup
179 - PrimaryGeneratorAction - fixed initialisatio    176 - PrimaryGeneratorAction - fixed initialisation
180                                                   177 
181 17-04-12 V.Ivant (testem8-V09-05-06)              178 17-04-12 V.Ivant (testem8-V09-05-06)
182 - Histo - minor cleanup                           179 - Histo - minor cleanup
183 - PrimaryGeneratorAction - fixed initialisatio    180 - PrimaryGeneratorAction - fixed initialisation
184                                                   181 
185 17-04-12 V.Ivant (testem8-V09-05-05)              182 17-04-12 V.Ivant (testem8-V09-05-05)
186 - Histo - changed default names of output file    183 - Histo - changed default names of output file; added SetVerbose
187                                                   184 
188 12-04-12 V.Ivant (testem8-V09-05-04)              185 12-04-12 V.Ivant (testem8-V09-05-04)
189 - Histo - added method Activate(); fixed metho    186 - Histo - added method Activate(); fixed method Save()
190                                                   187 
191 11-04-12 V.Ivant (testem8-V09-05-03)              188 11-04-12 V.Ivant (testem8-V09-05-03)
192 - Histo - use only ROOT option for analysis,      189 - Histo - use only ROOT option for analysis,
193     allow to have several runs with histograms    190     allow to have several runs with histograms per session
194 - HistoManager - fixed computation of mean ene    191 - HistoManager - fixed computation of mean energy deposit,
195                  allow to have several runs wi    192                  allow to have several runs with histograms per session
196                                                   193 
197 10-04-12 V.Ivant (testem8-V09-05-02)              194 10-04-12 V.Ivant (testem8-V09-05-02)
198 - migration from AIDA to Geant4 histogram's to    195 - migration from AIDA to Geant4 histogram's tool;
199   applied code convention for all classes of t    196   applied code convention for all classes of the example
200                                                   197 
201 29-02-12 V.Ivant (testem8-V09-05-01)              198 29-02-12 V.Ivant (testem8-V09-05-01)
202 - PhysicsListMessenger - removed test cout        199 - PhysicsListMessenger - removed test cout
203 - DetectorConstruction - uncomment material pr    200 - DetectorConstruction - uncomment material printout
204                                                   201 
205 01-02-12 V.Ivant (testem8-V09-05-00)              202 01-02-12 V.Ivant (testem8-V09-05-00)
206 - DetectorConstruction - added gas of ALICE TP    203 - DetectorConstruction - added gas of ALICE TPC and macro testALICE.mac
207 - TragetSD - added zero-energy steps to histog    204 - TragetSD - added zero-energy steps to histograms and step counters
208 - HistoManager - book histograms at begin of r    205 - HistoManager - book histograms at begin of run not earlier
209                                                   206 
210 19-11-10 V.Ivant (testem8-V09-03-07)              207 19-11-10 V.Ivant (testem8-V09-03-07)
211 - V. Grichine Histomanager.cc The preparation     208 - V. Grichine Histomanager.cc The preparation of
212               distribution.out file was added.    209               distribution.out file was added. It has
213               NumOfEv and distribution(energy/    210               NumOfEv and distribution(energy/keV)
214                                                   211 
215 27-10-10 V.Ivant (testem8-V09-03-06)              212 27-10-10 V.Ivant (testem8-V09-03-06)
216 - DetectorConstruction - added more printout      213 - DetectorConstruction - added more printout
217 - DetectorMessenger - fixed state (added G4Sta    214 - DetectorMessenger - fixed state (added G4State_PreInit)
218 - PhysicsList - fixed UI commands for step lim    215 - PhysicsList - fixed UI commands for step limiter
219                                                   216 
220 28-09-10 V.Ivant (testem8-V09-03-05)              217 28-09-10 V.Ivant (testem8-V09-03-05)
221 - GNUmakefile - added histclean option            218 - GNUmakefile - added histclean option
222                                                   219 
223 08-09-10 V.Ivant (testem8-V09-03-04)              220 08-09-10 V.Ivant (testem8-V09-03-04)
224 - The example is completely rewritten: physics    221 - The example is completely rewritten: physics, scoring, histograms,
225   README                                          222   README
226                                                   223 
227 04-06-10 J.Perl (testem8-V09-03-03)               224 04-06-10 J.Perl (testem8-V09-03-03)
228 - Updated vis usage                               225 - Updated vis usage
229                                                   226 
230 04-06-10 V.Ivant (testem8-V09-03-02)              227 04-06-10 V.Ivant (testem8-V09-03-02)
231 - PhysicsList, Em8DetectorConstruction - renam    228 - PhysicsList, Em8DetectorConstruction - renamed "VertexDetector" by
232   "GasDetector"                                   229   "GasDetector"
233 - added cut per region into TestEm8.in            230 - added cut per region into TestEm8.in
234                                                   231 
235 21-05-10 mma (testem8-V09-03-01)                  232 21-05-10 mma (testem8-V09-03-01)
236 - TestEm8.cc : introduction of G4UIExecutive      233 - TestEm8.cc : introduction of G4UIExecutive
237                                                   234 
238 13-04-10 V.Ivant (testem8-V09-03-00)              235 13-04-10 V.Ivant (testem8-V09-03-00)
239 - Use pointer to G4EmConfigurator and not as a    236 - Use pointer to G4EmConfigurator and not as a memeber of the class
240                                                   237 
241 24-11-08 V.Ivant (testem8-V09-02-00)              238 24-11-08 V.Ivant (testem8-V09-02-00)
242 - Fixed compillation warnings at SLC5             239 - Fixed compillation warnings at SLC5
243                                                   240 
244 05-12-08 V.Ivant (testem8-V09-01-02)              241 05-12-08 V.Ivant (testem8-V09-01-02)
245 - Fixed typo in Physics List                      242 - Fixed typo in Physics List
246                                                   243 
247 21-11-08 V.Ivant (testem8-V09-01-01)              244 21-11-08 V.Ivant (testem8-V09-01-01)
248 - remove local components of PhsyicsList and u    245 - remove local components of PhsyicsList and use G4EmConfigurator to
249   configure PAI model                             246   configure PAI model
250                                                   247 
251 12-06-08 mma (testem8-V09-01-00)                  248 12-06-08 mma (testem8-V09-01-00)
252 - Remove AIDA from GNUmakefile                    249 - Remove AIDA from GNUmakefile
253                                                   250 
254 12-11-07 V.Ivant  (testem8-V09-00-05)             251 12-11-07 V.Ivant  (testem8-V09-00-05)
255 - Fixed logic in SteppingAction                   252 - Fixed logic in SteppingAction
256                                                   253 
257 02-10-07 V.Ivant  (testem8-V09-00-04)             254 02-10-07 V.Ivant  (testem8-V09-00-04)
258 - Fixed memory leak in UI interface               255 - Fixed memory leak in UI interface
259                                                   256 
260 26-09-07 V.Ivant  (testem8-V09-00-03)             257 26-09-07 V.Ivant  (testem8-V09-00-03)
261 - Remove used lines from PAI physics construct    258 - Remove used lines from PAI physics constructors, added "pai_brem"
262   constructor PhysListEmPAI in which AlongStep    259   constructor PhysListEmPAI in which AlongStep from bremsstrahlung
263   is allowed                                      260   is allowed
264                                                   261 
265 27-08-07 V.Ivant  (testem8-V09-00-02)             262 27-08-07 V.Ivant  (testem8-V09-00-02)
266 - Recover head                                    263 - Recover head
267                                                   264 
268 02-08-07 V.Ivant  (testem8-V09-00-01)             265 02-08-07 V.Ivant  (testem8-V09-00-01)
269  Use components of Physics Lists from physics_    266  Use components of Physics Lists from physics_list subdirectory
270                                                   267 
271 27-08-07 V.Ivant  (testem8-V09-00-00a)            268 27-08-07 V.Ivant  (testem8-V09-00-00a)
272 - Fix PAI physics constructors: enegry loss pr    269 - Fix PAI physics constructors: enegry loss processes should be
273   active post step                                270   active post step
274                                                   271 
275 27-07-07 V.Ivant  (testem8-V09-00-00)             272 27-07-07 V.Ivant  (testem8-V09-00-00)
276 - Create VisManager only for interactive sessi    273 - Create VisManager only for interactive session, improve destructor
277   of Em8DetectorConstruction class                274   of Em8DetectorConstruction class
278                                                   275 
279 15-11-06 V.Ivant  (testem8-V08-01-01)             276 15-11-06 V.Ivant  (testem8-V08-01-01)
280 - Put on the head version of Em8DetectorConstr    277 - Put on the head version of Em8DetectorConstruction.cc and
281   PhysListEmModelPai.cc, which provide non-zer    278   PhysListEmModelPai.cc, which provide non-zero results
282                                                   279 
283 25-10-06 mma (testem8-V08-01-00)                  280 25-10-06 mma (testem8-V08-01-00)
284 - GNUmakefile : LOADLIBS                          281 - GNUmakefile : LOADLIBS
285 - remove PhysicsLists 52                          282 - remove PhysicsLists 52
286                                                   283 
287 05-12-05 Gabriele Cosmo                           284 05-12-05 Gabriele Cosmo
288 - Trivial changes for support of CLHEP-2.0.X s    285 - Trivial changes for support of CLHEP-2.0.X series.
289                                                   286 
290 31-05-05 V.Ivant  (testem8-V07-00-02)             287 31-05-05 V.Ivant  (testem8-V07-00-02)
291 - 70 -> st -> 52                                  288 - 70 -> st -> 52
292                                                   289 
293 03-05-2005  John Allison  (examples-V07-00-03)    290 03-05-2005  John Allison  (examples-V07-00-03)
294 - Replaced vis manager with G4VisExecutive.       291 - Replaced vis manager with G4VisExecutive.
295                                                   292 
296 23-04-04: V.Ivant (testem8-V07-00-01)             293 23-04-04: V.Ivant (testem8-V07-00-01)
297 - Remove IonC12 class to be compatible with ne    294 - Remove IonC12 class to be compatible with new particle tags
298                                                   295 
299 15-04-04: V.Ivant (testem8-V07-00-00)             296 15-04-04: V.Ivant (testem8-V07-00-00)
300 - Remove non-used headers                         297 - Remove non-used headers
301                                                   298 
302 02-12-04: V.Ivant (testem8-V06-02-01)             299 02-12-04: V.Ivant (testem8-V06-02-01)
303 - Migration to cmath                              300 - Migration to cmath
304                                                   301 
305 27-05-04 V.Ivant (testem8-V06-01-00)              302 27-05-04 V.Ivant (testem8-V06-01-00)
306 - Updated test of PAI model                       303 - Updated test of PAI model
307                                                   304 
308 27-01-04 V.Ivant (testem8-V06-00-00)              305 27-01-04 V.Ivant (testem8-V06-00-00)
309 - Fix model name                                  306 - Fix model name
310                                                   307 
311 26-11-03 V.Ivant (testem8-V05-02-02)              308 26-11-03 V.Ivant (testem8-V05-02-02)
312 - Update for work with AIDA                       309 - Update for work with AIDA
313                                                   310 
314 24-11-03 V.Ivant (testem8-V05-02-01)              311 24-11-03 V.Ivant (testem8-V05-02-01)
315 - Remove obsolete classes                         312 - Remove obsolete classes
316 - Introduce model variant of PAI + general cle    313 - Introduce model variant of PAI + general cleanup (V.Grichine)
317                                                   314 
318 13-11-03 John Allison                             315 13-11-03 John Allison
319 - Added HepRep and removed OPACS from Vis Mana    316 - Added HepRep and removed OPACS from Vis Manager.
320                                                   317 
321 27-08-03 V.Ivant (testem8-V05-02-00)              318 27-08-03 V.Ivant (testem8-V05-02-00)
322 - Remove obsolete interfaces                      319 - Remove obsolete interfaces
323 - Substitute in the PhysicsList processes by t    320 - Substitute in the PhysicsList processes by those of 5.2 realise
324                                                   321 
325 20-02-03 V.Ivant (testem8-V05-01-00)              322 20-02-03 V.Ivant (testem8-V05-01-00)
326 - Fix warnings and change input parameters for    323 - Fix warnings and change input parameters for updated PAI
327                                                   324 
328 20-02-03 V.Ivant (testem8-V05-00-00)              325 20-02-03 V.Ivant (testem8-V05-00-00)
329 - Migration to cut per region                     326 - Migration to cut per region
330                                                   327 
331 Oct 19, 2001  Steve O'Neale (examples-V03-02-0    328 Oct 19, 2001  Steve O'Neale (examples-V03-02-00)
332 - Update reference output                         329 - Update reference output
333                                                   330 
334 25th November 2000 Steve O'Neale (tagset210)      331 25th November 2000 Steve O'Neale (tagset210)
335 - Update test output Change in energy cut tabl    332 - Update test output Change in energy cut table printout (cuts are the same)
336 - Change in results below 20 per cent             333 - Change in results below 20 per cent
337                                                   334 
338 27th July 2000  Gabriele Cosmo  (TestEm8-V02-0    335 27th July 2000  Gabriele Cosmo  (TestEm8-V02-00-01)
339 - GNUmakefile: fixed definition of G4INSTALL v    336 - GNUmakefile: fixed definition of G4INSTALL variable.
340                                                   337 
341 28th June 2000  John Allison  (TestEm8-V02-00-    338 28th June 2000  John Allison  (TestEm8-V02-00-00)
342 - Added TestEm8.out.                              339 - Added TestEm8.out.
343 - Created this file.                              340 - Created this file.