forked from Geant4/geant4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPatch4.5.2-2.txt
72 lines (59 loc) · 2.46 KB
/
Patch4.5.2-2.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Geant4 5.2 - patch-02 Release Notes
-----------------------------------
3 October 2003
List of fixes included in this public patch since release 5.2.p01:
o Configuration script
--------------------
+ Configure:
o Corrected default name for data sets.
o Implemented automatic detection of OpenGL and CLHEP installations.
o Fixed behavior of script on Windows system, corrected definition of
paths and defaults.
o Cleared not allowed configuration drivers.
o Geometry:
--------
+ verification:
o Fixed logic in G4GeomTestSegment::FindSomePoints() in case a
point gets stuck in a loop while along a curved surface.
Addresses also problem report #499.
+ volumes:
o Made optional the printing of information on 'looping' particles
in G4PropagatorInField. It is now controlled by the verbose flag.
Addresses problem report #509.
o Hadronic processes:
------------------
+ management
o Fixed major bug in G4HadronicProcess class, affecting final state
generation in all materials with more than two elements.
+ cross_sections:
o Fixes in the high energy equivalent photon generation in the
electronuclear interactions above 50 GeV.
o Particles:
---------
+ Fixed memory leak for 'theElectronOccupancy' in G4DynamicParticle
assignment operator.
+ Added DecayProperTime to deep copy of G4DecayProduct.
o Examples:
--------
- Updated reference outputs.
- advanced:
+ composite_calorimeter
o Minor fix in inclusion of headers.
- extended:
+ field
o Implemented complete migration to cuts-by-region.
- novice:
+ N05
o Implemented complete migration to cuts-by-region.
----------------------------------------------------------------------------
Technical Notes
---------------
o This patch should be applied on top of release 5.2-patch01.
It is NOT a cumulative patch !
o Technical notes distributed for release 5.2 are also applicable and
valid for this patch.
The code and rebuilt binary libraries for release 5.2 are available through
our "Source Code" Web page: http://cern.ch/geant4
Please refer to the Geant4 User Documentation:
http://cern.ch/geant4/G4UsersDocuments/Overview/html
for further information about using Geant4.