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

#include <G4VIsotopeProduction.hh>

+ Inheritance diagram for G4VIsotopeProduction:

Public Member Functions

 G4VIsotopeProduction ()
 
virtual ~G4VIsotopeProduction ()
 
virtual G4IsoResultGetIsotope (const G4HadProjectile *aTrack, const G4Nucleus &aNucleus)=0
 
G4bool operator== (const G4VIsotopeProduction &aProd)
 

Detailed Description

Definition at line 41 of file G4VIsotopeProduction.hh.

Constructor & Destructor Documentation

◆ G4VIsotopeProduction()

G4VIsotopeProduction::G4VIsotopeProduction ( )
inline

Definition at line 45 of file G4VIsotopeProduction.hh.

45{}

◆ ~G4VIsotopeProduction()

virtual G4VIsotopeProduction::~G4VIsotopeProduction ( )
inlinevirtual

Definition at line 47 of file G4VIsotopeProduction.hh.

47{}

Member Function Documentation

◆ GetIsotope()

virtual G4IsoResult * G4VIsotopeProduction::GetIsotope ( const G4HadProjectile aTrack,
const G4Nucleus aNucleus 
)
pure virtual

◆ operator==()

G4bool G4VIsotopeProduction::operator== ( const G4VIsotopeProduction aProd)
inline

Definition at line 55 of file G4VIsotopeProduction.hh.

56 {
57 G4bool result = false;
58 if (&aProd == this) result = true;
59 return result;
60 }
bool G4bool
Definition: G4Types.hh:67

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