Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/eventgenerator/particleGun/History is written in an unsupported language. File is not indexed.

0001 # Example particleGun 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 ## 2024-03-21 Michel Maire (particleGunExample-V11-02-00)
0008 - Readme: documente macros
0009 
0010 ## 2023-07-07 Michel Maire (particleGunExample-V11-01-00)
0011 - revision of all headers
0012 
0013 ## 2022-01-21 Michel Maire (particleGunExample-V11-00-01)
0014 - Update reference in PrimaryGeneratorAction2.cc
0015  
0016 ## 2021-12-10 Ben Morgan (particleGunExample-V11-00-00)
0017 - Change to new Markdown History format
0018 
0019 ---
0020 
0021 # History entries prior to 11.0
0022     
0023 06-10-21 I. Hrivnacova (particleGunExample-V10-07-02)
0024 - Migration to new G4AnalysisManager.hh header;
0025   define the default output file type (root).
0026 
0027 19-07-21 I. Hrivnacova  (particleGunExample-V10-07-01)
0028 - Updated for changes in the analysis category:
0029   removed deleting of the analysis manager,
0030   as this is now done by the Geant4 kernel.
0031 
0032 20-04-21 mma (particleGunExample-V10-07-00)
0033 - particleGun.cc: RunManagerFactory
0034                   G4SteppingVerboseWithUnits
0035 - ActionInitialization.hh and cc: remove SteppingVerbose class
0036      
0037 08-04-18 B. Morgan (particleGunExample-V10-04-02)
0038 - Include G4Types before use of G4MULTITHREADED. For forward
0039   compatibility with move to #defines over -D for G4 preprocessor
0040   symbols.
0041 
0042 13-04-18 mma (particleGunExample-V10-04-01)
0043 - particleGun.cc : set visualisation only in interactive mode
0044 
0045 14-03-18 mma (particleGunExample-V10-04-00)
0046 - particleGun.cc : remove G4UI_USE and G4VIS_USE
0047 
0048 03-10-2016 mma (particleGunExample-V10-02-03)
0049 - cosmetic in PrimaryGeneratorAction2
0050 
0051 01-10-2016 mma (particleGunExample-V10-02-02)
0052 - PrimaryGeneratorAction2: more on coding conventions
0053 
0054 06-08-2016 mma (particleGunExample-V10-02-01)
0055 - PrimaryGeneratorAction2: apply coding conventions
0056 
0057 05-07-16 I. Hrivnacova  (particleGunExample-V10-02-00)
0058 - Fixes for Doxygen documentation
0059 
0060 27-04-2015 mma (particleGunExample-V10-01-01)
0061 - PrimaryGeneratorAction1: add randomization of time zero of each event
0062          
0063 23-01-2015 I. Hrivnacova (particleGunExample-V10-01-00)
0064 - fixed .README
0065     
0066 21-10-14 mma (particleGunExample-V10-00-05) 
0067 - mv /run/initialize in macros
0068 
0069 20-10-14 mma (particleGunExample-V10-00-04) 
0070 - particleGun.cc: nThreads via commands
0071 
0072 26-09-14 mma (particleGunExample-V10-00-03) 
0073 - migration to MT: add class ActionInitialization
0074          
0075 22-09-14 mma (particleGunExample-V10-00-02) 
0076 - add PrimaryGeneratorAction0 class and run0.mac
0077 
0078 21-09-14 mma (particleGunExample-V10-00-01) 
0079 - simplify histograms
0080 
0081 01-09-14 mma (particleGunExample-V10-00-00) 
0082 - modify plots of angles
0083    
0084 11-07-13 I.Hrivnacova (particleGunExample-V09-06-06) 
0085 - In HistoManager: use new analysis manager method SetH1Activation()   
0086      
0087 07-06-13 mma (particleGunExample-V09-06-05)
0088 - Cosmetic in SteppingAction.     
0089      
0090 28-03-13 mma (particleGunExample-V09-06-04)
0091 - simplify histos management
0092      
0093 24-03-13 mma (particleGunExample-V09-06-03)
0094 - polish coding conventions
0095      
0096 17-03-13 mma (particleGunExample-V09-06-02)
0097 - G4 coding conventions
0098 
0099 14-02-13  I.Hrivnacova (particleGunExample-V09-06-01)
0100 - Do not declare virtual functions in PrimaryGeneratorActionN
0101   classes which do not derive from Geant4 base class.
0102 
0103 13-02-13  I.Hrivnacova (particleGunExample-V09-06-00)
0104 - Applied coding guidelines (virtual keyword, data member initialization)
0105 
0106 17-11-12 I. Hrivnacova (particleGunExample-V09-05-05)
0107 - Updated documentation:
0108   - Fixed .README files for artefacts from Markdown support
0109   - Removed obsolete instructions (how to compile & link)
0110 
0111 13-11-12 I. Hrivnacova (particleGunExample-V09-05-04)
0112 - Fixed order of instatiating G4VisExecutive and G4UIExecutive
0113   (required when Qt driver is activated).
0114      
0115 26-03-12 mma (particleGunExample-V09-05-03)
0116 - all classes : apply G4 coding conventions
0117      
0118 14-02-12 mma (particleGunExample-V09-05-02)
0119 - HistoManager : new handle namespace and fileName[2]
0120                  no subdirectory in histos file
0121 - HistoManager : add protections for histo file management
0122       
0123 16-01-12 mma (particleGunExample-V09-05-01) 
0124 - HistoManager : histId and histPt
0125 - SetHisto() : simplification of Unit handling (HistoManager and HistoMessenger)
0126 - HistoManager and HistoMessenger : coding conventions
0127 - Functions Normalize() and saveAscii() re-activated
0128        
0129 11-01-12 mma (particleGunExample-V09-05-00)
0130 - HistoManager.hh and .cc : migrate to new g4tools histogramming system
0131   Do not need aida anymore, nor G4ANALYSIS_USE
0132 - Functions Normalize() and saveAscii() temporarily empty  
0133 - HistoMessenger.hh and .cc : suppress fileType command
0134 - Update Readme and all macros accordingly
0135       
0136 08-11-11 mma (particleGunExample-V09-04-01)
0137 - modify SteppingVerbose for OutOfWorld
0138           
0139 28-01-11 mma (particleGunExample-V09-04-00)
0140 - HistoManager : fix aida fileOption
0141      
0142 15-07-10 mma (particleGunExample-V09-03-03)      
0143 - remove static data members and functions.
0144 - UI commands : /testem/ -> /gunExample/
0145      
0146 06-07-10 mma (particleGunExample-V09-03-02) 
0147 - split PrimaryGeneratorAction2 in two : sampling methods
0148                                          rotateUz
0149      
0150 11-06-10 mma (particleGunExample-V09-03-01)
0151 - update vis.mac
0152 - split run1.mac
0153      
0154 10-06-10 Makoto Asai (particleGunExample-V09-03-00)
0155 - Combine three original examples into one.
0156 
0157 13-05-10 Michel Maire 
0158 - Created.