Import Geant4 10.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 11:51:14 +02:00
parent e2d2f9810a
commit 286caacf06
12421 changed files with 730077 additions and 502383 deletions
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4PropagatorInField.hh 69711 2013-05-13 09:22:17Z gcosmo $
//
//
// Class G4PropagatorInField
@@ -87,11 +87,6 @@ class G4PropagatorInField
inline void SetEpsilonStep(G4double newEps);
// The ratio DeltaOneStep()/h_current_step
inline void SetChargeMomentumMass( G4double charge, // in e+ units
G4double momentum, // in Geant4 units
G4double pMass );
// Inform this and all associated classes of q, p, m
G4FieldManager* FindAndSetFieldManager(G4VPhysicalVolume* pCurrentPhysVol);
// Set (and return) the correct field manager (global or local),
// if it exists.
@@ -252,7 +247,6 @@ class G4PropagatorInField
G4bool fSetFieldMgr; // Has it been set for the current step
// Parameters of current step
G4double fCharge, fInitialMomentumModulus, fMass;
G4double fEpsilonStep; // Relative accuracy of current Step
G4FieldTrack End_PointAndTangent; // End point storage
G4bool fParticleIsLooping;