Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/examples/extended/electromagnetic/TestEm17/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 ]

  1 # Example TestEm17 History
  2 
  3 See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
  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 commit messages!
  6 
  7 
  8 ## 2022-10-24 I. Hrivnacova (testem17-V11-00-02)
  9 - Coding guidelines: start data members with 'f' (MuCrossSections);
 10   use G4int, G4double
 11 
 12 ## 2022-07-20 Vladimir Ivanchenko (testem17-V11-00-01)
 13 - Added new process of muon pair production by muons; 
 14   analysis extended and new histograms are added by Siddharth Yajaman
 15 
 16 ## 2021-12-10 Ben Morgan (testem17-V11-00-00)
 17 - Change to new Markdown History format
 18 
 19 ---
 20 
 21 # History entries prior to 11.0
 22 
 23 07-11-21 I. Hrivnacova (testem17-V10-07-03)
 24 - Added analysis manager Clear() call instead of
 25   deleting in the end of run (removed on July 19)
 26 
 27 06-10-21 I. Hrivnacova (testem17-V10-07-02)
 28 - Migration to new G4AnalysisManager.hh header;
 29   define the default output file type (root).
 30 
 31 19-07-21 I. Hrivnacova (testem17-V10-07-01)
 32 - Updated for changes in the analysis category:
 33   removed deleting of the analysis manager,
 34   as this is now done by the Geant4 kernel.
 35 
 36 11-05-21 mma (testem17-V10-07-00)
 37 - Migration to G4SteppingVerboseWithUnits.
 38 
 39 08-11-19 V.Ivanchenko (testem17-V10-05-02)
 40 - HistoManager - fixed histo title and index; fixed macro 
 41     files (A.Bogdanov)
 42 
 43 11-09-19 I. Hrivnacova  (testem17-V10-05-01)
 44 - Updated for clean-up in analysis typedefs:
 45   G4AnaHn types replaced with G4Hn
 46 
 47 21-05-19 V.Ivanchenko (testem17-V10-05-00)
 48 - code clean-up, switch to MixMax random generator
 49 
 50 10-04-18 mma (testem17-V10-04-01)
 51 - testem17.cc : set visualisation only in interactive mode
 52 
 53 21-03-18 mma (testem17-V10-04-00)
 54 - testem17.cc : remove G4UI_USE and G4VIS_USE
 55 
 56 07-11-17 D.Sawkey (testem17-V10-03-00)
 57 - PhysicsList: fix setting emstandard; add emstandard_opt4 
 58 
 59 25-10-16 I. Hrivnacova  (testem17-V10-02-04)
 60 - HistoManager : kMaxHisto (instead of MaxHisto)
 61   to get rid off the violation report in automatic checking of coding 
 62   guidelines
 63 
 64 29-09-16 mma  (testem17-V10-02-03)
 65 - HistoManager : coding conventions
 66 
 67 30-08-16 I. Hrivnacova  (testem17-V10-02-02)
 68 - Removed obsolete EventAction, EventActionMessenger
 69 
 70 04-07-16 I. Hrivnacova  (testem17-V10-02-01)
 71 - Fixes for Doxygen documentation
 72 
 73 09-12-15 V.Ivant (testem17-V10-02-00)
 74 - H.Burkhardt fixed root macro allowing to work both with root5 and 6;
 75   added run01_prot.mac - demonstrating synkrotron radiation for FCC
 76 
 77 13-11-14 V.Ivant (testem17-V10-01-01)
 78 - PhysicsList, PhysListEmStandard - fixed upper energy for
 79     physics tables (A.Bogdanov)
 80 
 81 26-10-15 D.Sawkey (testem17-V10-01-00)
 82 - Set default EmParameters in PhysListEmStandard
 83 
 84 16-11-14 V.Ivant (testem17-V10-00-01)
 85 - fixed ROOT macro and README
 86 
 87 27-10-14 V.Ivant (testem17-V10-00-00)
 88 - Use G4EmStandardPhysics and G4EmParameters classes in PhysicsList,
 89   removed SetCuts method
 90 
 91 21-06-13 mma (testem17-V09-06-07)
 92 - SteppingVerbose: use G4Step::GetSecondaryInCurrentStep()
 93 
 94 07-06-13 mma (testem17-V09-06-06)
 95 - Cosmetic in SteppingAction.
 96 
 97 10-04-13 V.Ivant (testem17-V09-06-05)
 98 - HistoManager - (A.Bogdanov) fixed typo
 99      
100 22-03-13 mma (testem17-V09-06-04)
101 - coding conventions
102 
103 23-02-13 V.Ivant (testem17-V09-06-03)
104 - HistoManager - fixed typo
105 
106 22-02-13 V.Ivant (testem17-V09-06-02)
107 - RunAction - comment out unused variable
108 
109 19-02-13 V.Ivant (testem17-V09-06-01)
110 - HistoManager, RunAction - make theoretical histogram back
111 
112 13-02-13 I.Hrivnacova 
113 - Applied coding guidelines (virtual keyword, data members initialization)
114 
115 01-02-13 V.Ivant (testem17-V09-06-00)
116 - Updated name of muon-nuclear process from "muNucl" to "muonNuclear"
117 
118 28-11-12 G. Cosmo (testem17-V09-05-06)
119 - Fixed cases of variable shadowing.
120 
121 12-10-12 V.Ivant (testem17-V09-05-05)
122 - Migration to the updated analysis tool and inplicit units
123 
124 19-08-12 V.Ivanchenko (testem17-V09-05-04)
125 - MuNuclearBuilder - use G4MuonNuclearProcess instead of 
126   G4MuNuclearInteraction (as in all reference Physics Lists)
127      
128 16-04-12 mma (testem17-V09-05-03)
129 - all classes : apply G4 coding conventions
130       
131 25-03-12 mma (testem17-V09-05-02)
132 - RunAction.cc : suppress plots of MC-theory comparison
133      
134 22-03-12 mma (testem17-V09-05-00)
135 - HistoManager.hh and .cc : migrate to new g4tools histogramming system
136   Do not need aida anymore, nor G4ANALYSIS_USE
137 - HistoMessenger.hh and .cc : suppress fileType command
138 - Update Readme and all macros accordingly
139 
140 16-10-11 V.Ivanchenko (testem17-V09-04-02)
141 - Fixed README (A.Bogdanov)
142      
143 08-11-11 mma (testem17-V09-04-01)
144 - modify SteppingVerbose for OutOfWorld
145      
146 03-10-11 G.Folger (testem17-V09-04-00)
147 - Fix gcc46 compilation warning in MuCrossSections.cc and
148     RunAction.cc
149 
150 09-11-10 M.Asai (testem17-V09-03-03)
151 - Fix AIDA file option.
152     
153 06-06-10 J.Perl (testem17-V09-03-02)
154 - Remove unused variable in EventAction
155 
156 03-06-10 J.Perl (testem17-V09-03-01)
157 - Updated vis usage 
158  
159 21-05-10 mma (testem17-V09-03-00)
160 - TestEm17.cc : introduction of G4UIExecutive
161 
162 24-09-08 mma (testem17-V09-01-04)
163 - HistoManager : root as default format 
164 
165 12-06-08 mma (testem17-V09-01-03)
166 - Remove AIDA from GNUmakefile 
167      
168 07-05-08 mma (testem17-V09-01-02)
169 - PhysListEmStandard : add spline option for physics tables
170 - README : update Aida informations
171 
172 31-03-08 V.Ivant (testem17-V09-01-01)
173 - reduce number of string comparisons (10% CPU)
174 
175 18-03-08 V.Ivant (testem17-V09-01-00)
176 - added pion and protons bremsstrahlung and pair production
177 
178 12-05-07 V.Ivant (testem17-V08-03-00)
179 - add mixture material for tests (A.Bogdanov)
180      
181 19-10-06 mma (testem17-V08-01-01) 
182 - GNUmakefile : LOADLIBS
183 - remove PhysicsLists 52
184 
185 26-09-06 V.Ivant (testem17-V08-01-00)
186 - fix ConstructParticles
187      
188 10-05-06 mma (testem17-V08-00-00)
189 - rename TestEm14 -> TestEm17 
190     
191 27-01-06 mma (testem14-V08-00-01)
192      
193 06-01-06 mma
194 - rename MuonProcesses -> TestEm14
195      
196 06-12-05 G.Cosmo
197 - Trivial changes for support of CLHEP-2.0.X series.
198 
199 22-11-05 mma (muonprocesses-V07-01-01)
200 - update README for OpenScientist
201      
202 14-11-05 Gabriele Cosmo (muonprocesses-V07-01-00)
203 - Migration to <sstream> for HistoMessenger.
204 
205 01-06-05 mma (muonprocesses-V07-00-01)
206 - HistoManager : option "--noErrors" for hbook
207      
208 3rd May 2005  John Allison  (examples-V07-00-03)
209 - Replaced vis manager with G4VisExecutive.
210 
211 03-03-05 mma (muonprocesses-V07-00-00)
212 - HistoManager : - put a protection for the creation of analysis factory;
213                  - file extension is fileType;
214 
215 06.12.04 V.Ivant (muonprocesses-V06-02-10)
216 - Use PhysicsList from future 7.0 
217      
218 05.12.04 mma (muonprocesses-V06-02-09)
219 - namespace std in MuCrossSections
220 
221 02.12.04 V.Ivant (muonprocesses-V06-02-08)
222 - Migration to cmath
223 
224 25.11.04 S. Sadilov (muonprocesses-V06-02-07)
225 - Cast to doubles to resolve compilation problems on MS Windows.
226      
227 03-11-04 mma (muonprocesses-V06-02-06)
228 - do not delete Analysisfactory (for Jaida)
229 
230 27.10.04 S. Sadilov (muonprocesses-V06-02-04, muonprocesses-V06-02-05)
231 - Cast to doubles to resolve compilation problems in gcc-3.2.
232 
233 07.09.04 V. Ivanchenko (muonprocesses-V06-02-03)
234 - fix for histograms for muons-V06-02-01 tag 
235 
236 27.06.04 V. Ivanchenko (muonprocesses-V06-02-02)
237 - update for muons-V06-02-01 tag 
238 
239 17.06.04 V. Ivanchenko (muonprocesses-V06-02-01)
240 - introduce MuNuclearBuilder and corresponding macro
241 
242 30.06.04 mma (muonprocesses-V06-02-00)
243 - histo management like in testem5-V06-01-04
244      
245 16.06.04 V. Ivanchenko (muonprocesses-V06-01-01)
246 - std::max in MuCrossSections
247               
248 14.06.04 Michel Maire (muonprocesses-V06-01-00)
249 - creation, from A. Bogdanov and R. Kokoulin's TestMu program.  
250