Warning, /geant4/examples/extended/electromagnetic/TestEm17/History is written in an unsupported language. File is not indexed.
0001 # Example TestEm17 History
0002
0003 See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
0004 which **must** added in reverse chronological order (newest at the top). It must **not**
0005 be used as a substitute for writing good git commit messages!
0006
0007
0008 ## 2022-10-24 I. Hrivnacova (testem17-V11-00-02)
0009 - Coding guidelines: start data members with 'f' (MuCrossSections);
0010 use G4int, G4double
0011
0012 ## 2022-07-20 Vladimir Ivanchenko (testem17-V11-00-01)
0013 - Added new process of muon pair production by muons;
0014 analysis extended and new histograms are added by Siddharth Yajaman
0015
0016 ## 2021-12-10 Ben Morgan (testem17-V11-00-00)
0017 - Change to new Markdown History format
0018
0019 ---
0020
0021 # History entries prior to 11.0
0022
0023 07-11-21 I. Hrivnacova (testem17-V10-07-03)
0024 - Added analysis manager Clear() call instead of
0025 deleting in the end of run (removed on July 19)
0026
0027 06-10-21 I. Hrivnacova (testem17-V10-07-02)
0028 - Migration to new G4AnalysisManager.hh header;
0029 define the default output file type (root).
0030
0031 19-07-21 I. Hrivnacova (testem17-V10-07-01)
0032 - Updated for changes in the analysis category:
0033 removed deleting of the analysis manager,
0034 as this is now done by the Geant4 kernel.
0035
0036 11-05-21 mma (testem17-V10-07-00)
0037 - Migration to G4SteppingVerboseWithUnits.
0038
0039 08-11-19 V.Ivanchenko (testem17-V10-05-02)
0040 - HistoManager - fixed histo title and index; fixed macro
0041 files (A.Bogdanov)
0042
0043 11-09-19 I. Hrivnacova (testem17-V10-05-01)
0044 - Updated for clean-up in analysis typedefs:
0045 G4AnaHn types replaced with G4Hn
0046
0047 21-05-19 V.Ivanchenko (testem17-V10-05-00)
0048 - code clean-up, switch to MixMax random generator
0049
0050 10-04-18 mma (testem17-V10-04-01)
0051 - testem17.cc : set visualisation only in interactive mode
0052
0053 21-03-18 mma (testem17-V10-04-00)
0054 - testem17.cc : remove G4UI_USE and G4VIS_USE
0055
0056 07-11-17 D.Sawkey (testem17-V10-03-00)
0057 - PhysicsList: fix setting emstandard; add emstandard_opt4
0058
0059 25-10-16 I. Hrivnacova (testem17-V10-02-04)
0060 - HistoManager : kMaxHisto (instead of MaxHisto)
0061 to get rid off the violation report in automatic checking of coding
0062 guidelines
0063
0064 29-09-16 mma (testem17-V10-02-03)
0065 - HistoManager : coding conventions
0066
0067 30-08-16 I. Hrivnacova (testem17-V10-02-02)
0068 - Removed obsolete EventAction, EventActionMessenger
0069
0070 04-07-16 I. Hrivnacova (testem17-V10-02-01)
0071 - Fixes for Doxygen documentation
0072
0073 09-12-15 V.Ivant (testem17-V10-02-00)
0074 - H.Burkhardt fixed root macro allowing to work both with root5 and 6;
0075 added run01_prot.mac - demonstrating synkrotron radiation for FCC
0076
0077 13-11-14 V.Ivant (testem17-V10-01-01)
0078 - PhysicsList, PhysListEmStandard - fixed upper energy for
0079 physics tables (A.Bogdanov)
0080
0081 26-10-15 D.Sawkey (testem17-V10-01-00)
0082 - Set default EmParameters in PhysListEmStandard
0083
0084 16-11-14 V.Ivant (testem17-V10-00-01)
0085 - fixed ROOT macro and README
0086
0087 27-10-14 V.Ivant (testem17-V10-00-00)
0088 - Use G4EmStandardPhysics and G4EmParameters classes in PhysicsList,
0089 removed SetCuts method
0090
0091 21-06-13 mma (testem17-V09-06-07)
0092 - SteppingVerbose: use G4Step::GetSecondaryInCurrentStep()
0093
0094 07-06-13 mma (testem17-V09-06-06)
0095 - Cosmetic in SteppingAction.
0096
0097 10-04-13 V.Ivant (testem17-V09-06-05)
0098 - HistoManager - (A.Bogdanov) fixed typo
0099
0100 22-03-13 mma (testem17-V09-06-04)
0101 - coding conventions
0102
0103 23-02-13 V.Ivant (testem17-V09-06-03)
0104 - HistoManager - fixed typo
0105
0106 22-02-13 V.Ivant (testem17-V09-06-02)
0107 - RunAction - comment out unused variable
0108
0109 19-02-13 V.Ivant (testem17-V09-06-01)
0110 - HistoManager, RunAction - make theoretical histogram back
0111
0112 13-02-13 I.Hrivnacova
0113 - Applied coding guidelines (virtual keyword, data members initialization)
0114
0115 01-02-13 V.Ivant (testem17-V09-06-00)
0116 - Updated name of muon-nuclear process from "muNucl" to "muonNuclear"
0117
0118 28-11-12 G. Cosmo (testem17-V09-05-06)
0119 - Fixed cases of variable shadowing.
0120
0121 12-10-12 V.Ivant (testem17-V09-05-05)
0122 - Migration to the updated analysis tool and inplicit units
0123
0124 19-08-12 V.Ivanchenko (testem17-V09-05-04)
0125 - MuNuclearBuilder - use G4MuonNuclearProcess instead of
0126 G4MuNuclearInteraction (as in all reference Physics Lists)
0127
0128 16-04-12 mma (testem17-V09-05-03)
0129 - all classes : apply G4 coding conventions
0130
0131 25-03-12 mma (testem17-V09-05-02)
0132 - RunAction.cc : suppress plots of MC-theory comparison
0133
0134 22-03-12 mma (testem17-V09-05-00)
0135 - HistoManager.hh and .cc : migrate to new g4tools histogramming system
0136 Do not need aida anymore, nor G4ANALYSIS_USE
0137 - HistoMessenger.hh and .cc : suppress fileType command
0138 - Update Readme and all macros accordingly
0139
0140 16-10-11 V.Ivanchenko (testem17-V09-04-02)
0141 - Fixed README (A.Bogdanov)
0142
0143 08-11-11 mma (testem17-V09-04-01)
0144 - modify SteppingVerbose for OutOfWorld
0145
0146 03-10-11 G.Folger (testem17-V09-04-00)
0147 - Fix gcc46 compilation warning in MuCrossSections.cc and
0148 RunAction.cc
0149
0150 09-11-10 M.Asai (testem17-V09-03-03)
0151 - Fix AIDA file option.
0152
0153 06-06-10 J.Perl (testem17-V09-03-02)
0154 - Remove unused variable in EventAction
0155
0156 03-06-10 J.Perl (testem17-V09-03-01)
0157 - Updated vis usage
0158
0159 21-05-10 mma (testem17-V09-03-00)
0160 - TestEm17.cc : introduction of G4UIExecutive
0161
0162 24-09-08 mma (testem17-V09-01-04)
0163 - HistoManager : root as default format
0164
0165 12-06-08 mma (testem17-V09-01-03)
0166 - Remove AIDA from GNUmakefile
0167
0168 07-05-08 mma (testem17-V09-01-02)
0169 - PhysListEmStandard : add spline option for physics tables
0170 - README : update Aida informations
0171
0172 31-03-08 V.Ivant (testem17-V09-01-01)
0173 - reduce number of string comparisons (10% CPU)
0174
0175 18-03-08 V.Ivant (testem17-V09-01-00)
0176 - added pion and protons bremsstrahlung and pair production
0177
0178 12-05-07 V.Ivant (testem17-V08-03-00)
0179 - add mixture material for tests (A.Bogdanov)
0180
0181 19-10-06 mma (testem17-V08-01-01)
0182 - GNUmakefile : LOADLIBS
0183 - remove PhysicsLists 52
0184
0185 26-09-06 V.Ivant (testem17-V08-01-00)
0186 - fix ConstructParticles
0187
0188 10-05-06 mma (testem17-V08-00-00)
0189 - rename TestEm14 -> TestEm17
0190
0191 27-01-06 mma (testem14-V08-00-01)
0192
0193 06-01-06 mma
0194 - rename MuonProcesses -> TestEm14
0195
0196 06-12-05 G.Cosmo
0197 - Trivial changes for support of CLHEP-2.0.X series.
0198
0199 22-11-05 mma (muonprocesses-V07-01-01)
0200 - update README for OpenScientist
0201
0202 14-11-05 Gabriele Cosmo (muonprocesses-V07-01-00)
0203 - Migration to <sstream> for HistoMessenger.
0204
0205 01-06-05 mma (muonprocesses-V07-00-01)
0206 - HistoManager : option "--noErrors" for hbook
0207
0208 3rd May 2005 John Allison (examples-V07-00-03)
0209 - Replaced vis manager with G4VisExecutive.
0210
0211 03-03-05 mma (muonprocesses-V07-00-00)
0212 - HistoManager : - put a protection for the creation of analysis factory;
0213 - file extension is fileType;
0214
0215 06.12.04 V.Ivant (muonprocesses-V06-02-10)
0216 - Use PhysicsList from future 7.0
0217
0218 05.12.04 mma (muonprocesses-V06-02-09)
0219 - namespace std in MuCrossSections
0220
0221 02.12.04 V.Ivant (muonprocesses-V06-02-08)
0222 - Migration to cmath
0223
0224 25.11.04 S. Sadilov (muonprocesses-V06-02-07)
0225 - Cast to doubles to resolve compilation problems on MS Windows.
0226
0227 03-11-04 mma (muonprocesses-V06-02-06)
0228 - do not delete Analysisfactory (for Jaida)
0229
0230 27.10.04 S. Sadilov (muonprocesses-V06-02-04, muonprocesses-V06-02-05)
0231 - Cast to doubles to resolve compilation problems in gcc-3.2.
0232
0233 07.09.04 V. Ivanchenko (muonprocesses-V06-02-03)
0234 - fix for histograms for muons-V06-02-01 tag
0235
0236 27.06.04 V. Ivanchenko (muonprocesses-V06-02-02)
0237 - update for muons-V06-02-01 tag
0238
0239 17.06.04 V. Ivanchenko (muonprocesses-V06-02-01)
0240 - introduce MuNuclearBuilder and corresponding macro
0241
0242 30.06.04 mma (muonprocesses-V06-02-00)
0243 - histo management like in testem5-V06-01-04
0244
0245 16.06.04 V. Ivanchenko (muonprocesses-V06-01-01)
0246 - std::max in MuCrossSections
0247
0248 14.06.04 Michel Maire (muonprocesses-V06-01-00)
0249 - creation, from A. Bogdanov and R. Kokoulin's TestMu program.
0250