Back to home page

EIC code displayed by LXR

 
 

    


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

0001 # Example TestEm4 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-04-22 Vladimir Ivantchenko (testem4-V11-02-01)
0008 - PhysicsLists - fixed annoyng warnings on decay table,
0009     removed obsolete methods.
0010 
0011 ## 2024-04-05 Michel Maire (testem4-V11-02-00)
0012 - Run.cc: remove Tabs
0013 - Readme: document verbose.mac
0014 
0015 ## 2023-04-06 Michel Maire (testem4-V11-01-00)
0016 - revision of all headers
0017 - RunAction: print run conditions and histograms statistic
0018 
0019 ## 2021-12-10 Ben Morgan (testem4-V11-00-00)
0020 - Change to new Markdown History format
0021 
0022 ---
0023 
0024 # History entries prior to 11.0
0025      
0026 06-10-21 I. Hrivnacova (testem4-V10-07-03)
0027 - Migration to new G4AnalysisManager.hh header;
0028   define the default output file type (root),
0029   removed Analysis.hh.
0030 
0031 19-07-21 I. Hrivnacova (testem4-V10-07-02)
0032 - Updated for changes in the analysis category:
0033   removed deleting of the analysis manager,
0034   as this is now done by the Geant4 kernel.
0035 
0036 25-05-21 mma (testem4-V10-07-01)
0037 - remove local SteppingVerbose
0038      
0039 29-04-21 mma (testem4-V10-07-00)
0040 - Migrating to G4RunManagerFactory 
0041 - local SteppingVerbose inherits from G4SteppingVerboseWithUnits.
0042   
0043 28-08-20 I. Hrivnacova (testem4-V10-06-01)
0044 - Updated README: removed paw instructions (as the HBOOK output
0045   is not supported anymore)
0046 
0047 07-04-20 V.Ivantchenko (testem4-V10-06-00)
0048 - do not call vis.mac automatically in interactive mode
0049 
0050 09-05-18 B.Morgan (testem4-V10-04-02)
0051 - Include G4Types before use of G4MULTITHREADED. For forward
0052   compatibility with move to #defines over -D for G4 preprocessor
0053   symbols.
0054 
0055 07-04-18 mma (testem4-V10-04-01)
0056 - testem4.cc : set visualisation only in interactive mode
0057 
0058 13-03-18 mma (testem4-V10-04-00)
0059 - testem4.cc : remove G4UI_USE and G4VIS_USE
0060 
0061 10-04-17 mma  (testem4-V10-03-00)
0062 - BeginOfRunAction() : remove SetRandomNumberStore(true)
0063 
0064 14-10-16 G.Folger (testem4-V10-02-05)
0065 - remove direct use of theParticleIterator, use GetParticleTableIterator().
0066     fix required by clang39 on Linux and MAC
0067          
0068 29-09-16 mma  (testem4-V10-02-04)
0069 - rm double blanck lines
0070          
0071 20-07-16 mma  (testem4-V10-02-03)
0072 - rm double blanck lines
0073 
0074 20-07-16 mma  (testem4-V10-02-02)
0075 - EventAction.hh : AddEdep()
0076 
0077 04-07-16 I. Hrivnacova  (testem4-V10-02-01)
0078 - Fixes for Doxygen documentation
0079 
0080 10-12-15 V.Ivant (testem4-V10-02-00)
0081 - H.Burkhardt fixed root macro allowing to work both with root5 and 6
0082          
0083 23-10-14 ma (testem4-V10-00-03)
0084 - improved output MT
0085  
0086 21-10-14 mma (testem4-V10-00-02)
0087 - TestEm2.cc : option set nThreads via command
0088 
0089 10-09-14 mma (testem4-V10-00-01)
0090 - TestEm4.cc : SetNumberOfThreads( G4Threading::G4GetNumberOfCores() )
0091      
0092 15-12-13 mma (testem4-V10-00-00)     
0093 - update vis.mac
0094      
0095 08-11-13 mma (testem4-V09-06-11)     
0096 - Setting SteppingVerbose in main only in sequential mode.
0097 - remove hbook tools
0098      
0099 06-11-13 mma (testem4-V09-06-10)
0100 - rm EventActionMessenger
0101 
0102 30-09-13 I.Hrivnacova (testem4-V09-06-09) 
0103 - Updated for changes in analysis:
0104   removal of G4AnalysisManager::Create(isMaster)
0105 - Use G4Random instead of CLHEP::Random (needed for MT)  
0106 
0107 11-07-13 I.Hrivnacova (testem4-V09-06-08) 
0108 - Updated CMakeLists.txt and SharedFilesList.txt for added classes
0109   in Hbook analysis code
0110      
0111 18-06-13 mma (testem4-V09-06-07)
0112 - SteppingVerbose: use G4Step::GetSecondaryInCurrentStep() .
0113 
0114 07-06-13 J.Jacquemier (testem4-V09-06-06)
0115   -creation of analysis manager and booking histograms & ntuple
0116    is moved from BeginOfRunAction to the constructor .
0117 
0118 -3-06-13 I.Hrivnacova (testem4-V09-06-05)
0119 - Make back Root default analysis output (changed by accident 
0120   in previous update)
0121 
0122 -1-06-13 I.Hrivnacova (testem4-V09-06-04)
0123 - Added Analysis.hh in order to make a selection of output
0124   in a single place
0125 
0126 31-05-13 mma (testem4-V09-06-03)
0127 - Cosmetic in SteppingAction.
0128        
0129 29-05-13 J.Jacquemier (testem4-V09-06-02)
0130 - Migrated to multi-threading.
0131 
0132 14-04-13 I.Hrivnacova (testem4-V09-06-01)
0133 - Removed ExG4HbookAnalysisManager and related files and updated CMake/GNUmake
0134   files to use it from extended/common
0135   
0136 13-02-13 I.Hrivnacova (testem4-V09-06-00)
0137 - Applied coding guidelines (virtual keyword, data members initialization)
0138 
0139 12-10-12 V.Ivant (testem4-V09-05-07)
0140 - Migration to the updated analysis tool and inplicit units
0141 - RunAction - by default do not save random number for each event
0142     -because it is a serious overhead in CPU performance    
0143      
0144 11-10-12 mma (testem4-V09-05-06)
0145 - coding conventions: virtual 
0146      
0147 27-08-12 mma (testem4-V09-05-05)
0148 - add .README
0149      
0150 27-03-12 mma (testem4-V09-05-04)
0151 - all classes : apply G4 coding conventions
0152      
0153 07-03-12 mma (testem4-V09-05-03)   
0154 - Handling random numbers : copy rndmSeed.mac from N03
0155      
0156 22-02-12 mma (testem4-V09-05-02)   
0157 - file G4HbookAnalysisManager renamed ExG4HbookAnalysisManager
0158      
0159 16-02-12 mma (testem4-V09-05-01)
0160 - RunAction.hh : modif in handling namespace for histogram format
0161      
0162 07-02-12 mma (testem4-V09-05-00)
0163 - RunAction.hh and .cc : migrate to new g4tools histogramming system
0164   Do not need aida anymore, nor G4ANALYSIS_USE 
0165       
0166 08-11-11 mma (testem4-V09-04-01)
0167 - modify SteppingVerbose for OutOfWorld
0168          
0169 02-06-11 mma (testem4-V09-04-00)
0170 - PhysicsList migrated to the new approach based on G4PhysicsListHelper
0171  
0172 09-11-10 M.Asai (testem4-V09-03-03)
0173 - Fix AIDA file option.
0174     
0175 06-06-10 J.Perl (testem4-V09-03-02)
0176 - Remove unused variable in EventAction
0177 
0178 03-06-10 J.Perl (testem4-V09-03-01)
0179 - Updated vis usage 
0180 
0181 19-05-10 mma (testem4-V09-03-00)
0182 - TestEm4.cc : introduction of G4UIExecutive
0183      
0184 12-09-08 mma (testem4-V09-01-03)
0185 - RunAction : change default histogram format
0186  
0187 12-06-08 mma (testem4-V09-01-02)
0188 - Remove AIDA from GNUmakefile 
0189      
0190 06-05-08 mma (testem4-V09-01-01) 
0191 - Update README for Aida implementations.
0192            
0193 07-04-08 mma (testem4-V09-01-00) 
0194 - PhysicsList : replace G4MultipleScattering by G4eMultipleScattering
0195       
0196 22-06-07 mma (testem4-V08-03-00) 
0197 - cosmetic in TestEm4.cc 
0198      
0199 20-10-06 mma (testem4-V08-01-00) 
0200 - GNUmakefile : LOADLIBS
0201      
0202 19-05-06 mma (testem4-V08-00-01)
0203 - update README
0204      
0205 31-01-06 mma (testem4-V08-00-00)
0206 - update macro TestEm4.in
0207 
0208 06-12-05 Gabriele Cosmo
0209 - Trivial changes for support of CLHEP-2.0.X series.
0210 
0211 22-11-05 mma (testem4-V07-01-00)
0212 - update README for OpenScientist
0213      
0214 01-06-05 mma (testem4-V07-00-01)
0215 - RunAction : option "--noErrors" for hbook;
0216     
0217 3rd May 2005  John Allison  (examples-V07-00-03)
0218 - Replaced vis manager with G4VisExecutive.
0219 
0220 02-03-05 mma (testem4-V07-00-00)
0221 - RunAction : put a protection for the creation of analysis factory;
0222 
0223 02 Dec 04: V.Ivant (testem4-V06-02-01)
0224 - Migration to cmath
0225      
0226 24-09-04 mma (testem4-V06-02-00)
0227 - RunAction: modif in histo management for Jaida
0228      
0229 21-06-04 mma (testem4-V06-01-01)
0230 - remove direct ROOT interface
0231      
0232 30-03-04 mma (testem4-V06-01-00)
0233 - README: more information about ROOT installation
0234       
0235 15-03-04 mma (testem4-V06-00-01)
0236 - put back G4ANALYSIS_USE in GNUmakefile 
0237      
0238 27-02-04 mma (testem4-V06-00-00)
0239 - example of histogram with ROOT: USE_ROOT
0240 
0241 25-11-03 V.Ivanchenko (testem4-V05-02-03)
0242 
0243 13-11-03 John Allison
0244 - Removed OPACS from Vis Manager.
0245 
0246 24-10-03 mma (testem4-V05-02-02)
0247 - PhysListEmStandard: AddProcess(Bremsstrahlung,-1,3,3) ..etc..
0248      
0249 06-10-03 mma (testem4-V05-02-01)
0250 - migration STD -> standard
0251 - G4ANALYSIS_USE
0252 
0253 29-09-03 V.Ivanchenko (testem4-V05-02-00)
0254 - substitute obsolete interface to cut energy range
0255 
0256 23-06-03 mma (testem4-V05-01-01)
0257 - remove 'Em4' from all class names
0258 
0259 03-06-03 V.Ivanchenko (testem4-V05-01-00)
0260 - Fix compilation warnings, remove from default save of random number
0261 
0262 01-04-03 mma (testem4-V05-00-02)
0263 -G4PVPlacement in logical mother, even for the world
0264 
0265 12-02-03 mma (testem4-V05-00-00)
0266 -add a blank in SteppingVerbose
0267      
0268 10-12-02 mma (testem4-V04-01-00)
0269 -migration to AIDA 3.0
0270 -UI commands under directory /testem/
0271      
0272 05-06-02 mma (testem4-V04-00-02)
0273 -do not delete histos in destructor 
0274      
0275 29-05-02 mma (testem4-V04-00-01)
0276 -old histograming package clhep/hist replaced by AIDA 2.2/anaphe
0277 
0278 06-02-02 mma (testem4-V04-00-00)
0279      
0280 10-12-01 mma
0281 - PrimaryGenerator: uniform distribution in solid angle
0282 
0283 28-11-01  mma (testem4-V03-02-02) 
0284 - EventAction: DrawTrack "none"
0285 - small change in vis.mac
0286 - suppression of the rndm commands, now managed by G4RunManager: 
0287   --> RunAction, EventAction. suppression of RunActionMessenger
0288 
0289 26-10-01  mma (testem4-V03-02-01) 
0290 - init.mac renamed vis.mac
0291      
0292 19-10-01 Steve O'Neale (examples-V03-02-00)
0293 - Update reference output
0294 
0295 17-10-01  mma (testem4-V03-02-00)
0296 - new vis commands
0297 - 80 columns everywhere
0298      
0299 21-02-01  mma (testem4-V03-00-03)
0300 - hbook histograms restored
0301 - set cppflag G4NOHIST = true in gnumakefile
0302                
0303 20-02-01  mma (testem4-V03-00-02)
0304 - verbose stepping adapted for STL
0305 - save rndm at begin of event     
0306                    
0307 07-12-00  mma (testem4-V02-00-03 & testem-noHist)
0308 - remove hbook histograms: GNUmakefile,runAction,eventAction
0309                                    
0310 06-12-00  mma (testem4-V02-00-02 & testem-withHist)
0311 - update of init.mac for new vis commands.
0312 - G4UItcsh in the main()
0313                                         
0314 25th November 2000 Steve O'Neale (tagset210)
0315 - Update test outputs for Change in energy cut table printout 
0316   (cuts not calculated) 
0317 - After 50000 events the seeds are not the same as for Aug 28th.
0318 
0319 June 17, 2000  John Allison  (testem4-V01-00-00)
0320 - Updated TestEm4.out for geant4-01-01-ref-06.
0321      
0322 17-01-00 - cppflag G4NOHIST to protect hbook histograms.     
0323 12.10.99 - moved to examples/extended/electromagnetic
0324 16.12.98 - created. Michel Maire