228 lines
6.9 KiB
Plaintext
228 lines
6.9 KiB
Plaintext
|
|
=========================================================
|
|
Geant4 - an Object-Oriented Toolkit for Simulation in HEP
|
|
=========================================================
|
|
|
|
Hadr03 History file
|
|
-------------------
|
|
This file should be used by the G4 example coordinator to briefly
|
|
summarize all major modifications introduced in the code and keep
|
|
track of all tags.
|
|
|
|
----------------------------------------------------------
|
|
* Reverse chronological order (last date on top), please *
|
|
----------------------------------------------------------
|
|
|
|
03-10-18 mma (exhadr03-V10-04-06)
|
|
- PhysicsList : add G4HadronElasticPhysicsXS
|
|
|
|
28-09-18 mma (exhadr03-V10-04-05)
|
|
- PhysicsList : use G4IonPhysicsXS
|
|
- Run.cc : complete Merge() for fNbGamma and fPbalance
|
|
|
|
24-06-18 mma (exhadr03-V10-04-04)
|
|
- envHadronic : add env variables for particleHP (PHP)
|
|
|
|
09-05-18 B. Morgan (exhadr03-V10-04-03)
|
|
- Include G4Types before use of G4MULTITHREADED. For forward
|
|
compatibility with move to #defines over -D for G4 preprocessor
|
|
symbols.
|
|
|
|
05-04-18 mma (exhadr03-V10-04-02)
|
|
- Hadr03.cc : set visualisation only in interactive session.
|
|
|
|
16-03-18 mma (exhadr03-V10-04-01)
|
|
- Hadr03.cc : C++ 11 feature
|
|
|
|
15-03-18 mma (exhadr03-V10-04-00)
|
|
- Hadr03.cc : remove G4UI_USE and G4VIS_USE
|
|
|
|
04-07-17 mma (exhadr03-V10-03-04)
|
|
- SteppingAction() : take into account e- from internal conversion
|
|
|
|
11-04-17 mma (exhadr03-V10-03-03)
|
|
- BeginOfRunAction() : remove SetRandomNumberStore()
|
|
|
|
10-09-16 mma (exhadr03-V10-02-02)
|
|
- change name : GammaPhysics --> GammaNuclearPhysics.
|
|
|
|
15-08-16 mma (exhadr03-V10-02-01)
|
|
- PhysicsList : rm G4HadronElasticPhysicsPHP (not needed)
|
|
|
|
28-07-16 mma (exhadr03-V10-02-00)
|
|
- PhysicsList : add particleHP constructors
|
|
|
|
04-07-16 I. Hrivnacova
|
|
- Fixes for Doxygen documentation
|
|
|
|
25-11-15 gum (exhadr03-V10-01-00)
|
|
- fix G4HadronicProcess* hproc = dynamic_cast<G4HadronicProcess*>(process)
|
|
in SteppingAction
|
|
|
|
19-10-14 mma (exhadr03-V10-00-09)
|
|
- cosmetic in envHadronic.csh
|
|
|
|
14-10-14 mma (exhadr03-V10-00-08)
|
|
- particleCount : corrections for MT
|
|
|
|
06-10-14 mma (exhadr03-V10-00-07)
|
|
- nThreads as third argument in main
|
|
|
|
06-10-14 mma (exhadr03-V10-00-06)
|
|
- PhysicsList : add G4IonElasticPhysics constructor
|
|
|
|
18-09-14 mma (exhadr03-V10-00-05)
|
|
- Hadr03.cc : SetNumberOfThreads(G4Threading::G4GetNumberOfCores())
|
|
- Fixed test in envHadronic.sh
|
|
|
|
07-04-14 mma (exhadr03-V10-00-04)
|
|
- Register RunMessenger in RunAction instead of Run
|
|
|
|
05-04-14 mma (exhadr03-V10-00-03)
|
|
- Histograms: change numbering scheme. Add histo of atomic mass
|
|
- EndOfRun: introduce optional print and UI command to control it
|
|
- refresh nFission.mac
|
|
|
|
25-03-14 mma (exhadr03-V10-00-02)
|
|
- Cosmetic when printing EndOfRun
|
|
|
|
26-02-14 mma (exhadr03-V10-00-01)
|
|
- PhysicsList: use G4HadronElasticPhysicsHP
|
|
|
|
14-12-13 mma (exhadr03-V10-00-00)
|
|
- DetectorConstruction: remove magfield
|
|
- MT: add ActionInitialization. Modify Hadr03.cc
|
|
- MT: add Run. Modify RunAction, SteppingAction
|
|
- remove EventAction and its messenger
|
|
- define a stucture for nuclear channel data
|
|
- put a flag for target name="XXXX"
|
|
|
|
02-12-13 I.Hrivnacova (exhadr03-V09-06-23)
|
|
- Updated .README for changes in README
|
|
|
|
22-11-13 A.Dotti (exhadr03-V09-06-22)
|
|
- Use G4RunManager::ReinitializeGeometry() to trigger geo
|
|
rebuild. Remove UI command to update geometry.
|
|
|
|
29-07-13 P.Gumplinger (exhadr03-V09-06-21)
|
|
- fix MAC/clang32 compilation warnings
|
|
|
|
11-07-13 I.Hrivnacova (exhadr03-V09-06-20)
|
|
- In HistoManager: use new analysis manager method SetH1Activation()
|
|
|
|
19-06-13 mma (exhadr03-V09-06-19)
|
|
- SteppingVerbose: use G4Step::GetSecondaryInCurrentStep()
|
|
|
|
14-06-13 mma (exhadr03-V09-06-18)
|
|
- SteppingAction: use G4Step::GetSecondaryInCurrentStep()
|
|
|
|
05-06-13 I. Hrivnacova (exhadr03-V09-06-17)
|
|
- applied coding guidelines (adding base class initialization in constructors,
|
|
removed tabulations, fixed long lines)
|
|
|
|
28-05-13 mma (exhadr03-V09-06-16)
|
|
- cosmetic in SteppingVerbose
|
|
|
|
21-04-13 mma (exhadr03-V09-06-15)
|
|
- cleanup all macros for processName
|
|
|
|
24-03-13 mma (exhadr03-V09-06-14)
|
|
- polish coding conventions
|
|
|
|
16-03-13 mma (exhadr03-V09-06-13)
|
|
- restaure G4HadronPhysicsINCLXX
|
|
- G4 coding conventions
|
|
|
|
13-03-13 V.Ivanchenko (exhadr03-V09-06-12)
|
|
- RunAction - change printout from "warning XXXX" to "NOTE:"
|
|
because CDASH interpretation of "warning" is test failer
|
|
|
|
12-03-13 V.Ivanchenko (exhadr03-V09-06-11)
|
|
- DetectorConstruction - improved material definition
|
|
- HistoManager - do not delete singleton
|
|
- PhsyicsList - new name for INCLXX physics constructor
|
|
|
|
10-03-13 mma (exhadr03-V09-06-10)
|
|
- PhysicsList: remove G4HadronPhysicsQGSP_INCLXX
|
|
|
|
10-03-13 mma (exhadr03-V09-06-09)
|
|
- modify readme
|
|
|
|
09-03-13 mma (exhadr03-V09-06-08)
|
|
- add envHadronic.csh to control environment variables
|
|
|
|
06-03-13 mma (exhadr03-V09-06-07)
|
|
- RunAction - modify printing of cross section per atom
|
|
|
|
01-03-13 mma (exhadr03-V09-06-06)
|
|
- DetectorConstruction - suppress natural abundance flag
|
|
|
|
22-02-13 V.Ivanchenko (exhadr03-V09-06-05)
|
|
- DetectorConstruction - set natural abundances flag "false" for
|
|
elements built from one isotope
|
|
|
|
01-02-13 V.Ivanchenko (exhadr03-V09-06-04)
|
|
- PhysicsList - adopted migration to new physics_lists directory
|
|
structure and change of class names
|
|
|
|
01-02-13 mma (exhadr03-V09-06-03)
|
|
- DetectorMessenger: change /buildMatIsotope to /setIsotopeMat
|
|
|
|
31-01-13 mma (exhadr03-V09-06-02)
|
|
- DetectorMessenger: add command /buildMatIsotope
|
|
- RunAction: add material in GetCrossSectionPerAtom()
|
|
|
|
08-01-13 mma (exhadr03-V09-06-01)
|
|
- DetectorConstruction: add function MaterialWithSingleIsotope()
|
|
|
|
04-12-12 mma (exhadr03-V09-06-00)
|
|
- PhysicsList: QGSP_BERT_HP replaced by FTFP_BERT_HP
|
|
- RunAction: compute crossSection per atom
|
|
|
|
23-11-12 mma (exhadr03-V09-05-15)
|
|
- SteppingAction : add more protection for neutronHP
|
|
|
|
21-11-12 mma (exhadr03-V09-05-14)
|
|
- PhysicsList: use QBBC instead of QGSP_BERT_HP
|
|
|
|
28-10-12 mma (exhadr03-V09-05-11)
|
|
- update README and .README
|
|
|
|
17-10-12 Ivana Hrivnacova (exhadr03-V09-05-10)
|
|
- Adding missing explicit use of system of units
|
|
|
|
12-10-12 Andrea Dotti (exhadr03-V09-05-09)
|
|
- Adding explicit use of system of units
|
|
|
|
06-10-12 mma (exhadr03-V09-05-08)
|
|
- SteppingAction, RunAction : print number of gamma
|
|
- use G4Analysis
|
|
|
|
30-09-12 mma (exhadr03-V09-05-07)
|
|
- SteppingAction : print number of particles in nuclear reaction (not gamma)
|
|
|
|
18-08-12 mma (exhadr03-V09-05-06)
|
|
- SteppingAction : use GetTargetIsotope()
|
|
|
|
01-08-12 mma(exhadr03-V09-05-05)
|
|
- RunAction : use GetCrossSectionPerVolume()
|
|
|
|
20-07-12 mma(exhadr03-V09-05-04)
|
|
- GammaPhyics : rm crossSections
|
|
- add histo Pbalance
|
|
|
|
27-06-12 mma (exhadr03-V09-05-03)
|
|
- add .README
|
|
|
|
21-06-12 mma (exhadr03-V09-05-02)
|
|
- GammaPhyics : add crossSections
|
|
|
|
19-06-12 mma (exhadr03-V09-05-01)
|
|
- suppress local HadronPhysics and IonPhysics
|
|
|
|
15-06-12 mma (exhadr03-V09-05-00)
|
|
- rename Hadr14
|
|
|
|
13-06-12 Michel Maire (exhadr14-V09-05-00)
|
|
- created from TestEm14 and rdecay01
|