Warning, /geant4/examples/extended/electromagnetic/TestEm7/History is written in an unsupported language. File is not indexed.
0001 # Example TestEm7 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).
0005 It must **not** be used as a substitute for writing good git commit messages!
0006
0007 -------------------------------------------------------------------------------
0008
0009 ## 2024-04-06 Vladimir Ivanchenko (testem7-V11-02-01)
0010 - RunAction - added protection to histogram binning for very low step limit
0011
0012 ## 2023-12-18 Gabriele Cosmo (testem7-V11-02-00)
0013 - Fixed compilation error on latest Windows VC++ compiler 17.8.3 for use of
0014 std::isfinite() and std::isnan() in c2_function.hh.
0015 Addressing problem report #2582.
0016
0017 ## 2023-04-17 Vladimir Ivanchenko (testem7-V11-01-00)
0018 - added extra macro for test muon dEdx and Range
0019
0020 ## 2022-10-18 Vladimir Ivanchenko (testem7-V11-00-01)
0021 - Make local EM physics the same as EM physics option3
0022 with G4IonParameterizedModel
0023
0024 ## 2021-12-10 Ben Morgan (testem7-V11-00-00)
0025 - Change to new Markdown History format
0026
0027 ---
0028
0029 # History entries prior to 11.0
0030
0031 12-11-21 V.Ivanchenko (testem7-V10-07-08)
0032 - Improved macro files for ion ionisation
0033
0034 06-10-21 I. Hrivnacova (testem7-V10-07-07)
0035 - Migration to new G4AnalysisManager.hh header;
0036 define the default output file type (root).
0037
0038 22-09-21 G. Amadio (testem7-V10-07-06)
0039 - Fix TestEm7 to build with C++20 standard.
0040
0041 24-07-21 V.Ivanchenko (testem7-V10-07-05)
0042 - TestEm7.cc - use G4RunManagerFactory
0043 - c2_function.hh - fixed compilation warning
0044
0045 19-07-21 I. Hrivnacova (testem7-V10-07-04)
0046 - Updated for changes in the analysis category:
0047 removed deleting of the analysis manager,
0048 as this is now done by the Geant4 kernel.
0049
0050 09-07-21 V.Ivanchenko (testem7-V10-07-03)
0051 - use const pointer to G4Element
0052
0053 06-05-21 mma (testem7-V10-07-02)
0054 - Migration to G4SteppingVerboseWithUnits.
0055
0056 19-03-21 V.Ivanchenko (testem7-V10-07-01)
0057 - updated PhysListEmPhysicsNR for 11.0, removed RanecuEngine
0058
0059 10-02-21 V.Ivanchenko (testem7-V10-07-00)
0060 - fixed README
0061
0062 07-04-20 V.Ivantchenko (testem7-V10-06-00)
0063 - do not call vis.mac automatically in interactive mode
0064
0065 28-11-19 I. Hrivnacova (testem7-V10-05-01)
0066 - Fixed comments, causing doxygen warnings, in c2_function.hh
0067
0068 19-11-19 V.Ivant (testem7-V10-05-00)
0069 - Fixed compilation on Windows for unused exception object
0070 in G4NativeScreenedCoulombCrossSection::LoadData().
0071
0072 15-06-18 V.Ivant (testem7-V10-04-03)
0073 - fixed gcc8.0 warnings
0074
0075 04-06-18 mma (testem7-V10-04-02)
0076 - SteppingAction.cc : Photoelectric, edep at end of step
0077
0078 08-04-18 mma (testem7-V10-04-01)
0079 - testem7.cc : set visualisation in interactive mode only
0080
0081 17-03-18 mma (testem7-V10-04-00)
0082 - testem7.cc : remove G4UI_USE and G4VIS_USE
0083
0084 07-11-17 V.Ivant (testem7-V10-03-01)
0085 - fixed macro files
0086
0087 08-05-17 V.Ivant (testem7-V10-03-00)
0088 - c2_functions - fixed compillation for gcc 7.1
0089
0090 16-11-16 V.Ivant (testem7-V10-02-07)
0091 - DetectorConstruction - fixed valgrind reported problem
0092
0093 09-11-16 V.Ivant (testem7-V10-02-06)
0094 - PhysicsList - removed local PhysListEmStandardSS, removed
0095 usage of G4EmProcessOptions
0096 - PhysListEmStandard - use G4EmParameters
0097 - DetectorConstruction, DetectorMessenger - removed warnings for
0098 incorrect calls to kernel, updated UI commands
0099 - macro files are updated accordingly
0100
0101 01-11-16 I. Hrivnacova (testem7-V10-02-05)
0102 - Renamed MaxTally constant in kMaxTally
0103
0104 14-10-16 G.Folger (testem7-V10-02-04)
0105 - remove direct use of {a,the}ParticleIterator, use GetParticleTableIterator().
0106 fix required by clang39 on Linux and MAC
0107
0108 04-07-16 I. Hrivnacova (testem7-V10-02-03)
0109 - Fixes for Doxygen documentation
0110
0111 04-06-16 V.Ivant (testem7-V10-02-02)
0112 - c2_functions - fixed nigtly problem
0113
0114 20-05-16 V.Ivant (testem7-V10-02-01)
0115 - c2_functions - fixed gcc6.1 warnings
0116
0117 10-12-15 V.Ivant (testem7-V10-02-00)
0118 - H.Burkhardt fixed root macro allowing to work both with root5 and 6
0119
0120 27-10-15 D.Sawkey (testem7-V10-01-01)
0121 - Add more standard EM physics lists, update README
0122
0123 28-06-15 M.Maire (testem7-V10-01-00)
0124 - G4ScreenedNuclearRecoil.hh : replace <CLHEP/Units/SystemOfUnits.h>
0125
0126 11-10-14 M.Asai (testem7-V10-00-02)
0127 - Replace obsolete G4particleTable::getIon() with G4IonTable::GetIon().
0128
0129 11-06-14 V.Ivant (testem7-V10-00-01)
0130 - removed SetCuts method and corresponding UI commands,
0131 updated all macro; applied code guidlines, in particular,
0132 to G4ScreenedNuclearRecoil
0133
0134 28-04-14 V.Ivant (testem7-V10-00-00)
0135 - added "emlowenergy" option for EM physics
0136
0137 21-08-13 V.Ivant (testem7-V09-06-12)
0138 - PhysListEmStandardNR - use G4UrbanMscModel instead of
0139 G4UrbanMscModel95
0140
0141 11-07-13 I.Hrivnacova (testem7-V09-06-11)
0142 - In RunAction: use new analysis manager method SetH1Activation()
0143
0144 18-06-13 mma (testem7-V09-06-10)
0145 - SteppingVerbose: use G4Step::GetSecondaryInCurrentStep() .
0146
0147 07-06-13 mma (testem7-V09-06-09)
0148 - Cosmetic in SteppingAction.
0149
0150 01-04-13 A.Dotti (testem7-V09-06-07,testem7-V09-06-08)
0151 - New G4VUserPhysicsList interface needed for MT
0152
0153 20-03-13 mma (testem7-V09-06-06)
0154 - PhysListEmStandard : use default G4UrbanMscModel
0155
0156 13-02-13 I.Hrivnacova
0157 - Applied coding guidelines (virtual keyword, data members initialization)
0158
0159 23-01-13 V.Ivant (testem7-V09-06-05)
0160 15-01-13 V.Ivant (testem7-V09-06-04)
0161 - G4ScreenedNuclearRecoil - defined type and sub-type of the process
0162 - PhysListEmStandardNR - use standard electron ionisation instead
0163 of Penelope, use multiple scatteing for ions above 100 MeV/u
0164 - RunAction - delete analysys manager and all histograms the end
0165 of a run
0166
0167 20-12-12 V.Ivant (testem7-V09-06-03)
0168 - G4ScreenedNuclearRecoil - removed unused obsolete header
0169
0170 15-12-12 V.Ivant (testem7-V09-06-02)
0171 - PhysListEmStandardSS, PhysListEmStandardNR: updated according
0172 Option4 physics list models and parameters
0173 - c2_function - fixed variable shadowing
0174
0175 14-12-12 A.Ribon (testem7-V09-06-01)
0176 - Removed obsolete class G4HadronQElasticPhysics.
0177
0178 11-12-12 V.Ivant (testem7-V09-06-00)
0179 - PhysListEmStandard: use SetEmModel method
0180
0181 20-11-12 I.Hrivnacova (testem7-V09-05-11)
0182 - Fixed typo in .README
0183
0184 02-11-12 V.Ivant (testem7-V09-05-10)
0185 - c2_functions - fixed variable shadowing
0186
0187 19-10-12 mma (testem7-V09-05-09)
0188 - PhysListEmStandard: use G4UrbanMsc96
0189
0190 18-10-12 mma (testem7-V09-05-08)
0191 - coding conventions: virtual and initialisation lists
0192 - back: fill histo in SteppingAction and TrackingAction
0193
0194 12-10-12 V.Ivant (testem7-V09-05-07)
0195 - Migration to the updated analysis tool and implicit units
0196 - RunAction - added functionality from HistoManager, which not
0197 needed anymore and deleted, added protection against division
0198 by zero
0199 - SteppinAction and RunAction - moved histogram filling into
0200 RunAction
0201 - PhysicsList - added Opt4 builder
0202
0203 07-10-12 mma (testem7-V09-05-06)
0204 - HistoManager : use G4AnalysisManager
0205
0206 11-07-12 V.Ivant (testem7-V09-05-05)
0207 - c2_functions - removed not used arguments
0208
0209 12-04-12 V.Ivant (testem7-V09-05-04)
0210 - c2_functions (M.Mendenhall) fixed compillation problems at gcc 4.7
0211 - G4ScreenedNuclearRecoil (M.Mendenhall) fixed division by zero at
0212 initialisation (no effect at run time)
0213
0214 05-04-12 V.Ivant (testem7-V09-05-03)
0215 - c2_functions (M.Mendenhall) fixed compillation problems at gcc 4.7
0216 - TestEm7 - added extra test case for low-energy ions
0217
0218 03-04-12 mma (testem7-V09-05-02)
0219 - all classes : apply G4 coding conventions
0220
0221 05-03-12 mma (testem7-V09-05-01)
0222 - HistoManager.hh and .cc : migrate to new g4tools histogramming system
0223 Do not need aida anymore, nor G4ANALYSIS_USE
0224 - HistoMessenger.hh and .cc : suppress fileType command
0225 - Update Readme and all macros accordingly
0226
0227 09-02-12 V.Ivant (testem7-V09-05-00)
0228 - PhysListEmStandard,PhysListEmStandardSS - more correct process
0229 order
0230
0231 11-11-11 V.Ivant (testem7-V09-04-14)
0232 - G4ScreenedNuclearRecoil - commented out G4Exceptions
0233
0234 08-11-11 mma (testem7-V09-04-13)
0235 - modify SteppingVerbose for OutOfWorld
0236
0237 01-11-11 V.Ivant (testem7-V09-04-12)
0238 - c2_function.hh - removed compiler depended selection of the math library
0239
0240 31-10-11 mma (testem7-V09-04-11)
0241 - PhysListEmStandard : msc95 by default
0242
0243 31-10-11 V.Ivant (testem7-V09-04-10)
0244 - TestEm7.in, DetectorConstruction - added Water_1.05 material and
0245 test of variable density option
0246
0247 07-06-11 V.Ivant (testem7-V09-04-09)
0248 - c2_function.hh - added compiler depended selection of the math library
0249
0250 03-06-11 mma (testem7-V09-04-08)
0251 - PhysListEmStandard migrated to the new approach based on G4PhysicsListHelper
0252
0253 30-05-11 mma (testem7-V09-04-07)
0254 - DetectorConstruction : for Water, set I = 78 eV (instead of 75 eV)
0255
0256 08-04-11 mma (testem7-V09-04-06)
0257 - PhysicsList : set back default lowest production cut (990 eV)
0258 - update PhysListEmStandard for msc95 and deexcitation (see ref-03)
0259
0260 23-03-11 V.Ivant (testem7-V09-04-05)
0261 - PhysListEmStandardNR - remove calls to obsolete methods,
0262 cleaned up options
0263 - PhysListEmStandardSS - cleaned up options
0264
0265 20-02-11 mma (testem7-V09-04-04)
0266 - update PhysListEmStandard for deexcitation
0267 - PhysicsList : set lowest production cut to 100 eV
0268
0269 14-02-11 mma (testem7-V09-04-03)
0270 - update HistoManager
0271
0272 11-02-11 mma (testem7-V09-04-02)
0273 - update SteppingVerbose
0274
0275 08-02-11 mma (testem7-V09-04-01)
0276 - allow tallies of different materials and sizes.
0277 affected : DetectorConstruction, DetectorMessenger, RunAction, SteppingAction
0278
0279 05-01-11 V.Ivant (testem7-V09-04-00)
0280 - Minor cleanup of SS physics constructor
0281
0282 19-11-10 V.Ivant (testem7-V09-03-08)
0283 - Added ion scattering model into SS physics constructor
0284
0285 13-10-10 V.Ivant (testem7-V09-03-07)
0286 - PhysListEmStandardNR - removed obsolete set of nuclear stopping flag
0287
0288 21-09-10 mma (testem7-V09-03-06)
0289 - add HistoManager in cvs !
0290
0291 17-09-10 mma (testem7-V09-03-05)
0292 - use 'standard' HistoManager
0293 - fixe normalisation factor in histos 2 and 3
0294
0295 21-06-10 V.Ivant (testem7-V09-03-04)
0296 - Cleanup Histo according to expert recommendations
0297
0298 06-06-10 J.Perl (testem7-V09-03-03)
0299 - Remove unused variable in EventAction
0300
0301 03-06-10 J.Perl (testem7-V09-03-02)
0302 - Updated vis usage
0303
0304 04-06-10 V.Ivant (testem7-V09-03-01)
0305 - Added extra EM option "ionGasModels", which diseble effective ion
0306 charge and enable to use new models G4BraggIonGasModel,
0307 G4BetheBlochIonGasModel; added extra macro ionGasC12.mac
0308
0309 21-05-10 mma (testem7-V09-03-00)
0310 - TestEm7.cc : introduction of G4UIExecutive
0311
0312 01-12-09 V.Ivant (testem7-V09-02-04)
0313 - An attempt to fix SLC5 compillation problem
0314
0315 26-11-09 G.Cosmo (testem7-V09-02-03)
0316 - Corrected disclaimer in some files.
0317
0318 25-11-09 V.Ivant (testem7-V09-02-02)
0319 - (M.Mendenhall) Fixed compillation warnings at SLC5
0320 - G4LiniardPartition moved back from the standard library
0321
0322 21-11-09 mma (testem7-V09-02-01)
0323 - PhysicsList.cc :
0324 - renamed "standard" -> "local"; "emstandard" -> "emstandard_opt0"
0325 - remove obsolete G4MultipleScattering in PhysListEmStandardNR
0326 - updated README and macro files
0327
0328 20-11-09 V.Ivant (testem7-V09-02-00)
0329 - use Livermore and Penelope builders from PhysList library
0330 - G4LiniardPartition moved to source
0331
0332 21-11-08 V.Ivant (testem7-V09-01-17)
0333 - Added process type to G4SceenNuclearRecoil process
0334 - Added "standardICRU73" Physics List in which ion ionisation
0335 is simulated using new model G4IonLossParametrisedModel,
0336 which is configured via G4EmConfigurator
0337 - removed options from the default "emstandard_local"
0338 Physics List
0339
0340 16-11-08 mma (testem7-V09-01-16)
0341 - Em options: 20bins/decade LinLossLimit=default=0.01
0342
0343 31-10-08 mma (testem7-V09-01-15)
0344 - Use G4hMultipleScattering for muons and protons
0345 - Modify EM options
0346
0347 23-10-08 mma (testem7-V09-01-14)
0348 - update PhysListEmStandard and README
0349
0350 16-10-08 V.Ivant (testem7-V09-01-13)
0351 - Removed temporary builder PhysListEmStandardIG
0352
0353 22-09-08 mma (testem7-V09-01-12)
0354 - Histo.cc : root format by default
0355
0356 21-09-08 V.Ivant (testem7-V09-01-11)
0357 - added macro for alpha incident
0358 - extended TestEm7.in - added run with alpha
0359 - fixed GNUmakefile
0360
0361 22-08-08 V.Ivant (testem7-V09-01-10)
0362 - PhysicsList simplified
0363 - added Histo class and its messenger from TestEm9
0364 - Added histograms for zoomed Bragg peak and for projectile range
0365
0366 12-06-08 mma (testem7-V09-01-09)
0367 - Remove AIDA from GNUmakefile
0368
0369 22-05-08 V.Ivant (testem7-V09-01-08)
0370 - c2_function fixed compillation problem at SUN
0371
0372 14-05-08 V.Ivant (testem7-V09-01-07)
0373 - README: updated Phys List description
0374 - c2_function fixed
0375
0376 09-05-08 mma
0377 - README: update Aida information
0378
0379 21-04-08 V.Ivant (testem7-V09-01-06)
0380 - G4ScreenedNuclearRecoil - added NIEL computation using
0381 G4LinhardPartition class;
0382 - c2_function updated
0383 - G4LinhardPartition - new class to compute NIEL
0384
0385 21-04-08 V.Ivant (testem7-V09-01-05)
0386 - Add spline to physics tables
0387 - DetectorConstruction more flexible to change parameters between runs
0388
0389 11-04-08 mma
0390 - RunAction::FillHisto : suppress warning
0391
0392 04-04-08 mma (testem7-V09-01-04)
0393 - PhysListEmStandard : replace G4MultipleScattering by G4eMultipleScattering.
0394 - complete EmOptions
0395
0396 17-03-08 mma (testem7-V09-01-03)
0397 - TestEm7.in : physicsList emstandard_opt3
0398
0399 04-02-08 V.Ivant (testem7-V09-01-02)
0400 - Add material - TechVacuum with density 1.e-5*g/cm3 to
0401 test ion transport;
0402 - fixed computation of range - exclude backscattering
0403 - add to main macro test of alpha particle in TechVacuum
0404
0405 14-01-08 V.Ivant (testem7-V09-01-01)
0406 - Added PhysListStandardNR PhysList in which G4ScreenedNuclearRecoil
0407 process is used ("standardNR");
0408 - Use PhysListStandardIG for new G4MUMultipleScattering and
0409 G4IonFluctuations model for protons ("standardIG");
0410 - Added computation of mean NIEL energy loss
0411
0412 19-12-07 V.Ivant (testem7-V09-01-00)
0413 - Deactivate nuclear stopping in G4ionIonisation for
0414 PhysListStandardIG Physics List ("standardNR"), because it is
0415 already simulated by G4ScreenNuclearRecoil process;
0416 - linLossLimit=10^-6; nbuns=360 both for standard and
0417 standardNR Physics Lists
0418
0419 07-12-07 V.Ivant (testem7-V09-00-10)
0420 - Fixed disclaimer
0421
0422 19-11-07 V.Ivant (testem7-V09-00-09)
0423 - Updated README
0424
0425 19-11-07 V.Ivant (testem7-V09-00-08)
0426 - Fixed usage of elastic builders
0427
0428 13-11-07 V.Ivant (testem7-V09-00-07)
0429 - c2_functions (M.Mendenhall) substitute snsprintf by ostringstream
0430 (better for Windows)
0431
0432 12-11-07 V.Ivant (testem7-V09-00-06)
0433 - c2_functions (M.Mendenhall) fixed compilation problems at SUN and
0434 Windows
0435
0436 12-11-07 V.Ivant (testem7-V09-00-05)
0437 - c2_functions (M.Mendenhall) fixed compilation problems at SUN
0438
0439 11-11-07 V.Ivant (testem7-V09-00-04)
0440 - G4ScreenNuclearRecoil, c2_functions (M.Mendenhall) fixed compilation
0441 problems at SUN and Windows
0442
0443 07-11-07 V.Ivant (testem7-V09-00-03)
0444 - PhysListStandardSS - use G4ionGasIonisation
0445 - PhysListStandardIG - use G4ScreenNuclearRecoil
0446 - G4ScreenNuclearRecoil - ion-ion scattering provided by Vanderbuilt
0447 University
0448
0449 30-07-07 mma (testem7-V09-00-02)
0450 - PhysListStandardSS and PhysListStandardIG: review process ordering
0451
0452 28-07-07 V.Ivant (testem7-V09-00-01)
0453 - add PhysListStandardIG - ion G4ionIonisation process is
0454 substituted by G4ionGasIonisation and for Coulomb scattering
0455 the model taking into account the recoil is used
0456
0457 26-07-07 mma (testem7-V09-00-00)
0458 - update README for physicsList names
0459
0460 22-06-07 mma (testem7-V08-03-02)
0461 - cosmetic in TestEm7.cc
0462
0463 12-06-07 V.Ivant (testem7-V08-03-01)
0464 - add output of mean number of primary steps, add kaon+ run in
0465 main macro TestEm7.in
0466
0467 16-05-07 V.Ivant (testem7-V08-03-00)
0468 - Fixed bug in standardSS Physics Lists
0469 - Added EM builders from physics_lists library
0470
0471 24-04-07: V.Ivant (testem7-V08-02-02)
0472 - use standard names for "livermore" and "penelope" PhysLists
0473 - use skin = 1 as default
0474
0475 20-03-07: V.Ivant (testem7-V08-02-01)
0476 - Fix usage elastic builders in PhysicsList
0477
0478 12-01-07: mma (testem7-V08-02-00)
0479 - cleanup macros
0480
0481 11-12-06: V.Ivant (testem7-V08-01-03)
0482 - fix Livermore phys constructor
0483 - fix use of elastic constructor
0484
0485 22-11-06: V.Ivant (testem7-V08-01-02)
0486 - Fix cout for the case when range exceed width of the absober
0487 - Rename standard options: "G4standard", "G4standard_fast"
0488 - Add Livermore and Penelope options
0489
0490 15-11-06: V.Ivant (testem7-V08-01-01)
0491 - Add NIST materials
0492
0493 26-10-06 mma (testem7-V08-01-00)
0494 - Add "standardSS" and "standardMSC" options to Physics List
0495 - Remove "g4v52" and "g4v71" options
0496 - substitute LDFLAGS -> LOADLIBS
0497
0498 02-06-06 mma (testem7-V08-00-05)
0499 - SteppingAction: prePoint->GetTouchableHandle->GetVolume()
0500
0501 29-05-06 mma (testem7-V08-00-04)
0502 - SteppingAction: prePoint->GetTouchable->GetVolume()
0503
0504 19-05-06 mma (testem7-V08-00-03)
0505 - update README
0506
0507 12-04-06: mma (testem7-V08-00-02)
0508 - SteppingAction : edep randomly distribued along step
0509
0510 30-01-06: mma (testem7-V08-00-01)
0511 - new macro : tallies.mac; completed TestEm7.in
0512
0513 25-01-06: V.Ivant (testem7-V08-00-00)
0514 - Trivial fix of memory leak
0515
0516 06-12-05 Gabriele Cosmo
0517 - Trivial changes for support of CLHEP-2.0.X series.
0518
0519 02-12-05: V.Ivant (testem7-V07-01-02)
0520 - Fix crash connected with non-static hadrons
0521
0522 22-11-05 mma (testem7-V07-01-01)
0523 - update README for OpenScientist
0524
0525 06-10-05 mma (testem7-V07-01-00)
0526 - create PhysListEmG4v71 (g4v71) for G4MultipleScattering71
0527
0528 01-06-05 mma (testem7-V07-00-03)
0529 - RunAction : option "--noErrors" for hbook
0530
0531 13-05-05 mma (testem7-V07-00-02)
0532 - add ionC12 in TestEm7.in
0533 - PhysListEmG4v52 : photon processes v52
0534
0535 3rd May 2005 John Allison (examples-V07-00-03)
0536 - Replaced vis manager with G4VisExecutive.
0537
0538 16-03-05 mma (testem7-V07-00-01)
0539 - remove He3 from predefined particles.
0540 - PhysListEmStandard : treat alpha as GenericIon
0541 - IonBinaryCascade : remove He3 (--> GenericIon)
0542
0543 02-03-05 mma (testem7-V07-00-00)
0544 - RunAction : put a protection for the creation of analysis factory;
0545
0546 02 Dec 04: V.Ivant (testem7-V06-02-04)
0547 - Migration to cmath
0548
0549 27-09-04 mma (testem7-V06-02-03)
0550 - define correctly all UI subdirectories.
0551 - modifs in RunAction for hbook,root,XML (Jaida)
0552
0553 13-08-04 mma (testem7-V06-02-02)
0554 - update proton.mac, ionC12.mac and remove run01.mac
0555
0556 06-08-04 V.Ivanchenko (testem7-V06-02-01)
0557 - fix minor problem in stepping action
0558 - optimise interfaces
0559 - add proton.mac and update ionC12.mac
0560
0561 08-07-04 mma (testem7-V06-02-00)
0562 - reset histo and dose calculation by run.
0563 - introduce RunAction::FillHisto() method.
0564 - compute projected range of primary particle --> New class TrackingAction.
0565 - remove static ionC12. Use generic ion instead.
0566
0567 09-06-04 mma (testem7-V06-01-01)
0568 - remove PhysicsList Particles and General
0569
0570 31-03-04 mma (testem7-V06-01-00)
0571 - remove direct root interface
0572
0573 15-03-04 mma (testem7-V06-00-02)
0574 - put back G4ANALYSIS_USE in GNUmakefile
0575
0576 10-03-04 mma (testem7-V06-00-01)
0577 - example of histogram with ROOT: USE_ROOT
0578
0579 06-02-04 V.Ivanchenko (testem7-V06-00-00)
0580 - Remove "add binary" from TestEm7.in macro
0581
0582 05-12-03 V.Ivanchenko (testem7-V05-02-05)
0583 - Update hadronic physics according to the hadronics_lists
0584
0585 25-11-03 V.Ivanchenko (testem7-V05-02-04)
0586 - Fix geometry (G.Cosmo)
0587
0588 19-11-03 V.Ivanchenko (testem7-V05-02-03)
0589 - Update BinaryCascade add light ion interactions
0590
0591 13-11-03 John Allison
0592 - Removed OPACS from Vis Manager.
0593
0594 24-10-03 mma (testem7-V05-02-02)
0595 - PhysListEmStandard: AddProcess(Bremsstrahlung,-1,3,3) ..etc..
0596
0597 13-10-03 V.Ivanchenko (testem7-V05-02-01)
0598 - Update Binary cascade constructor
0599
0600 10-10-03 mma (testem7-V05-02-00)
0601 - migration em STD -> em standard
0602 - NOHIST -> ANALYSIS_USE
0603 - cosmetic in material definitions
0604
0605 18-06-03 V.Ivant (testem7-V05-01-04)
0606 - remove wrappers G4std
0607
0608 14-06-03 V.Ivant (testem7-V05-01-03)
0609 - StepCut process applicable only for long live particles
0610
0611 05-06-03 mma (testem7-V05-01-02)
0612 - StepMax in tallies too.
0613 - TestEm7.in updated
0614
0615 03-06-03 V.Ivant (testem7-V05-01-01)
0616 - Clean up compilation warnings
0617
0618 15-05-03 V.Ivant (testem7-V05-01-00)
0619 - Add hadron interactions
0620
0621 22-04-03 mma (testem7-V05-00-00)
0622 - Creation. Derived from TestEm6