Warning, /geant4/examples/extended/electromagnetic/TestEm10/History is written in an unsupported language. File is not indexed.
0001 # Example TestEm10 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 ## 2023-11-09 I. Hrivnacova (testem10-V11-01-00)
0009 - Coding guidelines - document macros in README files
0010
0011 ## 2021-12-10 Ben Morgan (testem10-V11-00-00)
0012 - Change to new Markdown History format
0013
0014 ---
0015
0016 # History entries prior to 11.0
0017
0018 06-10-21 I. Hrivnacova (testem10-V10-07-00)
0019 - Migration to new G4AnalysisManager.hh header;
0020 define the default output file type (root),
0021 removed Analysis.hh
0022
0023 13-11-20 B. Morgan (testem10-V10-06-01)
0024 - Enforce use of Serial RunManager.
0025
0026 10-11-20 B. Morgan (testem10-V10-06-00)
0027 - Migration to G4RunManagerFactory.
0028
0029 07-04-18 m. maire (testem10-V10-04-01)
0030 - testem10.cc : set visualiation only in interactive mode
0031
0032 19-03-18 m. maire (testem10-V10-04-00)
0033 - testem10.cc : remove G4UI_USE and G4VIS_USE
0034
0035 10-11-16 V.Ivanchenko (testem10-V10-02-03)
0036 - DetectorConstruction, DetectorSimpleALICE - removed run time
0037 warning by proper definition cuts per region
0038
0039 14-10-16 G.Folger (testem10-V10-02-02)
0040 - remove direct use of theParticleIterator, use GetParticleTableIterator().
0041 fix required by clang39 on Linux and MAC
0042
0043 04-07-16 I. Hrivnacova (testem10-V10-02-01)
0044 - Fixes for Doxygen documentation
0045
0046 17-12-15 I.Hrivnacova, V.Ivanchenko (testem10-V10-02-00)
0047 - Major example revision & clean-up:
0048 - Removed Em10 prefix from class names to be consistent with other examples
0049 in electromagnetic category
0050 - Refactored detector construction & its messenger classes
0051 - Revised scoring: removed unused code and replaced own-defined
0052 histograms with Geant4 analysis
0053 - Added StackingAction which accounts XTR gamma, all gamma and all e-
0054 spectra
0055 - PhysicsList changed to a modular physics list and introduced
0056 TransitionRadiationPhysics builder
0057 - Clean-up primary generator action
0058 - Added test_suite.sh script
0059
0060 30-05-15 V.Ivanchenko (testem10-V10-01-00)
0061 - Em10PhysicsList - removed obsolete header
0062
0063 24-07-13 P.Gumplinger (testem10-V09-06-01)
0064 - remove or comment out unused class fields in Em10DetectorConstruction,
0065 Em10PhysicsListMessenger, Em10PrimaryGeneratorAction and
0066 Em10SteppingAction
0067
0068 01-04-13 A.Dotti (testem10-V09-05-05,testem10-V09-05-06)
0069 - New G4VUserPhysicsList interface
0070
0071 13-02-13 I.Hrivnacova
0072 - Applied coding guidelines (virtual keyword, data members initialization)
0073
0074 28-11-12 G.Cosmo (testem10-V09-05-04)
0075 - Fixed cases of variable shadowing.
0076
0077 12-10-12 V.Ivant (testem10-V09-05-03)
0078 - Migration to the updated analysis tool
0079
0080 18-08-12 V.Ivant (testem10-V09-05-02)
0081 - Em10SteppingAction - rewritten (old code was very non-optimized and
0082 provides crashes)
0083
0084 11-07-12 V.Ivant (testem10-V09-05-01)
0085 - Em10RunAction - cleanup initialisation
0086
0087 10-07-12 V.Ivant (testem10-V09-05-00)
0088 - Em10RunAction - fixed write outside boundaries of C-array
0089
0090 03-10-11 G.Folger (testem10-V09-04-00)
0091 - Fix gcc46 compilation warning in Em10PrimaryGeneratorAction.cc
0092 and src/Em10Materials.cc
0093
0094 03-06-10 J.Perl (testem10-V09-03-01)
0095 - Updated vis usage
0096
0097 21-05-10 mma (testem10-V09-03-00)
0098 - TestEm10.cc : introduction of G4UIExecutive
0099
0100 21-11-09 V.Ivant (testem10-V09-02-00)
0101 - update PhysList according to 9.3
0102
0103 12-06-08 mma (testem10-V09-01-01)
0104 - Remove AIDA from GNUmakefile
0105
0106 07-05-08 mma (testem10-V09-01-00)
0107 - README : update Aida informations
0108
0109 27-07-07 V.Ivant (testem10-V09-00-00)
0110 - Create VisManager only for interactive session, improve destructor
0111 of Em10DetectorConstruction class
0112
0113 25-10-06 mma (testem10-V08-01-00)
0114 - GNUmakefile : LOADLIBS
0115
0116 22 May 05: V.Ivant (testem10-V08-00-01)
0117 - Remove extra files
0118
0119 19 May 05: V.Ivant (testem10-V08-00-00)
0120 - V.Grichine cleanup
0121
0122 06 Dec 05: Gabriele Cosmo
0123 - Trivial changes for support of CLHEP-2.0.X series.
0124
0125 29 Oct 05: V.Ivant (testem10-V07-01-01)
0126 - V.Grichine:Production cuts were moved to Physics list providing
0127 independent gamma, electron and positron cuts in radiator
0128 and detector regions.
0129
0130 15 Oct 05: V.Ivant (testem10-V07-01-00)
0131 - Updated PhysicsList
0132
0133 03 May 2005 John Allison (examples-V07-00-03)
0134 - Replaced vis manager with G4VisExecutive.
0135
0136 02 Dec 04: V.Ivant (testem10-V06-02-01)
0137 - Migration to cmath
0138 - Remove compilation warnings and hbook histograms
0139
0140 30-08-04 V.Ivant (testem10-V06-02-00)
0141 - Remove obsolete processes from PhysicsList
0142
0143 25-11-03 V.Ivant (testem10-V05-02-01)
0144
0145 13-11-03 John Allison
0146 - Removed OPACS from Vis Manager.
0147
0148 27-08-03 V.Ivant (testem10-V05-02-00)
0149 - Remove obsolete interfaces
0150 - Substitute in the PhysicsList processes by those of 5.2 realise
0151
0152 20 Feb. 2003 Vladimir Ivanchenko (testem10-V05-00-00)
0153 - Migrade to cut per region
0154
0155 11 Jun. 2002 Vladimir Grichine (testem10-V04-00-00)
0156 - new TestEm10.in and TestEm10.largr_N.in
0157
0158 27 Nov. 2001 Gabriele Cosmo (TestEm10-V03-02-01)
0159 - Corrected README.
0160 - Set G4NOHIST as default in GNUmakefile.
0161 - More models in run11.mac (V.Grichine).
0162
0163 21 Nov. 2001 Marc Verderi (TestEm10-V03-02-00)
0164 - Define a new TestEm10.in (and .out) which tests
0165 all XTR models, shooting 10 particles for each run.
0166 Required some modification in the detector construction
0167 and messenger.
0168 - Define a new TestEm10.large_N.in (and .out)
0169 shooting 1000 particles/run.
0170
0171 21 Nov. 2001 Marc Verderi
0172 - Taken for the HEAD and made compliant with
0173 geant4-04-00-cand-01
0174 - clear many warnings
0175