Import Geant4 10.4.1 source tree
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
$Id: History 107606 2017-11-27 09:39:04Z gcosmo $
|
||||
$Id: History 108664 2018-02-27 07:20:25Z gcosmo $
|
||||
-------------------------------------------------------------------
|
||||
|
||||
=========================================================
|
||||
@@ -17,6 +17,13 @@ committal in the CVS repository !
|
||||
* Reverse chronological order (last date on top), please *
|
||||
----------------------------------------------------------
|
||||
|
||||
February 26, 2018 - J.Apostolakis (geomnav-V10-03-10)
|
||||
---------------------------------
|
||||
- Fix for momentum value in G4PathFinder::SetChargeMomentumMass
|
||||
Was passing magnitude square, instead of magnitude.
|
||||
Corrects bug report 2037.
|
||||
Thanks to Renee Fatemi (Univ. of Kentucky, mu-to-e experim.)
|
||||
|
||||
November 23, 2017 - J.Apostolakis (geomnav-V10-03-09)
|
||||
---------------------------------
|
||||
- Fix in G4PathFinder to cope with zero proposed step.
|
||||
@@ -50,7 +57,7 @@ August 25, 2017 - J.Apostolakis (geomnav-V10-03-05)
|
||||
|
||||
March 22, 2017 - G.Cosmo (geomnav-V10-03-04)
|
||||
------------------------
|
||||
- Avoid eletion of field-manager pointer in destructor of
|
||||
- Avoid deletion of field-manager pointer in destructor of
|
||||
G4TransportationManager, as it is being deleted by G4FieldManagerStore.
|
||||
|
||||
March 21, 2017 - G.Cosmo (geomnav-V10-03-03, 02, 01)
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4PathFinder.cc 107606 2017-11-27 09:39:04Z gcosmo $
|
||||
// $Id: G4PathFinder.cc 108664 2018-02-27 07:20:25Z gcosmo $
|
||||
// GEANT4 tag $ Name: $
|
||||
//
|
||||
// class G4PathFinder Implementation
|
||||
@@ -1177,7 +1177,7 @@ G4PathFinder::DoNextCurvedStep( const G4FieldTrack &initialState,
|
||||
fpFieldPropagator->GetCurrentEquationOfMotion();
|
||||
|
||||
equationOfMotion->SetChargeMomentumMass( *(initialState.GetChargeState()),
|
||||
initialState.GetMomentum().mag2(),
|
||||
initialState.GetMomentum().mag(),
|
||||
initialState.GetRestMass() );
|
||||
|
||||
#ifdef G4DEBUG_PATHFINDER
|
||||
|
||||
Reference in New Issue
Block a user