Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4ProtonIsoIsoCrossSections Class Reference

#include <G4ProtonIsoIsoCrossSections.hh>

Public Member Functions

 G4ProtonIsoIsoCrossSections ()
 
 ~G4ProtonIsoIsoCrossSections ()
 
void Init (G4int A, G4int Z, G4double frac)
 
G4double GetCrossSection (G4double anEnergy)
 
G4String GetProductIsotope (G4double anEnergy)
 
G4int GetZ ()
 
G4int GetA ()
 

Detailed Description

Definition at line 33 of file G4ProtonIsoIsoCrossSections.hh.

Constructor & Destructor Documentation

◆ G4ProtonIsoIsoCrossSections()

G4ProtonIsoIsoCrossSections::G4ProtonIsoIsoCrossSections ( )
inline

Definition at line 38 of file G4ProtonIsoIsoCrossSections.hh.

38 {
39 G4cout << "WARNING: G4ProtonIsoIsoCrossSections is deprecated and will be removed with Geant4 version 10"
40 << G4endl;
41 }
#define G4endl
Definition: G4ios.hh:52
G4DLLIMPORT std::ostream G4cout

◆ ~G4ProtonIsoIsoCrossSections()

G4ProtonIsoIsoCrossSections::~G4ProtonIsoIsoCrossSections ( )

Member Function Documentation

◆ GetA()

G4int G4ProtonIsoIsoCrossSections::GetA ( )
inline

Definition at line 48 of file G4ProtonIsoIsoCrossSections.hh.

48{ return theA; }

◆ GetCrossSection()

G4double G4ProtonIsoIsoCrossSections::GetCrossSection ( G4double  anEnergy)

◆ GetProductIsotope()

G4String G4ProtonIsoIsoCrossSections::GetProductIsotope ( G4double  anEnergy)

◆ GetZ()

G4int G4ProtonIsoIsoCrossSections::GetZ ( )
inline

Definition at line 47 of file G4ProtonIsoIsoCrossSections.hh.

47{ return theZ; }

◆ Init()

void G4ProtonIsoIsoCrossSections::Init ( G4int  A,
G4int  Z,
G4double  frac 
)

The documentation for this class was generated from the following file: