Back to home page

EIC code displayed by LXR

 
 

    


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

0001 # Example TestEm8 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 ## 2023-04-25 V. Ivanchenko (testem8-V11-01-00)
0009 - Coding guidelines: applied clang-format and clean-up headers
0010 
0011 ## 2022-10-26 I. Hrivnacova (testem8-V11-00-01)
0012 - Coding guidelines: start data members with 'f' (StepMax)
0013 
0014 ## 2021-12-10 Ben Morgan (testem8-V11-00-00)
0015 - Change to new Markdown History format
0016 
0017 ---
0018 
0019 # History entries prior to 11.0
0020 
0021 07-11-21 I. Hrivnacova (testem8-V10-07-03)
0022 - Added analysis manager Clear() call instead of
0023   deleting in the end of run (removed on July 19)
0024 
0025 18-10-21 V. Ivanchenko (testem8-V10-07-02)
0026 - Added printout of random numbers
0027 
0028 06-10-21 I. Hrivnacova (testem8-V10-07-01)
0029 - Migration to new G4AnalysisManager.hh header;
0030   define the default output file type (root).
0031 
0032 19-07-21 I. Hrivnacova (testem8-V10-07-00)
0033 - Updated for changes in the analysis category:
0034   removed deleting of the analysis manager,
0035   as this is now done by the Geant4 kernel.
0036 
0037 10-11-20 B. Morgan (testem8-V10-06-00)
0038 - Migration to G4RunManagerFactory.
0039 
0040 13-02-19 V.Ivantchenko (testem8-V10-05-00)
0041 - DetectorConstruction - added alternative materials in order to test
0042     all methods to construct new material by G4NistMaterialBuilder
0043     (problem reports #2133, #2134)
0044 
0045 16-05-18 J.Allison (testem8-V10-04-05)
0046 - RunAction.cc: Removed vis commands.
0047 
0048 01-05-18 J.Allison (testem8-V10-04-04)
0049 - RunAction.cc: Removed G4VIS_USE and G4UI_USE.
0050 
0051 29-03-18 V.Ivant (testem8-V10-04-03)
0052 - TestEm8.cc - minor optimisation
0053 
0054 26-03-18 V.Ivant (testem8-V10-04-02)
0055 - PrimaryGeneratorAction - fixed thread safety
0056 - TestEm8.in - disable tracking cuts
0057 
0058 17-03-18 mma (testem8-V10-04-01)
0059 - testem8.cc : remove G4UI_USE and G4VIS_USE
0060 
0061 14-12-17 V.Ivant (testem8-V10-04-00)
0062 - corrected default macro to optimise output
0063 
0064 27-10-17 V.Ivant (testem8-V10-03-01)
0065 - PhysicsList, DetectorConstruction, DetectorMesenger, StepMax
0066   make StepMax initialisation to be more thread safe
0067 
0068 28-08-17 V.Ivant (testem8-V10-03-00)
0069 - PhysicsList - restore functionality for the old command
0070   "/testem/phys/addPhysics pai"
0071 
0072 19-11-16 A.Dotti  (testem8-V10-02-05)
0073 - explicit set of SD to manager
0074 
0075 14-10-16 G.Folger (testem8-V10-02-04)
0076 - remove direct use of theParticleIterator, use GetParticleTableIterator().
0077     fix required by clang39 on Linux and MAC
0078 
0079 02-09-16 V.Ivant (testem8-V10-02-03)
0080 01-09-16 V.Ivant (testem8-V10-02-02)
0081 - Run - fixed RMS computation by G4StatDouble
0082 
0083 04-07-16 I. Hrivnacova  (testem8-V10-02-01)
0084 - Fixes for Doxygen documentation
0085 
0086 19-02-16 V.Ivant (testem8-V10-02-00)
0087 - TestParameters, Run, PrimaryGeneratorAction,
0088   PrimaryGeneratorMessenger - reorganized printout of beam
0089     particle; use energy smearing as an addition of noise,
0090     so smeared noise should be added in units of energy
0091 
0092 27-10-15 D.Sawkey (testem8-V10-01-06)
0093 - spellcheck, synch README, .README
0094 
0095 19-09-15 V.Ivant (testem8-V10-01-05)
0096 - TestEm8.cc - use 1 thread for interactive mode, improve vis.mac
0097 
0098 13-08-15 V.Ivant (testem8-V10-01-04)
0099 - PhysicsList - removed configuration of PAI models via
0100     G4EmConfigurator and left only method via UI command; set
0101     default verbosity to zero to reduce legth of reference output,
0102     fixed initialisation of StepMax in MT mode
0103 - DetectorConstruction - allowed to change geometry sizes between runs
0104 - TestParameters - add parameters needed for ALICE TRD simulation
0105 - updated macro files accordingly
0106 
0107 10-07-15 V.Ivant (testem8-V10-01-03)
0108 - RunAction, Run, StackingAction - improve histogram handling
0109 
0110 10-07-15 V.Ivant (testem8-V10-01-02)
0111 - PhysicsList - added SS, GS, WVI PhysList
0112 - RunAction - book histograms in constructor allowing to use /analysis/
0113     UI commands
0114 - macro files - added alternative configuration of PAI models via
0115     EM UI command;
0116 
0117 24-04-15 V.Ivant (testem8-V10-01-01)
0118 - PhysicsList - fixed problem #1731 in configuration of models per
0119                 G4Region in MT mode
0120 - Run - added protection against numerical exception for run with
0121         0 or 1 events
0122 
0123 04-02-15 V.Ivant (testem8-V10-01-00)
0124 - DetectorConstruction - removed local pointer to sensitive detector
0125     in order to avoid race condition
0126 
0127 20-11-14 V.Ivant (testem8-V10-00-07)
0128 - DetectorConstruction, TargetSD - attempt to fix crash at
0129     destruction in MT mode
0130 
0131 03-11-14 V.Ivant (testem8-V10-00-06)
0132 - TestEm8.in - reduce statistics to 1000
0133 
0134 25-10-14 V.Ivant (testem8-V10-00-05)
0135 - RunAction - fixed compillation warning
0136 
0137 24-10-14 V.Ivant (testem8-V10-00-04)
0138 - Migrated to MT mode (A.Bagulya)
0139   removed Histo, HistoManager, HistoMessenger classes
0140   added ActionInitialization, Run, TestParameters classes
0141 
0142 12-06-14 V.Ivant (testem8-V10-00-03)
0143 - applied code guidlines
0144 
0145 28-04-14 V.Ivant (testem8-V10-00-02)
0146 - added "emlowenergy" option for EM physics
0147 
0148 16-01-14 V.Ivant (testem8-V10-00-01)
0149 - HistoManager - fixed output of rms of mean energy
0150 
0151 01-01-14 V.Ivant (testem8-V10-00-00)
0152 - HistoManager - more accurate computation of mean energy deposition
0153 
0154 21-05-13 V.Ivant (testem8-V09-06-03)
0155 - PhysicsList - substituted obsolete G4PAIPhotonMOdel by G4PAIPhotModel
0156 
0157 08-05-13 V.Ivant (testem8-V09-06-02)
0158 - PhysicsList - fixed typo in PhysicsList::SetCutForProton
0159 
0160 13-02-13 I.Hrivnacova (testem8-V09-06-01)
0161 - Applied coding guidelines (virtual keyword, data members initialization)
0162 
0163 08-02-13 V.Ivant (testem8-V09-06-00)
0164 - Stacking action and its messenge are added allowing to kill
0165    secondary electrons inside GasDetector region and add this
0166    energy to total energy deposit; by default this option is off
0167 - HistoManager - a histogram is added for energy deposition in units
0168    of ADC counts and an extra UI command "/testem/setEnergyPerChannel"
0169 
0170 12-10-12 V.Ivant (testem8-V09-05-09)
0171 - Migration to the updated analysis tool
0172 - Added Opt4 Physics List and decreased limit on cuts
0173 
0174 23-05-12 V.Ivant (testem8-V09-05-08)
0175 - Histo - fixed n-tuples
0176 
0177 17-04-12 V.Ivant (testem8-V09-05-07)
0178 - Histo - minor cleanup
0179 - PrimaryGeneratorAction - fixed initialisation
0180 
0181 17-04-12 V.Ivant (testem8-V09-05-06)
0182 - Histo - minor cleanup
0183 - PrimaryGeneratorAction - fixed initialisation
0184 
0185 17-04-12 V.Ivant (testem8-V09-05-05)
0186 - Histo - changed default names of output file; added SetVerbose
0187 
0188 12-04-12 V.Ivant (testem8-V09-05-04)
0189 - Histo - added method Activate(); fixed method Save()
0190 
0191 11-04-12 V.Ivant (testem8-V09-05-03)
0192 - Histo - use only ROOT option for analysis,
0193           allow to have several runs with histograms per session
0194 - HistoManager - fixed computation of mean energy deposit,
0195                  allow to have several runs with histograms per session
0196 
0197 10-04-12 V.Ivant (testem8-V09-05-02)
0198 - migration from AIDA to Geant4 histogram's tool;
0199   applied code convention for all classes of the example
0200 
0201 29-02-12 V.Ivant (testem8-V09-05-01)
0202 - PhysicsListMessenger - removed test cout
0203 - DetectorConstruction - uncomment material printout
0204 
0205 01-02-12 V.Ivant (testem8-V09-05-00)
0206 - DetectorConstruction - added gas of ALICE TPC and macro testALICE.mac
0207 - TragetSD - added zero-energy steps to histograms and step counters
0208 - HistoManager - book histograms at begin of run not earlier
0209 
0210 19-11-10 V.Ivant (testem8-V09-03-07)
0211 - V. Grichine Histomanager.cc The preparation of
0212               distribution.out file was added. It has
0213               NumOfEv and distribution(energy/keV)
0214 
0215 27-10-10 V.Ivant (testem8-V09-03-06)
0216 - DetectorConstruction - added more printout
0217 - DetectorMessenger - fixed state (added G4State_PreInit)
0218 - PhysicsList - fixed UI commands for step limiter
0219 
0220 28-09-10 V.Ivant (testem8-V09-03-05)
0221 - GNUmakefile - added histclean option
0222 
0223 08-09-10 V.Ivant (testem8-V09-03-04)
0224 - The example is completely rewritten: physics, scoring, histograms,
0225   README
0226 
0227 04-06-10 J.Perl (testem8-V09-03-03)
0228 - Updated vis usage
0229 
0230 04-06-10 V.Ivant (testem8-V09-03-02)
0231 - PhysicsList, Em8DetectorConstruction - renamed "VertexDetector" by
0232   "GasDetector"
0233 - added cut per region into TestEm8.in
0234 
0235 21-05-10 mma (testem8-V09-03-01)
0236 - TestEm8.cc : introduction of G4UIExecutive
0237 
0238 13-04-10 V.Ivant (testem8-V09-03-00)
0239 - Use pointer to G4EmConfigurator and not as a memeber of the class
0240 
0241 24-11-08 V.Ivant (testem8-V09-02-00)
0242 - Fixed compillation warnings at SLC5
0243 
0244 05-12-08 V.Ivant (testem8-V09-01-02)
0245 - Fixed typo in Physics List
0246 
0247 21-11-08 V.Ivant (testem8-V09-01-01)
0248 - remove local components of PhsyicsList and use G4EmConfigurator to
0249   configure PAI model
0250 
0251 12-06-08 mma (testem8-V09-01-00)
0252 - Remove AIDA from GNUmakefile
0253 
0254 12-11-07 V.Ivant  (testem8-V09-00-05)
0255 - Fixed logic in SteppingAction
0256 
0257 02-10-07 V.Ivant  (testem8-V09-00-04)
0258 - Fixed memory leak in UI interface
0259 
0260 26-09-07 V.Ivant  (testem8-V09-00-03)
0261 - Remove used lines from PAI physics constructors, added "pai_brem"
0262   constructor PhysListEmPAI in which AlongStep from bremsstrahlung
0263   is allowed
0264 
0265 27-08-07 V.Ivant  (testem8-V09-00-02)
0266 - Recover head
0267 
0268 02-08-07 V.Ivant  (testem8-V09-00-01)
0269  Use components of Physics Lists from physics_list subdirectory
0270 
0271 27-08-07 V.Ivant  (testem8-V09-00-00a)
0272 - Fix PAI physics constructors: enegry loss processes should be
0273   active post step
0274 
0275 27-07-07 V.Ivant  (testem8-V09-00-00)
0276 - Create VisManager only for interactive session, improve destructor
0277   of Em8DetectorConstruction class
0278 
0279 15-11-06 V.Ivant  (testem8-V08-01-01)
0280 - Put on the head version of Em8DetectorConstruction.cc and
0281   PhysListEmModelPai.cc, which provide non-zero results
0282 
0283 25-10-06 mma (testem8-V08-01-00)
0284 - GNUmakefile : LOADLIBS
0285 - remove PhysicsLists 52
0286 
0287 05-12-05 Gabriele Cosmo
0288 - Trivial changes for support of CLHEP-2.0.X series.
0289 
0290 31-05-05 V.Ivant  (testem8-V07-00-02)
0291 - 70 -> st -> 52
0292 
0293 03-05-2005  John Allison  (examples-V07-00-03)
0294 - Replaced vis manager with G4VisExecutive.
0295 
0296 23-04-04: V.Ivant (testem8-V07-00-01)
0297 - Remove IonC12 class to be compatible with new particle tags
0298 
0299 15-04-04: V.Ivant (testem8-V07-00-00)
0300 - Remove non-used headers
0301 
0302 02-12-04: V.Ivant (testem8-V06-02-01)
0303 - Migration to cmath
0304 
0305 27-05-04 V.Ivant (testem8-V06-01-00)
0306 - Updated test of PAI model
0307 
0308 27-01-04 V.Ivant (testem8-V06-00-00)
0309 - Fix model name
0310 
0311 26-11-03 V.Ivant (testem8-V05-02-02)
0312 - Update for work with AIDA
0313 
0314 24-11-03 V.Ivant (testem8-V05-02-01)
0315 - Remove obsolete classes
0316 - Introduce model variant of PAI + general cleanup (V.Grichine)
0317 
0318 13-11-03 John Allison
0319 - Added HepRep and removed OPACS from Vis Manager.
0320 
0321 27-08-03 V.Ivant (testem8-V05-02-00)
0322 - Remove obsolete interfaces
0323 - Substitute in the PhysicsList processes by those of 5.2 realise
0324 
0325 20-02-03 V.Ivant (testem8-V05-01-00)
0326 - Fix warnings and change input parameters for updated PAI
0327 
0328 20-02-03 V.Ivant (testem8-V05-00-00)
0329 - Migration to cut per region
0330 
0331 Oct 19, 2001  Steve O'Neale (examples-V03-02-00)
0332 - Update reference output
0333 
0334 25th November 2000 Steve O'Neale (tagset210)
0335 - Update test output Change in energy cut table printout (cuts are the same)
0336 - Change in results below 20 per cent
0337 
0338 27th July 2000  Gabriele Cosmo  (TestEm8-V02-00-01)
0339 - GNUmakefile: fixed definition of G4INSTALL variable.
0340 
0341 28th June 2000  John Allison  (TestEm8-V02-00-00)
0342 - Added TestEm8.out.
0343 - Created this file.