Import Geant4 1.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 15:28:20 +02:00
parent aaa409b6ee
commit ca1c8cb059
2995 changed files with 106830 additions and 299600 deletions
@@ -1,12 +1,12 @@
// This code implementation is the intellectual property of
// the RD44 GEANT4 collaboration.
// the GEANT4 collaboration.
//
// By copying, distributing or modifying the Program (or any work
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4VContinuousDiscreteProcess.hh,v 1.2 1999/04/13 09:45:09 kurasige Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4VContinuousDiscreteProcess.hh,v 1.3 1999/11/07 17:11:46 kurasige Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// ------------------------------------------------------------
@@ -14,6 +14,11 @@
//
// For information related to this code contact:
// CERN, CN Division, ASD group
// Abstract class which defines the public behavior of
//
// Class Description
// discrete physics interactions.
//
// ------------------------------------------------------------
// New Physics scheme 8 Mar. 1997 H.Kurahige
// ------------------------------------------------------------
@@ -43,6 +48,7 @@ class G4VContinuousDiscreteProcess : public G4VProcess
virtual ~G4VContinuousDiscreteProcess();
public :// with description
virtual G4double PostStepGetPhysicalInteractionLength(
const G4Track& track,
G4double previousStepSize,
@@ -78,7 +84,8 @@ class G4VContinuousDiscreteProcess : public G4VProcess
const G4Track& ,
const G4Step&
) {return 0;};
protected:
protected:// with description
virtual G4double GetMeanFreePath(const G4Track& aTrack,
G4double previousStepSize,
G4ForceCondition* condition
@@ -86,7 +93,7 @@ class G4VContinuousDiscreteProcess : public G4VProcess
// Calculates from the macroscopic cross section a mean
// free path, the value is returned in units of distance.
protected:
protected:// with description
virtual G4double GetContinuousStepLimit(const G4Track& aTrack,
G4double previousStepSize,
G4double currentMinimumStep,
@@ -97,7 +104,7 @@ class G4VContinuousDiscreteProcess : public G4VProcess
// the arguments of AlongStepGPIL()
G4GPILSelection valueGPILSelection;
protected:
protected:// with description
// these two methods are set/get methods for valueGPILSelection
void SetGPILSelection(G4GPILSelection selection)
{ valueGPILSelection = selection;};