Import Geant4 9.4.0 source tree
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
//
|
||||
// GEANT4 physics class: G4HadronCaptureDataSet -- header file
|
||||
// F.W. Jones, TRIUMF, 19-MAY-98
|
||||
//
|
||||
@@ -63,8 +62,8 @@ public:
|
||||
return theHadronCrossSections->IsApplicable(aParticle, anElement);
|
||||
}
|
||||
|
||||
G4bool IsZAApplicable(const G4DynamicParticle* aParticle,
|
||||
G4double ZZ, G4double AA)
|
||||
G4bool IsIsoApplicable(const G4DynamicParticle* aParticle,
|
||||
G4int ZZ, G4int AA)
|
||||
{
|
||||
return theHadronCrossSections->IsApplicable(aParticle, ZZ, AA);
|
||||
}
|
||||
@@ -76,9 +75,8 @@ public:
|
||||
anElement);
|
||||
}
|
||||
|
||||
G4double GetIsoZACrossSection(const G4DynamicParticle* aParticle,
|
||||
G4double ZZ, G4double AA,
|
||||
G4double /*aTemperature*/)
|
||||
G4double GetZandACrossSection(const G4DynamicParticle* aParticle,
|
||||
G4int ZZ, G4int AA, G4double /*aTemperature*/)
|
||||
{
|
||||
return theHadronCrossSections->GetCaptureCrossSection(aParticle, ZZ, AA);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user