ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4RadioactiveDecayRatesToDaughter Class Reference

#include <geant4/tree/geant4-10.6-release/source/processes/hadronic/models/radioactive_decay/include/G4RadioactiveDecayRatesToDaughter.hh>

+ Collaboration diagram for G4RadioactiveDecayRatesToDaughter:

Public Member Functions

 G4RadioactiveDecayRatesToDaughter ()
 
virtual ~G4RadioactiveDecayRatesToDaughter ()
 
 G4RadioactiveDecayRatesToDaughter (const G4RadioactiveDecayRatesToDaughter &)
 
G4RadioactiveDecayRatesToDaughteroperator= (const G4RadioactiveDecayRatesToDaughter &)
 
G4bool operator== (const G4RadioactiveDecayRatesToDaughter &right) const
 
G4bool operator!= (const G4RadioactiveDecayRatesToDaughter &right) const
 
G4int GetZ () const
 
G4int GetA () const
 
G4double GetE () const
 
G4int GetGeneration () const
 
std::vector< G4doubleGetDecayRateC () const
 
std::vector< G4doubleGetTaos () const
 
void SetZ (G4int value)
 
void SetA (G4int value)
 
void SetE (G4double value)
 
void SetGeneration (G4int value)
 
void SetDecayRateC (std::vector< G4double > value)
 
void SetTaos (std::vector< G4double > value)
 
void SetVerboseLevel (G4int value)
 
G4int GetVerboseLevel () const
 
void DumpInfo ()
 

Protected Attributes

G4int Z
 
G4int A
 
G4double E
 
G4int generation
 
std::vector< G4doubledecayRateC
 
std::vector< G4doubletaos
 

Private Attributes

G4int verboseLevel
 

Detailed Description

Definition at line 64 of file G4RadioactiveDecayRatesToDaughter.hh.

View newest version in sPHENIX GitHub at line 64 of file G4RadioactiveDecayRatesToDaughter.hh

Constructor & Destructor Documentation

G4RadioactiveDecayRatesToDaughter::G4RadioactiveDecayRatesToDaughter ( )

Definition at line 34 of file G4RadioactiveDecayRatesToDaughter.cc.

View newest version in sPHENIX GitHub at line 34 of file G4RadioactiveDecayRatesToDaughter.cc

G4RadioactiveDecayRatesToDaughter::~G4RadioactiveDecayRatesToDaughter ( )
virtual

Definition at line 68 of file G4RadioactiveDecayRatesToDaughter.cc.

View newest version in sPHENIX GitHub at line 68 of file G4RadioactiveDecayRatesToDaughter.cc

G4RadioactiveDecayRatesToDaughter::G4RadioactiveDecayRatesToDaughter ( const G4RadioactiveDecayRatesToDaughter right)

Definition at line 40 of file G4RadioactiveDecayRatesToDaughter.cc.

View newest version in sPHENIX GitHub at line 40 of file G4RadioactiveDecayRatesToDaughter.cc

References A, decayRateC, E, generation, taos, verboseLevel, and Z.

Member Function Documentation

void G4RadioactiveDecayRatesToDaughter::DumpInfo ( )

Definition at line 72 of file G4RadioactiveDecayRatesToDaughter.cc.

View newest version in sPHENIX GitHub at line 72 of file G4RadioactiveDecayRatesToDaughter.cc

References A, E, G4cout, G4endl, generation, and Z.

G4int G4RadioactiveDecayRatesToDaughter::GetA ( void  ) const
inline

Definition at line 81 of file G4RadioactiveDecayRatesToDaughter.hh.

View newest version in sPHENIX GitHub at line 81 of file G4RadioactiveDecayRatesToDaughter.hh

References A.

std::vector<G4double> G4RadioactiveDecayRatesToDaughter::GetDecayRateC ( ) const
inline

Definition at line 84 of file G4RadioactiveDecayRatesToDaughter.hh.

View newest version in sPHENIX GitHub at line 84 of file G4RadioactiveDecayRatesToDaughter.hh

References decayRateC.

G4double G4RadioactiveDecayRatesToDaughter::GetE ( ) const
inline

Definition at line 82 of file G4RadioactiveDecayRatesToDaughter.hh.

View newest version in sPHENIX GitHub at line 82 of file G4RadioactiveDecayRatesToDaughter.hh

References E.

G4int G4RadioactiveDecayRatesToDaughter::GetGeneration ( ) const
inline

Definition at line 83 of file G4RadioactiveDecayRatesToDaughter.hh.

View newest version in sPHENIX GitHub at line 83 of file G4RadioactiveDecayRatesToDaughter.hh

References generation.

std::vector<G4double> G4RadioactiveDecayRatesToDaughter::GetTaos ( ) const
inline

Definition at line 86 of file G4RadioactiveDecayRatesToDaughter.hh.

View newest version in sPHENIX GitHub at line 86 of file G4RadioactiveDecayRatesToDaughter.hh

References taos.

G4int G4RadioactiveDecayRatesToDaughter::GetVerboseLevel ( ) const
inline

Definition at line 108 of file G4RadioactiveDecayRatesToDaughter.hh.

View newest version in sPHENIX GitHub at line 108 of file G4RadioactiveDecayRatesToDaughter.hh

References verboseLevel.

G4int G4RadioactiveDecayRatesToDaughter::GetZ ( void  ) const
inline

Definition at line 80 of file G4RadioactiveDecayRatesToDaughter.hh.

View newest version in sPHENIX GitHub at line 80 of file G4RadioactiveDecayRatesToDaughter.hh

References Z.

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

Definition at line 75 of file G4RadioactiveDecayRatesToDaughter.hh.

View newest version in sPHENIX GitHub at line 75 of file G4RadioactiveDecayRatesToDaughter.hh

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

Definition at line 53 of file G4RadioactiveDecayRatesToDaughter.cc.

View newest version in sPHENIX GitHub at line 53 of file G4RadioactiveDecayRatesToDaughter.cc

References A, decayRateC, E, generation, taos, and Z.

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

Definition at line 73 of file G4RadioactiveDecayRatesToDaughter.hh.

View newest version in sPHENIX GitHub at line 73 of file G4RadioactiveDecayRatesToDaughter.hh

void G4RadioactiveDecayRatesToDaughter::SetA ( G4int  value)
inline

Definition at line 89 of file G4RadioactiveDecayRatesToDaughter.hh.

View newest version in sPHENIX GitHub at line 89 of file G4RadioactiveDecayRatesToDaughter.hh

References A.

Referenced by G4Radioactivation::SetDecayRate(), and G4RadioactiveDecay::SetDecayRate().

+ Here is the caller graph for this function:

void G4RadioactiveDecayRatesToDaughter::SetDecayRateC ( std::vector< G4double value)
inline

Definition at line 92 of file G4RadioactiveDecayRatesToDaughter.hh.

View newest version in sPHENIX GitHub at line 92 of file G4RadioactiveDecayRatesToDaughter.hh

References decayRateC.

Referenced by G4Radioactivation::SetDecayRate(), and G4RadioactiveDecay::SetDecayRate().

+ Here is the caller graph for this function:

void G4RadioactiveDecayRatesToDaughter::SetE ( G4double  value)
inline

Definition at line 90 of file G4RadioactiveDecayRatesToDaughter.hh.

View newest version in sPHENIX GitHub at line 90 of file G4RadioactiveDecayRatesToDaughter.hh

References E.

Referenced by G4Radioactivation::SetDecayRate(), and G4RadioactiveDecay::SetDecayRate().

+ Here is the caller graph for this function:

void G4RadioactiveDecayRatesToDaughter::SetGeneration ( G4int  value)
inline

Definition at line 91 of file G4RadioactiveDecayRatesToDaughter.hh.

View newest version in sPHENIX GitHub at line 91 of file G4RadioactiveDecayRatesToDaughter.hh

References generation.

Referenced by G4Radioactivation::SetDecayRate(), and G4RadioactiveDecay::SetDecayRate().

+ Here is the caller graph for this function:

void G4RadioactiveDecayRatesToDaughter::SetTaos ( std::vector< G4double value)
inline

Definition at line 94 of file G4RadioactiveDecayRatesToDaughter.hh.

View newest version in sPHENIX GitHub at line 94 of file G4RadioactiveDecayRatesToDaughter.hh

References taos.

Referenced by G4Radioactivation::SetDecayRate(), and G4RadioactiveDecay::SetDecayRate().

+ Here is the caller graph for this function:

void G4RadioactiveDecayRatesToDaughter::SetVerboseLevel ( G4int  value)
inline

Definition at line 106 of file G4RadioactiveDecayRatesToDaughter.hh.

View newest version in sPHENIX GitHub at line 106 of file G4RadioactiveDecayRatesToDaughter.hh

References verboseLevel.

void G4RadioactiveDecayRatesToDaughter::SetZ ( G4int  value)
inline

Definition at line 88 of file G4RadioactiveDecayRatesToDaughter.hh.

View newest version in sPHENIX GitHub at line 88 of file G4RadioactiveDecayRatesToDaughter.hh

References Z.

Referenced by G4Radioactivation::SetDecayRate(), and G4RadioactiveDecay::SetDecayRate().

+ Here is the caller graph for this function:

Member Data Documentation

G4int G4RadioactiveDecayRatesToDaughter::A
protected

Definition at line 98 of file G4RadioactiveDecayRatesToDaughter.hh.

View newest version in sPHENIX GitHub at line 98 of file G4RadioactiveDecayRatesToDaughter.hh

Referenced by DumpInfo(), G4RadioactiveDecayRatesToDaughter(), GetA(), operator=(), and SetA().

std::vector<G4double> G4RadioactiveDecayRatesToDaughter::decayRateC
protected

Definition at line 101 of file G4RadioactiveDecayRatesToDaughter.hh.

View newest version in sPHENIX GitHub at line 101 of file G4RadioactiveDecayRatesToDaughter.hh

Referenced by G4RadioactiveDecayRatesToDaughter(), GetDecayRateC(), operator=(), and SetDecayRateC().

G4double G4RadioactiveDecayRatesToDaughter::E
protected

Definition at line 99 of file G4RadioactiveDecayRatesToDaughter.hh.

View newest version in sPHENIX GitHub at line 99 of file G4RadioactiveDecayRatesToDaughter.hh

Referenced by DumpInfo(), G4RadioactiveDecayRatesToDaughter(), GetE(), operator=(), and SetE().

G4int G4RadioactiveDecayRatesToDaughter::generation
protected

Definition at line 100 of file G4RadioactiveDecayRatesToDaughter.hh.

View newest version in sPHENIX GitHub at line 100 of file G4RadioactiveDecayRatesToDaughter.hh

Referenced by DumpInfo(), G4RadioactiveDecayRatesToDaughter(), GetGeneration(), operator=(), and SetGeneration().

std::vector<G4double> G4RadioactiveDecayRatesToDaughter::taos
protected

Definition at line 102 of file G4RadioactiveDecayRatesToDaughter.hh.

View newest version in sPHENIX GitHub at line 102 of file G4RadioactiveDecayRatesToDaughter.hh

Referenced by G4RadioactiveDecayRatesToDaughter(), GetTaos(), operator=(), and SetTaos().

G4int G4RadioactiveDecayRatesToDaughter::verboseLevel
private

Definition at line 113 of file G4RadioactiveDecayRatesToDaughter.hh.

View newest version in sPHENIX GitHub at line 113 of file G4RadioactiveDecayRatesToDaughter.hh

Referenced by G4RadioactiveDecayRatesToDaughter(), GetVerboseLevel(), and SetVerboseLevel().

G4int G4RadioactiveDecayRatesToDaughter::Z
protected

Definition at line 97 of file G4RadioactiveDecayRatesToDaughter.hh.

View newest version in sPHENIX GitHub at line 97 of file G4RadioactiveDecayRatesToDaughter.hh

Referenced by DumpInfo(), G4RadioactiveDecayRatesToDaughter(), GetZ(), operator=(), and SetZ().


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