Warning, /geant4/examples/extended/electromagnetic/TestEm4/History is written in an unsupported language. File is not indexed.
0001 # Example TestEm4 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 ## 2025-03-04 Michel Maire (testem4-V11-03-00)
0008 - PhysicsList::ContructProcess() : add G4RayleighScattering
0009
0010 ## 2024-04-22 Vladimir Ivantchenko (testem4-V11-02-01)
0011 - PhysicsLists - fixed annoyng warnings on decay table,
0012 removed obsolete methods.
0013
0014 ## 2024-04-05 Michel Maire (testem4-V11-02-00)
0015 - Run.cc: remove Tabs
0016 - Readme: document verbose.mac
0017
0018 ## 2023-04-06 Michel Maire (testem4-V11-01-00)
0019 - revision of all headers
0020 - RunAction: print run conditions and histograms statistic
0021
0022 ## 2021-12-10 Ben Morgan (testem4-V11-00-00)
0023 - Change to new Markdown History format
0024
0025 ---
0026
0027 # History entries prior to 11.0
0028
0029 06-10-21 I. Hrivnacova (testem4-V10-07-03)
0030 - Migration to new G4AnalysisManager.hh header;
0031 define the default output file type (root),
0032 removed Analysis.hh.
0033
0034 19-07-21 I. Hrivnacova (testem4-V10-07-02)
0035 - Updated for changes in the analysis category:
0036 removed deleting of the analysis manager,
0037 as this is now done by the Geant4 kernel.
0038
0039 25-05-21 mma (testem4-V10-07-01)
0040 - remove local SteppingVerbose
0041
0042 29-04-21 mma (testem4-V10-07-00)
0043 - Migrating to G4RunManagerFactory
0044 - local SteppingVerbose inherits from G4SteppingVerboseWithUnits.
0045
0046 28-08-20 I. Hrivnacova (testem4-V10-06-01)
0047 - Updated README: removed paw instructions (as the HBOOK output
0048 is not supported anymore)
0049
0050 07-04-20 V.Ivantchenko (testem4-V10-06-00)
0051 - do not call vis.mac automatically in interactive mode
0052
0053 09-05-18 B.Morgan (testem4-V10-04-02)
0054 - Include G4Types before use of G4MULTITHREADED. For forward
0055 compatibility with move to #defines over -D for G4 preprocessor
0056 symbols.
0057
0058 07-04-18 mma (testem4-V10-04-01)
0059 - testem4.cc : set visualisation only in interactive mode
0060
0061 13-03-18 mma (testem4-V10-04-00)
0062 - testem4.cc : remove G4UI_USE and G4VIS_USE
0063
0064 10-04-17 mma (testem4-V10-03-00)
0065 - BeginOfRunAction() : remove SetRandomNumberStore(true)
0066
0067 14-10-16 G.Folger (testem4-V10-02-05)
0068 - remove direct use of theParticleIterator, use GetParticleTableIterator().
0069 fix required by clang39 on Linux and MAC
0070
0071 29-09-16 mma (testem4-V10-02-04)
0072 - rm double blanck lines
0073
0074 20-07-16 mma (testem4-V10-02-03)
0075 - rm double blanck lines
0076
0077 20-07-16 mma (testem4-V10-02-02)
0078 - EventAction.hh : AddEdep()
0079
0080 04-07-16 I. Hrivnacova (testem4-V10-02-01)
0081 - Fixes for Doxygen documentation
0082
0083 10-12-15 V.Ivant (testem4-V10-02-00)
0084 - H.Burkhardt fixed root macro allowing to work both with root5 and 6
0085
0086 23-10-14 ma (testem4-V10-00-03)
0087 - improved output MT
0088
0089 21-10-14 mma (testem4-V10-00-02)
0090 - TestEm2.cc : option set nThreads via command
0091
0092 10-09-14 mma (testem4-V10-00-01)
0093 - TestEm4.cc : SetNumberOfThreads( G4Threading::G4GetNumberOfCores() )
0094
0095 15-12-13 mma (testem4-V10-00-00)
0096 - update vis.mac
0097
0098 08-11-13 mma (testem4-V09-06-11)
0099 - Setting SteppingVerbose in main only in sequential mode.
0100 - remove hbook tools
0101
0102 06-11-13 mma (testem4-V09-06-10)
0103 - rm EventActionMessenger
0104
0105 30-09-13 I.Hrivnacova (testem4-V09-06-09)
0106 - Updated for changes in analysis:
0107 removal of G4AnalysisManager::Create(isMaster)
0108 - Use G4Random instead of CLHEP::Random (needed for MT)
0109
0110 11-07-13 I.Hrivnacova (testem4-V09-06-08)
0111 - Updated CMakeLists.txt and SharedFilesList.txt for added classes
0112 in Hbook analysis code
0113
0114 18-06-13 mma (testem4-V09-06-07)
0115 - SteppingVerbose: use G4Step::GetSecondaryInCurrentStep() .
0116
0117 07-06-13 J.Jacquemier (testem4-V09-06-06)
0118 -creation of analysis manager and booking histograms & ntuple
0119 is moved from BeginOfRunAction to the constructor .
0120
0121 -3-06-13 I.Hrivnacova (testem4-V09-06-05)
0122 - Make back Root default analysis output (changed by accident
0123 in previous update)
0124
0125 -1-06-13 I.Hrivnacova (testem4-V09-06-04)
0126 - Added Analysis.hh in order to make a selection of output
0127 in a single place
0128
0129 31-05-13 mma (testem4-V09-06-03)
0130 - Cosmetic in SteppingAction.
0131
0132 29-05-13 J.Jacquemier (testem4-V09-06-02)
0133 - Migrated to multi-threading.
0134
0135 14-04-13 I.Hrivnacova (testem4-V09-06-01)
0136 - Removed ExG4HbookAnalysisManager and related files and updated CMake/GNUmake
0137 files to use it from extended/common
0138
0139 13-02-13 I.Hrivnacova (testem4-V09-06-00)
0140 - Applied coding guidelines (virtual keyword, data members initialization)
0141
0142 12-10-12 V.Ivant (testem4-V09-05-07)
0143 - Migration to the updated analysis tool and inplicit units
0144 - RunAction - by default do not save random number for each event
0145 -because it is a serious overhead in CPU performance
0146
0147 11-10-12 mma (testem4-V09-05-06)
0148 - coding conventions: virtual
0149
0150 27-08-12 mma (testem4-V09-05-05)
0151 - add .README
0152
0153 27-03-12 mma (testem4-V09-05-04)
0154 - all classes : apply G4 coding conventions
0155
0156 07-03-12 mma (testem4-V09-05-03)
0157 - Handling random numbers : copy rndmSeed.mac from N03
0158
0159 22-02-12 mma (testem4-V09-05-02)
0160 - file G4HbookAnalysisManager renamed ExG4HbookAnalysisManager
0161
0162 16-02-12 mma (testem4-V09-05-01)
0163 - RunAction.hh : modif in handling namespace for histogram format
0164
0165 07-02-12 mma (testem4-V09-05-00)
0166 - RunAction.hh and .cc : migrate to new g4tools histogramming system
0167 Do not need aida anymore, nor G4ANALYSIS_USE
0168
0169 08-11-11 mma (testem4-V09-04-01)
0170 - modify SteppingVerbose for OutOfWorld
0171
0172 02-06-11 mma (testem4-V09-04-00)
0173 - PhysicsList migrated to the new approach based on G4PhysicsListHelper
0174
0175 09-11-10 M.Asai (testem4-V09-03-03)
0176 - Fix AIDA file option.
0177
0178 06-06-10 J.Perl (testem4-V09-03-02)
0179 - Remove unused variable in EventAction
0180
0181 03-06-10 J.Perl (testem4-V09-03-01)
0182 - Updated vis usage
0183
0184 19-05-10 mma (testem4-V09-03-00)
0185 - TestEm4.cc : introduction of G4UIExecutive
0186
0187 12-09-08 mma (testem4-V09-01-03)
0188 - RunAction : change default histogram format
0189
0190 12-06-08 mma (testem4-V09-01-02)
0191 - Remove AIDA from GNUmakefile
0192
0193 06-05-08 mma (testem4-V09-01-01)
0194 - Update README for Aida implementations.
0195
0196 07-04-08 mma (testem4-V09-01-00)
0197 - PhysicsList : replace G4MultipleScattering by G4eMultipleScattering
0198
0199 22-06-07 mma (testem4-V08-03-00)
0200 - cosmetic in TestEm4.cc
0201
0202 20-10-06 mma (testem4-V08-01-00)
0203 - GNUmakefile : LOADLIBS
0204
0205 19-05-06 mma (testem4-V08-00-01)
0206 - update README
0207
0208 31-01-06 mma (testem4-V08-00-00)
0209 - update macro TestEm4.in
0210
0211 06-12-05 Gabriele Cosmo
0212 - Trivial changes for support of CLHEP-2.0.X series.
0213
0214 22-11-05 mma (testem4-V07-01-00)
0215 - update README for OpenScientist
0216
0217 01-06-05 mma (testem4-V07-00-01)
0218 - RunAction : option "--noErrors" for hbook;
0219
0220 3rd May 2005 John Allison (examples-V07-00-03)
0221 - Replaced vis manager with G4VisExecutive.
0222
0223 02-03-05 mma (testem4-V07-00-00)
0224 - RunAction : put a protection for the creation of analysis factory;
0225
0226 02 Dec 04: V.Ivant (testem4-V06-02-01)
0227 - Migration to cmath
0228
0229 24-09-04 mma (testem4-V06-02-00)
0230 - RunAction: modif in histo management for Jaida
0231
0232 21-06-04 mma (testem4-V06-01-01)
0233 - remove direct ROOT interface
0234
0235 30-03-04 mma (testem4-V06-01-00)
0236 - README: more information about ROOT installation
0237
0238 15-03-04 mma (testem4-V06-00-01)
0239 - put back G4ANALYSIS_USE in GNUmakefile
0240
0241 27-02-04 mma (testem4-V06-00-00)
0242 - example of histogram with ROOT: USE_ROOT
0243
0244 25-11-03 V.Ivanchenko (testem4-V05-02-03)
0245
0246 13-11-03 John Allison
0247 - Removed OPACS from Vis Manager.
0248
0249 24-10-03 mma (testem4-V05-02-02)
0250 - PhysListEmStandard: AddProcess(Bremsstrahlung,-1,3,3) ..etc..
0251
0252 06-10-03 mma (testem4-V05-02-01)
0253 - migration STD -> standard
0254 - G4ANALYSIS_USE
0255
0256 29-09-03 V.Ivanchenko (testem4-V05-02-00)
0257 - substitute obsolete interface to cut energy range
0258
0259 23-06-03 mma (testem4-V05-01-01)
0260 - remove 'Em4' from all class names
0261
0262 03-06-03 V.Ivanchenko (testem4-V05-01-00)
0263 - Fix compilation warnings, remove from default save of random number
0264
0265 01-04-03 mma (testem4-V05-00-02)
0266 -G4PVPlacement in logical mother, even for the world
0267
0268 12-02-03 mma (testem4-V05-00-00)
0269 -add a blank in SteppingVerbose
0270
0271 10-12-02 mma (testem4-V04-01-00)
0272 -migration to AIDA 3.0
0273 -UI commands under directory /testem/
0274
0275 05-06-02 mma (testem4-V04-00-02)
0276 -do not delete histos in destructor
0277
0278 29-05-02 mma (testem4-V04-00-01)
0279 -old histograming package clhep/hist replaced by AIDA 2.2/anaphe
0280
0281 06-02-02 mma (testem4-V04-00-00)
0282
0283 10-12-01 mma
0284 - PrimaryGenerator: uniform distribution in solid angle
0285
0286 28-11-01 mma (testem4-V03-02-02)
0287 - EventAction: DrawTrack "none"
0288 - small change in vis.mac
0289 - suppression of the rndm commands, now managed by G4RunManager:
0290 --> RunAction, EventAction. suppression of RunActionMessenger
0291
0292 26-10-01 mma (testem4-V03-02-01)
0293 - init.mac renamed vis.mac
0294
0295 19-10-01 Steve O'Neale (examples-V03-02-00)
0296 - Update reference output
0297
0298 17-10-01 mma (testem4-V03-02-00)
0299 - new vis commands
0300 - 80 columns everywhere
0301
0302 21-02-01 mma (testem4-V03-00-03)
0303 - hbook histograms restored
0304 - set cppflag G4NOHIST = true in gnumakefile
0305
0306 20-02-01 mma (testem4-V03-00-02)
0307 - verbose stepping adapted for STL
0308 - save rndm at begin of event
0309
0310 07-12-00 mma (testem4-V02-00-03 & testem-noHist)
0311 - remove hbook histograms: GNUmakefile,runAction,eventAction
0312
0313 06-12-00 mma (testem4-V02-00-02 & testem-withHist)
0314 - update of init.mac for new vis commands.
0315 - G4UItcsh in the main()
0316
0317 25th November 2000 Steve O'Neale (tagset210)
0318 - Update test outputs for Change in energy cut table printout
0319 (cuts not calculated)
0320 - After 50000 events the seeds are not the same as for Aug 28th.
0321
0322 June 17, 2000 John Allison (testem4-V01-00-00)
0323 - Updated TestEm4.out for geant4-01-01-ref-06.
0324
0325 17-01-00 - cppflag G4NOHIST to protect hbook histograms.
0326 12.10.99 - moved to examples/extended/electromagnetic
0327 16.12.98 - created. Michel Maire