Import Geant4 9.2.0 source tree
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
#include "G4VParticleChange.hh"
|
||||
#include "G4ParticleDefinition.hh"
|
||||
#include "G4GHEKinematicsVector.hh"
|
||||
#include "G4HadronicProcessType.hh"
|
||||
|
||||
class G4AntiNeutronAnnihilationAtRest : public G4VRestProcess
|
||||
|
||||
|
||||
@@ -41,6 +41,7 @@
|
||||
#include "G4VParticleChange.hh"
|
||||
#include "G4ParticleDefinition.hh"
|
||||
#include "G4GHEKinematicsVector.hh"
|
||||
#include "G4HadronicProcessType.hh"
|
||||
|
||||
class G4AntiProtonAnnihilationAtRest : public G4VRestProcess
|
||||
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
#include "G4VParticleChange.hh"
|
||||
#include "G4ParticleDefinition.hh"
|
||||
#include "G4GHEKinematicsVector.hh"
|
||||
#include "G4HadronicProcessType.hh"
|
||||
|
||||
// Class Description:
|
||||
//
|
||||
|
||||
@@ -46,8 +46,8 @@
|
||||
#include "G4Nucleus.hh"
|
||||
#include "G4DynamicParticle.hh"
|
||||
#include "G4DynamicParticleVector.hh"
|
||||
#include "G4NucleiPropertiesTable.hh"
|
||||
//#include "G4String.hh"
|
||||
#include "G4NucleiProperties.hh"
|
||||
#include "G4HadronicProcessType.hh"
|
||||
|
||||
|
||||
// *********************************************************
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: G4MuMinusCaptureCascade.hh,v 1.10 2007/07/05 18:19:14 dennis Exp $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
// GEANT4 tag $Name: geant4-09-02 $
|
||||
//
|
||||
// G4MuMinusCaptureCascade physics process --------
|
||||
// Vladimir Ivanchenko, April 2000
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: G4MuonMinusCaptureAtRest.hh,v 1.20 2007/11/15 10:05:13 vnivanch Exp $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
// $Id: G4MuonMinusCaptureAtRest.hh,v 1.23 2008/10/02 20:57:52 dennis Exp $
|
||||
// GEANT4 tag $Name: geant4-09-02 $
|
||||
//
|
||||
// G4MuonMinusCaptureAtRest physics process
|
||||
// Larry Felawka (TRIUMF) and Art Olin (TRIUMF) April 1998
|
||||
@@ -56,6 +56,7 @@
|
||||
#include "G4MuMinusCaptureCascade.hh"
|
||||
#include "G4ReactionProductVector.hh"
|
||||
#include "G4MuonMinus.hh"
|
||||
#include "G4HadronicProcessType.hh"
|
||||
|
||||
class G4Fancy3DNucleus;
|
||||
class G4ExcitationHandler;
|
||||
@@ -71,12 +72,13 @@ public:
|
||||
|
||||
virtual ~G4MuonMinusCaptureAtRest();
|
||||
|
||||
G4bool IsApplicable(const G4ParticleDefinition&);
|
||||
virtual G4bool IsApplicable(const G4ParticleDefinition&);
|
||||
|
||||
void BuildPhysicsTable(const G4ParticleDefinition&)
|
||||
{};
|
||||
virtual void PreparePhysicsTable(const G4ParticleDefinition&);
|
||||
|
||||
G4VParticleChange* AtRestDoIt(const G4Track&, const G4Step&);
|
||||
virtual void BuildPhysicsTable(const G4ParticleDefinition&);
|
||||
|
||||
virtual G4VParticleChange* AtRestDoIt(const G4Track&, const G4Step&);
|
||||
|
||||
G4double GetMeanLifeTime(const G4Track&, G4ForceCondition*)
|
||||
{return 0;};
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
#include "G4VParticleChange.hh"
|
||||
#include "G4ParticleDefinition.hh"
|
||||
#include "G4GHEKinematicsVector.hh"
|
||||
#include "G4HadronicProcessType.hh"
|
||||
|
||||
class G4NeutronCaptureAtRest : public G4VRestProcess
|
||||
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
#include "G4PiMinusStopAbsorption.hh"
|
||||
#include "G4StopDeexcitation.hh"
|
||||
#include "G4StopDeexcitationAlgorithm.hh"
|
||||
#include "G4HadronicProcessType.hh"
|
||||
|
||||
class G4DynamicParticle;
|
||||
|
||||
|
||||
@@ -41,6 +41,7 @@
|
||||
#include "G4VParticleChange.hh"
|
||||
#include "G4ParticleDefinition.hh"
|
||||
#include "G4GHEKinematicsVector.hh"
|
||||
#include "G4HadronicProcessType.hh"
|
||||
|
||||
class G4PionMinusAbsorptionAtRest : public G4VRestProcess
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: G4StopElementSelector.hh,v 1.10 2007/07/05 18:19:14 dennis Exp $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
// GEANT4 tag $Name: geant4-09-02 $
|
||||
//
|
||||
// Author: V.Ivanchenko (Vladimir.Ivantchenko@cern.ch)
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user