Warning, /geant4/examples/extended/polarisation/Pol01/History is written in an unsupported language. File is not indexed.
0001 # Example Pol01 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-07-16 Vladimir Ivanchenko (expol01-V11-01-01)
0009 - removed annoining printout for the default macro
0010
0011 ## 2023-07-05 Igor Semeniouk (expol01-V11-01-00)
0012 - Pol01 update to allow run in mt mode
0013 - added ActionInitialization class
0014 - Pol01.cc - default run manager and initialization via ActionInitialization
0015 - RunAction - Updated save histograms logic, scaling in master only
0016 - The file histo.mac - removed ( not working )
0017 - Convert classes ProcessesCount, RunAction::ParticleStatistics
0018 to user defined accumulables.
0019 - Add the root macro plotResults.C
0020 - DetectorConstruction use GeometryHasBeenModified(), not recreate
0021 the geometry in material definition.
0022
0023 ## 2021-12-10 Ben Morgan (expol01-V11-00-00)
0024 - Change to new Markdown History format
0025
0026 ---
0027
0028 # History entries prior to 11.0
0029
0030 06-10-21 I. Hrivnacova (expol01-V10-07-03)
0031 - Migration to new G4AnalysisManager.hh header;
0032 define the default output file type (root).
0033
0034 19-07-21 I. Hrivnacova (expol01-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 16-02-21 D. Sawkey (expol01-V10-07-01)
0040 - used renamed polarized processes
0041
0042 12-02-21 V. Ivanchenko (expol01-V10-07-00)
0043 - Updated for 11.0 - clean-up Physics List
0044
0045 13-11-20 B. Morgan (expol01-V10-06-01)
0046 - Enforce use of Serial RunManager.
0047
0048 10-11-20 B.Morgan (expol01-V10-06-00)
0049 - Migrate to G4RunManagerFactory.
0050
0051 17-05-18 J.Allison (expol01-V10-04-00)
0052 - Add #include "G4Types.hh"
0053 - Remove G4UI_USE and G4VIS_USE.
0054 - Move instantiation of G4UIExecutive to start of main.
0055
0056 14-10-16 G.Folger (expol01-V10-02-03)
0057 - remove direct use of {a,the}ParticleIterator, use GetParticleTableIterator().
0058 fix required by clang39 on Linux and MAC
0059
0060 20-07-16 I.Hrivnacova (expol01-V10-02-02)
0061 - Coding guidelines (one more)
0062
0063 13-07-16 I.Hrivnacova (expol01-V10-02-01)
0064 - Coding guidelines (all)
0065
0066 14-03-16 D.Sawkey (expol01-V10-02-00)
0067 - PhysicsList.cc - move to current method of ConstructParticle
0068
0069 12-11-14 V.Ivanchenko (expol01-V10-00-02)
0070 - RunAction - fixed compillation at gcc 4.1
0071
0072 11-11-14 V.Ivanchenko (expol01-V10-00-01)
0073 - Several updates for the unification of the example: use standard
0074 physics builder from physics_list sub-package; removed local
0075 SetCuts() method; removed AIDA histograms
0076
0077 16-10-14 I.Hrivnacova (expol01-V10-00-00)
0078 - Fixed coding guidelines (long lines) in DetectorConstruction.cc
0079
0080 02-11-13 V.Ivanchenko (expol01-V09-06-02)
0081 - tag resubmitted
0082
0083 30-10-13 V.Ivanchenko (expol01-V09-06-01)
0084 - Removed AIDA from cmake and gmake
0085
0086 30-07-13 P.Gumplinger (expol01-V09-06-00)
0087 - fix MAC/clang32 compilation warnings
0088
0089 09-11-10 M.Asai (expol01-V09-03-03)
0090 - Fix AIDA file option.
0091
0092 08-11-10 J.Perl (expol01-V09-03-02)
0093 - Introduced G4UIExecutive.
0094
0095 06-06-10 J.Perl (expol01-V09-03-01)
0096 - Remove unused variable in EventAction
0097
0098 04-06-10 J.Perl (expol01-V09-03-00)
0099 - Updated vis usage
0100
0101 20-11-09 V.Ivanchenko (expol01-V09-02-00)
0102 - Update msc processes according to 9.3 scheme
0103
0104 11-06-08 A.Schaelicke (expol01-V09-01-00)
0105 - removed obsolete aida-setup in GNUmakefile
0106
0107 04-12-07 A.Schaelicke (expol01-V09-00-01)
0108 - README and pol01.out, to include polarized photo electric effect
0109
0110 05-11-07: A.Schaelicke (expol01-V09-00-00)
0111 01-11-07: A.Schaelicke
0112 use new polarized photo electric effect, this is important for
0113 polarisation transfer from photon to electron in certain regions of
0114 the phasespace (see E166 experiment)
0115
0116 17-11-06 V.Ivanchenko (expol01-V08-01-02)
0117 - RunAction and HistoManager classes: double -> G4double,
0118 it -> G4int, add destructor for RunAction::ParticleStatistics
0119
0120 17-11-06 V.Ivanchenko (expol01-V08-01-01)
0121 - Add macro files, README, minor cleanup (A. Schaelicke)
0122
0123 02-10-06 V.Ivanchenko (expol01-V08-01-00)
0124 - first tag
0125
0126 11-08-06 Andreas Schaelicke
0127 - created from TestEm15
0128
0129 25-08-06 Andreas Schaelicke
0130 - include polarized processes in physics list option "polarized"
0131 - include polarized processes in default macrofile file
0132 - updated the AIDA interface
0133 - add simple plot tool (based on JAIDA)