Import Geant4 9.4.0 source tree
This commit is contained in:
@@ -90,14 +90,14 @@ class G4GeneralSpaceNNCrossSection : public G4VCrossSectionDataSet
|
||||
virtual G4bool IsApplicable(const G4DynamicParticle* theProjectile,
|
||||
const G4Element* theTarget);
|
||||
|
||||
virtual G4bool IsZAApplicable(const G4DynamicParticle* theProjectile,
|
||||
G4double ZZ, G4double AA);
|
||||
virtual G4bool IsIsoApplicable(const G4DynamicParticle* theProjectile,
|
||||
G4int ZZ, G4int AA);
|
||||
|
||||
virtual G4double GetCrossSection(const G4DynamicParticle* theProjectile,
|
||||
const G4Element* theTarget, G4double theTemperature);
|
||||
|
||||
virtual G4double GetIsoZACrossSection(const G4DynamicParticle* theProjectile,
|
||||
G4double ZZ, G4double AA, G4double theTemperature);
|
||||
virtual G4double GetZandACrossSection(const G4DynamicParticle* theProjectile,
|
||||
G4int ZZ, G4int AA, G4double theTemperature);
|
||||
|
||||
virtual void BuildPhysicsTable(const G4ParticleDefinition&)
|
||||
{;}
|
||||
@@ -113,6 +113,5 @@ class G4GeneralSpaceNNCrossSection : public G4VCrossSectionDataSet
|
||||
G4TripathiCrossSection *TripathiGeneral;
|
||||
G4IonsShenCrossSection *Shen;
|
||||
};
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user