Back to home page

EIC code displayed by LXR

 
 

    


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

0001 # Example TestEm18 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 ## 2023-05-17 Michel Maire (testem18-V11-01-00)
0008 - revision of all headers
0009 - ~StakingAction() : delete StackingMessenger*
0010 
0011 ## 2021-12-10 Ben Morgan (testem18-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 (testem18-V10-07-02)
0019 - Migration to new G4AnalysisManager.hh header;
0020   define the default output file type (root).
0021 
0022 19-07-21 I. Hrivnacova (testem18-V10-07-01)
0023 - Updated for changes in the analysis category:
0024   removed deleting of the analysis manager,
0025   as this is now done by the Geant4 kernel.
0026 
0027 11-05-21 mma (testem18-V10-07-00)
0028 - Migration to G4SteppingVerboseWithUnits.
0029 
0030 09-11-20 mma (testem18-V10-06-00)
0031 - cleanup macros
0032 - add macros description in Readme
0033 
0034 26-11-19 I. Hrivnacova (testem18-V10-05-00)
0035 - Fixed Doxygen warnings
0036 
0037 10-04-18 mma (testem18-V10-04-02)
0038 - testem18.cc : set visualisation only in interactive mode
0039 
0040 21-03-18 mma (testem18-V10-04-01)
0041 - testem18.cc : remove G4UI_USE and G4VIS_USE
0042 
0043 15-12-17 mma (testem18-V10-04-00)
0044 - update PhysListEmLivermore and Penelope
0045 
0046 13-10-17 mma (testem18-V10-03-06)
0047 - add edep.mac
0048 
0049 31-08-17 G.Cosmo (testem18-V10-03-05)
0050 - Corrected initialisation of fEdepSecMin and fEdepSecMax.
0051 
0052 29-08-17 mma (testem18-V10-03-04)
0053 - in option, allow the tracking of secondary particles.
0054 
0055 24-07-17 mma (testem18-V10-03-03)
0056 - update readme
0057 
0058 16-07-17 mma (testem18-V10-03-02)
0059 - RunAction : fix compilation warning
0060 
0061 12-07-17 mma (testem18-V10-03-01)
0062 - entirely revised -> more explicit output
0063 
0064 19-04-17 mma  (testem18-V10-03-00)
0065 - BeginOfRunAction() : remove SetRandomNumberStore(true)
0066 
0067 14-10-16 G.Folger (testem18-V10-02-03)
0068 - remove direct use of {a,the}ParticleIterator, use GetParticleTableIterator().
0069     fix required by clang39 on Linux and MAC
0070          
0071 04-07-16 I. Hrivnacova  (testem18-V10-02-02)
0072 - Fixes for Doxygen documentation
0073 
0074 10-04-16 mma  (testem18-V10-02-01)
0075 - PhysListEmStandard: use G4EmParameters
0076 
0077 09-12-15 V.Ivant (testem18-V10-02-00)
0078 - H.Burkhardt fixed root macro allowing to work both with root5 and 6
0079          
0080 18-06-14 mma (testem18-V10-00-00)
0081 - remove PhysicsList::SetCuts()
0082 - remove EventActionMessenger
0083 
0084 11-07-13 I.Hrivnacova (testem18-V09-06-05) 
0085 - In HistoManager: use new analysis manager method SetH1Activation();
0086   replaced tabulations   
0087 
0088 21-06-13 mma (testem18-V09-06-04)
0089 - SteppingVerbose: use G4Step::GetSecondaryInCurrentStep()
0090      
0091 07-06-13 mma (testem18-V09-06-03)
0092 - Cosmetic in SteppingAction.     
0093      
0094 01-04-13 A.Dotti (testem18-V09-06-02)
0095 - New G4VUserPhysicsList interface
0096      
0097 22-03-13 mma (testem18-V09-06-01)
0098 - coding conventions
0099 
0100 13-02-13 I.Hrivnacova 
0101 - Applied coding guidelines (virtual keyword, data members initialization)
0102 
0103 11-12-12 V.Ivant (testem18-V09-06-00)
0104 - PhysListEmStandard: use SetEmModel method
0105      
0106 17-10-12 mma (testem18-V09-05-03)
0107 - use G4AnalysisManager
0108 - coding convention: virtual
0109      
0110 28-04-12 mma (testem18-V09-05-02)
0111 - RunAction::EndOfRunAction() : printing corrections
0112      
0113 16-04-12 mma (testem18-V09-05-01)
0114 - all classes : apply G4 coding conventions
0115         
0116 09-03-12 mma (testem18-V09-05-00)
0117 - HistoManager.hh and .cc : migrate to new g4tools histogramming system
0118   Do not need aida anymore, nor G4ANALYSIS_USE
0119 - HistoMessenger.hh and .cc : suppress fileType command
0120 - Update Readme and all macros accordingly
0121      
0122 08-11-11 mma (testem18-V09-04-04)
0123 - modify SteppingVerbose for OutOfWorld
0124           
0125 05-06-11 mma (testem18-V09-04-03)
0126 - PhysListEmStandard migrated to the new approach based on G4PhysicsListHelper
0127      
0128 31-05-11 mma (testem18-V09-04-02)
0129 - DetectorConstruction : for Water, set I = 78 eV (instead of 75 eV)
0130      
0131 12-05-11 mma (testem18-V09-04-01)
0132 - PhysListEmStandard: adapted for 9.4-ref-03 
0133   include AtomicDeexcitation, new G4PEEffectFluoModel, G4KleinNishinaModel.
0134 - macro pixe.mac  
0135        
0136 06-01-11 mma (testem18-V09-04-00)
0137 - Go back to tag testem18-V09-03-03. Fluo test moved to TestEm14
0138 
0139 22-11-10 V.Ivanchenko (testem18-V09-03-05)
0140 - PhysicsList, PhysListEmStandardFLUO - changed coherently with
0141    emutils upgrade
0142 
0143 19-11-10 V.Ivanchenko (testem18-V09-03-04)
0144 - PhysicsList is taken from TestEm5, obsolete builders for 
0145    Livermore and Penelope are removed; fluorescence and PIXE
0146    options are added
0147  
0148 09-11-10 M.Asai (testem18-V09-03-03)
0149 - Fix AIDA file option.
0150     
0151 06-06-10 J.Perl (testem18-V09-03-02)
0152 - Remove unused variable in EventAction
0153 
0154 03-06-10 J.Perl (testem18-V09-03-01)
0155 - Updated vis usage 
0156 
0157 21-05-10 mma (testem18-V09-03-00)
0158 - TestEm18.cc : introduction of G4UIExecutive
0159      
0160 19-11-09 mma (testem18-V09-02-04)
0161 - cosmetics in low-energy physics lists  
0162       
0163 12-10-09 mma (testem18-V09-02-03)
0164 - Substituted obsolete low-energy physics builders by builders from
0165   the physics_list library;
0166          
0167 06-03-09 mma (testem18-V09-02-01)
0168 - PhysicsList::SetCuts() : remove SetEnergyRange(1*keV,100*GeV)
0169 - remove command "/testem/phys/cutLimit" already in /cuts/setLowEdge
0170     
0171 22-02-09 mma (testem18-V09-02-00)
0172 - PhysicsList. EmOptions : 12*20 bins; lll=1.e-2
0173 - PhysicsList::SetCuts() : SetEnergyRange(1*keV,100*GeV)
0174 - added command "/testem/phys/cutLimit" allowing to change low limit for
0175   production threshold
0176   
0177 24-09-08 mma (testem18-V09-01-04)
0178 - HistoManager : root as default format 
0179 
0180 12-06-08 mma (testem18-V09-01-03)
0181 - Remove AIDA from GNUmakefile 
0182      
0183 07-05-08 mma (testem18-V09-01-02)
0184 - PhysicsList : add spline option for physics tables
0185 - README : update Aida informations
0186      
0187 07-04-08 mma (testem18-V09-01-01)
0188 - HistoManager::saveAscii() : redefinition of binEdge     
0189      
0190 08-01-08 mma (testem18-V09-01-00) 
0191 - HistoManager : ascii[0] = flag to control creation of .ascii file
0192       
0193  20-nov-07 mma (testem18-V09-00-01) 
0194 - PhysicsList : more EmOptions
0195      
0196  13-nov-07 mma (testem18-V09-00-00) 
0197 - HistoManager/HistoMessenger : print selected histos on ascii file
0198     
0199 16-feb-07 mma (testem18-V08-02-01)
0200 - add Water-vapor
0201 - correct RunAction::GetEnergyFromRange()
0202      
0203 14-feb-07 michel maire (testem18-V08-02-00)
0204 - created