Back to home page

EIC code displayed by LXR

 
 

    


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

0001 # Example TestEm15 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 ## 2025-04-15 Igor Semeniouk (testem15-V11-03-00)
0008  - update gamma.mac to use emstandard_opt4
0009  - merge README and README.gamma, .README.txt updated
0010  - gamma2mumu.mac, README.gamma removed
0011 
0012 ## 2024-04-16 Michel Maire (testem15-V11-02-00)
0013  - SteppingAction.cc: remove a TABS
0014 
0015 ## 2022-12-15 Igor Semeniouk (testem15-V11-01-00)
0016  - README, README.gamma - changes from D.Bernard, cleanup
0017  - .README.txt - cleanup, information from README.gamma added
0018 
0019 ## 2022-02-20 Igor Semeniouk (testem15-V11-00-02)
0020 - TestEm15 README.gamma update (documatation only)
0021   - Added description of UI commands to control G4BetheHeitler5DModel 
0022 
0023 ## 2021-12-13 Igor Semeniouk (testem15-V11-00-01)
0024 - TestEm15 READMe's updates
0025   - README.gamma update
0026   - add reference for README.gamma in README
0027   - sync TestEm15 .README.txt with README
0028 - Copy gamma2mumu.mac to build directoty in CMakeLists.txt
0029 
0030 ## 2021-12-10 Ben Morgan (testem15-V11-00-00)
0031 - Change to new Markdown History format
0032 
0033 ---
0034 
0035 # History entries prior to 11.0
0036      
0037 06-10-21 I. Hrivnacova (testem15-V10-07-03)
0038 - Migration to new G4AnalysisManager.hh header;
0039   define the default output file type (root).
0040 
0041 19-07-21 I. Hrivnacova (testem15-V10-07-02)
0042 - Updated for changes in the analysis category:
0043   removed deleting of the analysis manager,
0044   as this is now done by the Geant4 kernel.
0045 
0046 11-05-21 mma (testem15-V10-07-01)
0047 - Migration to G4SteppingVerboseWithUnits.
0048 
0049 19-03-2021 V.Ivanchenko (testem15-V10-07-00)
0050 - PhysicsList - clean-up for 11.0; removed PhysList5DStandard,
0051   because 5D model is a part of Opt4 EM physics
0052 
0053 30-10-2019 IgS (testem15-V10-05-01)
0054 - SteppingAction, PhysList5DStandard : added G4GammaConversionToMuons process
0055 
0056 01-02-2019 IgS (testem15-V10-05-00)
0057 - SteppingAction.cc : not fill hist #11,#12 when no recoil returned
0058 
0059 23-10-2018 IgS (testem15-V10-04-08)
0060 - cosmetics in DetectorConstruction and SteppingAction.cc
0061 
0062 24-07-2018 IgS (testem15-V10-04-07)
0063 - SteppingAction.cc : no conversion case protection,
0064 use CLHEP::Hep3Vector::orthogonal() for coordinate axis definition
0065 - DetectorConstruction.cc : G4NistManager to allow predefined Geant4 materials
0066          
0067 13-06-18 mma  (testem15-V10-04-06)
0068 - PhysicsList: add G4EmStandardPhysicsWVI, GS, SS
0069 
0070 24-05-18 IgS (testem15-V10-04-05)
0071 - extended README, added README.gamma
0072 
0073 22-05-18 IgS (testem15-V10-04-03)
0074 - Use G4RotationMarix to convert to gamma reference system 
0075 - Use default random number generator
0076 
0077 17-04-18 IgS (testem15-V10-04-02)
0078 - Extended testem15 with  gamma -> e+ e- 5D conversion code.
0079 
0080 09-04-18 mma (testem15-V10-04-01)
0081 - testem15.cc : set visualisation only in interactive mode
0082 
0083 20-03-18 mma (testem15-V10-04-00)
0084 - testem15.cc : remove G4UI_USE and G4VIS_USE
0085 
0086 14-10-16 G.Folger (testem15-V10-02-02)
0087 - remove direct use of {a,the}ParticleIterator, use GetParticleTableIterator().
0088     fix required by clang39 on Linux and MAC
0089 
0090 04-07-16 I. Hrivnacova  (testem15-V10-02-01)
0091 - Fixes for Doxygen documentation
0092 
0093 09-04-16 mma  (testem15-V10-02-00)
0094 - PhysicsList: use G4EmParameters
0095 
0096 17-06-14 mma (testem15-V10-00-01)
0097 - remove PhysicsList::SetCuts()
0098                  
0099 11-06-14 mma (testem15-V10-00-00)
0100 - rm local commands for PhysicsList::SetCuts()
0101 
0102 28-07-13 P.Gumplinger (testem15-V09-06-07)
0103 - fix clang32 compilation warning
0104 
0105 11-07-13 I.Hrivnacova (testem15-V09-06-06) 
0106 - In HistoManager: use new analysis manager method SetH1Activation(),
0107   removed tabulations   
0108 
0109 21-06-13 mma (testem15-V09-06-05)
0110 - SteppingVerbose: use G4Step::GetSecondaryInCurrentStep()
0111      
0112 07-06-13 mma (testem15-V09-06-04)
0113 - Cosmetic in SteppingAction.     
0114      
0115 01-04-13 A. Dotti (testem15-V09-06-01,testem15-V09-06-02,testem15-V09-06-03)
0116 - theParticleIterator becomes aParticleIterator (needed for MT) 
0117      
0118 13-02-13 I.Hrivnacova (testem15-V09-06-00) 
0119 - Applied coding guidelines (virtual keyword, data members initialization)
0120 
0121 21-10-12 mma (testem15-V09-05-05)
0122 - PhysListEmStandard: use msc model96
0123      
0124 16-10-12 mma (testem15-V09-05-04)
0125 - use G4AnalysisManager
0126 - coding convention: virtual
0127      
0128 29-09-12 mma (testem15-V09-05-03)
0129 - PhysicsList::AddPhysicsList() : add emstandard_opt3 (to allow muMsc WVI model)
0130 - SteppingAction : add procName = muMsc
0131 - add macro muon.mac     
0132      
0133 28-04-12 mma (testem15-V09-05-02)
0134 - RunAction::EndOfRunAction() : printing corrections
0135      
0136 12-04-12 mma (testem15-V09-05-01)
0137 - all classes : apply G4 coding conventions
0138        
0139 08-03-12 mma (testem15-V09-05-00)
0140 - HistoManager.hh and .cc : migrate to new g4tools histogramming system
0141   Do not need aida anymore, nor G4ANALYSIS_USE
0142 - HistoMessenger.hh and .cc : suppress fileType command
0143 - Update Readme and all macros accordingly
0144      
0145 08-11-11 mma (testem15-V09-04-01)
0146 - modify SteppingVerbose for OutOfWorld
0147           
0148 15-05-11 mma (testem15-V09-04-00)
0149 - PhysListEmStandard: msc95
0150   
0151 09-11-10 M.Asai (testem15-V09-03-03)
0152 - Fix AIDA file option.
0153     
0154 06-06-10 J.Perl (testem15-V09-03-02)
0155 - Remove unused variable in EventAction
0156 
0157 03-06-10 J.Perl (testem15-V09-03-01)
0158 - Updated vis usage 
0159 
0160 20-05-10 mma (testem15-V09-03-00)
0161 - TestEm15.cc : introduction of G4UIExecutive
0162      
0163 19-11-09 mma (testem15-V09-02-00)
0164 - PhysListEmStandard : introduce MuMultipleScattering
0165  
0166 26-09-08 mma (testem15-V09-01-04)
0167 - HistoManager : root as default format 
0168 
0169 12-06-08 mma (testem15-V09-01-03)
0170 - Remove AIDA from GNUmakefile 
0171      
0172 07-05-08 mma (testem15-V09-01-02)
0173 - README : update Aida informations     
0174      
0175 07-04-08 mma (testem15-V09-01-01)
0176 - PhysListEmStandard : replace G4MultipleScattering by G4eMultipleScattering;
0177 - HistoManager::saveAscii() : redefinition of binEdge
0178      
0179 08-01-08 mma (testem15-V09-01-00) 
0180 - HistoManager : ascii[0] = flag to control creation of .ascii file
0181       
0182 13-11-07 mma (testem15-V09-00-00) 
0183 - HistoManager/HistoMessenger : print selected histos on ascii file
0184      
0185 15-03-07 mma (testem15-V08-02-00) 
0186 - SteppingAction: add protection if no lateralDisplacement
0187      
0188 24-10-06 mma (testem15-V08-01-00) 
0189 - GNUmakefile : LOADLIBS
0190 
0191 02-06-06 mma (testem15-V08-00-05)
0192 - SteppingAction: prePoint->GetTouchableHandle->GetVolume()
0193      
0194 29-05-06 mma (testem15-V08-00-04)
0195 - SteppingAction: prePoint->GetTouchable->GetVolume()
0196      
0197 19-05-06 mma (testem15-V08-00-03)
0198 - update README
0199      
0200 11-05-06 mma (testem15-V08-00-02)
0201 - add phi correlation
0202      
0203 10-05-06 mma (testem15-V08-00-01)
0204 - added protection in DetectorConstruction::UpdateDeometry()
0205      
0206 10-05-06 Michel Maire (testem15-V08-00-00)
0207 - created from TestEm14