Import Geant4 6.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 10:41:53 +02:00
parent 4aea781e80
commit 96686e0c8f
6560 changed files with 153347 additions and 238155 deletions
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4MScoreProcess.hh,v 1.7 2002/10/22 13:25:55 dressel Exp $
// GEANT4 tag $Name: geant4-05-02 $
// $Id: G4MScoreProcess.hh,v 1.8 2003/11/26 14:51:48 gcosmo Exp $
// GEANT4 tag $Name: geant4-06-00 $
//
// ----------------------------------------------------------------------
// Class G4MScoreProcess
@@ -44,13 +44,12 @@
class G4VScorer;
class G4MScoreProcess : public G4VProcess, public G4VTrackTerminator
{
public: // with description
explicit G4MScoreProcess(G4VScorer &aScorer,
const G4String &aName = "MScoreProcess");
const G4String &aName = "MScoreProcess");
// take reference to scorer and coppy particle name and
// create a G4ParticleChange
@@ -59,8 +58,8 @@ public: // with description
virtual G4double
PostStepGetPhysicalInteractionLength(const G4Track& aTrack,
G4double previousStepSize,
G4ForceCondition* condition);
G4double previousStepSize,
G4ForceCondition* condition);
// make processed being forced
virtual G4VParticleChange * PostStepDoIt(const G4Track&, const G4Step&);
@@ -79,19 +78,19 @@ public: // without description
virtual G4double
AlongStepGetPhysicalInteractionLength(const G4Track&,
G4double ,
G4double ,
G4double& ,
G4GPILSelection*);
G4double ,
G4double ,
G4double& ,
G4GPILSelection*);
virtual G4double
AtRestGetPhysicalInteractionLength(const G4Track&,
G4ForceCondition*);
G4ForceCondition*);
virtual G4VParticleChange* AtRestDoIt(const G4Track&,
const G4Step&);
const G4Step&);
virtual G4VParticleChange* AlongStepDoIt(const G4Track&,
const G4Step&);
const G4Step&);
private: