Import Geant4 10.5.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2018-06-29 10:58:11 +02:00
parent fe81a77428
commit 6aa23be517
1581 changed files with 124288 additions and 83758 deletions
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4PAIxSection.hh 96934 2016-05-18 09:10:41Z gcosmo $
// $Id: G4PAIxSection.hh 108737 2018-03-02 13:49:56Z gcosmo $
//
//
// G4PAIxSection.hh -- header file
@@ -194,12 +194,13 @@ public:
G4double GetLowEnergyCof() const { return fLowEnergyCof; }
void SetVerbose(G4int v){fVerbose=v;};
inline G4double GetPAItable(G4int i,G4int j) const;
G4double GetLorentzFactor(G4int i) const;
inline void SetVerbose(G4int v) { fVerbose=v; };
inline G4double GetLorentzFactor(G4int i) const;
inline G4double GetPAItable(G4int i,G4int j) const;
inline G4double GetSplineEnergy(G4int i) const;
inline G4double GetIntegralPAIxSection(G4int i) const;
@@ -283,11 +284,6 @@ inline G4double G4PAIxSection::GetPAItable(G4int i, G4int j) const
return fPAItable[i][j];
}
inline G4double G4PAIxSection::GetLorentzFactor(G4int j) const
{
return fLorentzFactor[j];
}
inline G4double G4PAIxSection::GetSplineEnergy(G4int i) const
{
if(i < 1 || i > fSplineNumber) { CallError(i, "GetSplineEnergy"); }