Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/CHANGELOG/Patch4.5.0-1.txt is written in an unsupported language. File is not indexed.

0001 
0002                  Geant4 5.0 - patch-01 Release Notes
0003                  -----------------------------------
0004 
0005                                                       24th February 2003
0006 
0007 List of fixes included in this public patch to release 5.0:
0008 
0009   o Config:
0010     ------
0011     - Added experimental setup WIN32-VC7.gmk for Windows .NET VC++ compiler.
0012     - Generalised identification of WIN32 specific setups in core scripts.
0013     - Forced silent generation of dependencies.
0014     - Configure script: fixed GNUmakefile access problem for correct execution
0015       of flags/libs command options. Added automatic recognition of 'Darwin' OS.
0016     - source/GNUmakefile: included patch to release 5.0.
0017 
0018   o Electromagnetic processes (low-energy):
0019     --------------------------------------
0020     - Minor fix in G4QAOLowEnergyLoss to use G4Poisson distribution.
0021 
0022   o Electromagnetic processes (standard):
0023     ------------------------------------
0024   + standard:
0025     - Fix for compound materials in G4eBremsstrahlungModel.
0026     - Minor fix in G4PAIonisation and G4PAIxSection to use G4Poisson
0027       distribution.
0028   + muons:
0029     - Fix for compound materials in G4MuBremsstrahlungModel and
0030       G4MuPairProductionModel.
0031   + xrays:
0032     - G4VXTRenergyLoss: removed reduntant headers inclusions and ordered
0033       inclusion for complex numbers to allow porting on Windows .NET VC++.
0034     - Minor fix in G4Cerenkov, G4ForwardXrayTR and G4VXTRenergyLoss to use
0035       G4Poisson distribution.
0036 
0037   o General processes:
0038     -----------------
0039   + optical:
0040     - Fix in calculation of polarization for perpendicular incidence
0041       in G4OpBoundaryProcess. Fixes bug report #442.
0042 
0043   o Geometry:
0044     --------
0045   + magnetic-field:
0046     - Removed some redundant inclusions of headers.
0047   + management:
0048     - G4VSolid.cc: restored original conditions for extent clipping in
0049       method ClipPolygon().
0050   + solids/Boolean:
0051     - Added set/get functions Set/GetVolumesNameExtension() for volume-name
0052       extension in G4ReflectionFactory. By default now the factory assigns
0053       "_refl" postfix to name of reflected volumes/solids.
0054     - Assumed less strict condition in the G4ReflectionFactory::CheckScale()
0055       method, to avoid precision problems with imported rotation matrices.
0056   + solids/CSG:
0057     - G4Cons: enhanced treatment of phi-sections, according to
0058       algorithm used also in G4Tubs.
0059   + volumes:
0060     - Fix in G4GeometryMessenger to check for geometry closed when commands
0061       are applied. Command /geometry/navigator/reset and test commands apply
0062       only when system is in "Idle" state.
0063     - G4VCurvedTrajectoryFilter: fixed initialisation of data member
0064       in constructor. Fixes crash in visualization under in some setups.
0065     - G4IdentityTrajectoryFilter: added comments for the Software Reference
0066       Manual.
0067 
0068   o Global:
0069     ------
0070     - Exclude definition of min/max for Windows .NET VC++ compiler
0071       in globals.hh.
0072     - Use SystemOfUnits.h and PhysicalConstants.h from CLHEP instead of
0073       internal local copies.
0074 
0075   o Hadronic processes:
0076     ------------------
0077   + cross_sections
0078     o Fixed bug in Newton method for electro-nuclear cross-sections.
0079   + management:
0080     o Fixed a missing data-member initialization in G4InelasticInteraction.
0081       Fixes bug report #455.
0082     o G4EnergyRangeManager, G4HadronicProcess: adopt exception handling for
0083       'no model found' case.
0084   + models/chiral_inv_phase_space
0085     o Minor fix for memory leak.
0086     o Fixed calculation of the equivalent photon in electro-nuclear. 
0087   + models/generator/de_excitation
0088     o Improved performance for gamma evaporation (~30%).
0089     o Minor fix in method G4ExcitationHandler::transform() when calling
0090       erase(), to allow porting on Windows .NET VC++ compiler.
0091   + models/generator/high_energy
0092     o G4TheoFSGenerator: fix for semantics change in track, added Clear()
0093       call to particle-change vector.
0094   + models/generator/scattering
0095     o Removed some redundant inclusions of headers.
0096   + models/generator/util
0097     o Critical fix for semi-infinite loop in G4Fancy3DNucleus and
0098       G4FermiMomentum. 
0099   + models/low_energy
0100     o G4LEKaonZeroLInelastic, G4LEKaonZeroSInelastic: fixed virtual
0101       destructor.
0102   + models/neutron_hp
0103     o Fix in sampling of gammas, in case internal conversion data are
0104       available in breit frame.
0105     o Fixed recoil direction distribution for 14MeV neutrons in Silicon.
0106     o Fixed cases of uninitialised variables responsible for event
0107       irreproducibility.
0108     o Optimized usage of poisson distribution to adopt G4Poisson. 
0109   + models/pre_equilibrium
0110     o Fixed warning.
0111   + models/radiative_decay
0112     o Fix in G4NuclearDecayChannel and G4RadioactiveDecay: adapted to new
0113       nuclear level manager.
0114   + util
0115     o Removed some redundant inclusions of headers.
0116 
0117   o Intercoms:
0118     ---------
0119     - Included G4VVisManager::Draw methods for hits and trajectories.
0120 
0121   o Parameterisations:
0122     -----------------
0123     - Updated header files to remove redundant header inclusions
0124       and properly order inclusion for complex numbers, to allow
0125       porting on Windows .NET VC++ compiler.
0126     - Minor fix in G4IrregularXrayTRmodel, G4VXTRdEdx and G4VXrayTRadModel
0127       to use G4Poisson distribution.
0128 
0129   o Persistency:
0130     -----------
0131     - Corrected inclusion of headers for constant and units from CLHEP
0132       in G4MCTSimParticle and G4MCTSimVertex.
0133 
0134   o Visualization:
0135     -------------
0136     - OpenInventor: removed erroneous additional transformation.
0137     - HepRep: modified G4HepRepFileSceneHandler::AddThis()
0138       to incorporate G4Attributes into the HepRep1 file.
0139       Moved some of HepRepXMLWriter's warning messages to debug blocks.
0140     - VRML: minor fix to VRML2 driver in G4VRML2SceneHandlerFunc to
0141       adopt G4String.
0142     - Included G4VisManager::Draw methods for hits and trajectories.
0143 
0144   o G3toG4 tool:
0145     -----------
0146     - G4gstmed: included get functions for the medium table entries:
0147         G4int GetSize() const
0148         G3MedTableEntry* GetMTE(G4int i) const
0149 
0150   o Examples:
0151     --------
0152     - novice/N02
0153       o Cosmetics in output for stepping verbose.
0154       o Minor improvements to specific UI commands.
0155     - extended/electromagnetic - TestEm2, TestEm4
0156       o Cosmetics in output for stepping verbose.
0157       o Minor improvements to specific UI commands.
0158     - extended/geometry/olap
0159       o Removed redundant inclusion of headers.
0160     - extended/biasing
0161       o Removed redundant inclusion of headers.
0162     - advanced - composite_calorimeter, xray_telescope
0163       o Removed redundant inclusion of headers.
0164     - Updated reference outputs.
0165 
0166  ----------------------------------------------------------------------------
0167 
0168                              Technical Notes
0169                              --------------- 
0170 
0171   o  This patch should be applied on top of release 5.0.
0172   o  Technical notes distributed for release 5.0 are also applicable and
0173      valid for this patch.
0174 
0175 The code and rebuilt binary libraries for release 5.0 are available through
0176 our "Source Code" Web page:
0177 - see our Geant4 Home Page (http://cern.ch/geant4).
0178 
0179 Please refer to the Geant4 User Documentation
0180 (http://cern.ch/geant4/G4UsersDocuments/Overview/html)
0181 for further information about using Geant4.