Back to home page

EIC code displayed by LXR

 
 

    


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