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

#include <G4RadioactiveDecayChainsFromParent.hh>

Public Member Functions

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

Protected Attributes

G4String ionName
 
G4RadioactiveDecayRates itsRates
 

Detailed Description

Definition at line 65 of file G4RadioactiveDecayChainsFromParent.hh.

Constructor & Destructor Documentation

◆ G4RadioactiveDecayChainsFromParent() [1/2]

G4RadioactiveDecayChainsFromParent::G4RadioactiveDecayChainsFromParent ( )

◆ ~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()

const G4String & G4RadioactiveDecayChainsFromParent::GetIonName ( ) const
inline

Definition at line 79 of file G4RadioactiveDecayChainsFromParent.hh.

79{return ionName;}

◆ GetItsRates()

const G4RadioactiveDecayRates & G4RadioactiveDecayChainsFromParent::GetItsRates ( ) const
inline

Definition at line 84 of file G4RadioactiveDecayChainsFromParent.hh.

84{return itsRates;}

◆ operator!=()

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

Definition at line 77 of file G4RadioactiveDecayChainsFromParent.hh.

77{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}

◆ operator==()

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

Definition at line 76 of file G4RadioactiveDecayChainsFromParent.hh.

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

◆ SetIonName()

void G4RadioactiveDecayChainsFromParent::SetIonName ( const G4String & name)
inline

Definition at line 80 of file G4RadioactiveDecayChainsFromParent.hh.

80{ionName = name;}
const char * name(G4int ptype)

◆ SetItsRates()

void G4RadioactiveDecayChainsFromParent::SetItsRates ( const G4RadioactiveDecayRates & arate)
inline

Definition at line 87 of file G4RadioactiveDecayChainsFromParent.hh.

87{itsRates = arate;}

Member Data Documentation

◆ ionName

G4String G4RadioactiveDecayChainsFromParent::ionName
protected

◆ itsRates

G4RadioactiveDecayRates G4RadioactiveDecayChainsFromParent::itsRates
protected

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