Geant4-11
Public Member Functions | Protected Attributes
G4RadioactiveDecayChainsFromParent Class Reference

#include <G4RadioactiveDecayChainsFromParent.hh>

Public Member Functions

 G4RadioactiveDecayChainsFromParent ()
 
 G4RadioactiveDecayChainsFromParent (const G4RadioactiveDecayChainsFromParent &)
 
G4String GetIonName () const
 
G4RadioactiveDecayRates GetItsRates () const
 
G4bool operator!= (const G4RadioactiveDecayChainsFromParent &right) const
 
G4RadioactiveDecayChainsFromParentoperator= (const G4RadioactiveDecayChainsFromParent &)
 
G4bool operator== (const G4RadioactiveDecayChainsFromParent &right) const
 
void SetIonName (G4String name)
 
void SetItsRates (G4RadioactiveDecayRates arate)
 
virtual ~G4RadioactiveDecayChainsFromParent ()
 

Protected Attributes

G4String ionName
 
G4RadioactiveDecayRates itsRates
 

Detailed Description

Definition at line 65 of file G4RadioactiveDecayChainsFromParent.hh.

Constructor & Destructor Documentation

◆ G4RadioactiveDecayChainsFromParent() [1/2]

G4RadioactiveDecayChainsFromParent::G4RadioactiveDecayChainsFromParent ( )

Definition at line 30 of file G4RadioactiveDecayChainsFromParent.cc.

31{}

◆ ~G4RadioactiveDecayChainsFromParent()

G4RadioactiveDecayChainsFromParent::~G4RadioactiveDecayChainsFromParent ( )
virtual

Definition at line 53 of file G4RadioactiveDecayChainsFromParent.cc.

54{}

◆ G4RadioactiveDecayChainsFromParent() [2/2]

G4RadioactiveDecayChainsFromParent::G4RadioactiveDecayChainsFromParent ( const G4RadioactiveDecayChainsFromParent right)

Member Function Documentation

◆ GetIonName()

G4String G4RadioactiveDecayChainsFromParent::GetIonName ( ) const
inline

Definition at line 82 of file G4RadioactiveDecayChainsFromParent.hh.

82{return ionName;}

References ionName.

◆ GetItsRates()

G4RadioactiveDecayRates G4RadioactiveDecayChainsFromParent::GetItsRates ( ) const
inline

Definition at line 87 of file G4RadioactiveDecayChainsFromParent.hh.

87{return itsRates;}

References itsRates.

◆ operator!=()

G4bool G4RadioactiveDecayChainsFromParent::operator!= ( const G4RadioactiveDecayChainsFromParent right) const
inline

Definition at line 77 of file G4RadioactiveDecayChainsFromParent.hh.

78 {return (this != &right);}

◆ operator=()

G4RadioactiveDecayChainsFromParent & G4RadioactiveDecayChainsFromParent::operator= ( const G4RadioactiveDecayChainsFromParent right)

Definition at line 43 of file G4RadioactiveDecayChainsFromParent.cc.

44{
45 if (this != &right) {
46 ionName = right.ionName;
47 itsRates = right.itsRates;
48 }
49 return *this;
50}

References ionName, and itsRates.

◆ operator==()

G4bool G4RadioactiveDecayChainsFromParent::operator== ( const G4RadioactiveDecayChainsFromParent right) const
inline

Definition at line 75 of file G4RadioactiveDecayChainsFromParent.hh.

76 {return (this == &right);}

◆ SetIonName()

void G4RadioactiveDecayChainsFromParent::SetIonName ( G4String  name)
inline

◆ SetItsRates()

void G4RadioactiveDecayChainsFromParent::SetItsRates ( G4RadioactiveDecayRates  arate)
inline

Definition at line 90 of file G4RadioactiveDecayChainsFromParent.hh.

90{itsRates = arate;}

References itsRates.

Referenced by G4Radioactivation::CalculateChainsFromParent().

Field Documentation

◆ ionName

G4String G4RadioactiveDecayChainsFromParent::ionName
protected

◆ itsRates

G4RadioactiveDecayRates G4RadioactiveDecayChainsFromParent::itsRates
protected

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