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

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

+ Collaboration diagram for G4RadioactivityTable:

Public Member Functions

 G4RadioactivityTable ()
 
virtual ~G4RadioactivityTable ()
 
void AddIsotope (G4int, G4int, G4double, G4double, G4double)
 
G4TwoVector GetRate (G4int, G4int, G4double)
 
G4int Entries () const
 
map< G4ThreeVector, G4TwoVector > * GetTheMap ()
 

Private Attributes

map< G4ThreeVector, G4TwoVectorfRadioactivity
 

Detailed Description

Definition at line 57 of file G4RadioactivityTable.hh.

View newest version in sPHENIX GitHub at line 57 of file G4RadioactivityTable.hh

Constructor & Destructor Documentation

G4RadioactivityTable::G4RadioactivityTable ( )

Definition at line 52 of file G4RadioactivityTable.cc.

View newest version in sPHENIX GitHub at line 52 of file G4RadioactivityTable.cc

G4RadioactivityTable::~G4RadioactivityTable ( )
virtual

Definition at line 57 of file G4RadioactivityTable.cc.

View newest version in sPHENIX GitHub at line 57 of file G4RadioactivityTable.cc

References fRadioactivity.

Member Function Documentation

void G4RadioactivityTable::AddIsotope ( G4int  Z,
G4int  A,
G4double  E,
G4double  rate,
G4double  weight 
)

Definition at line 70 of file G4RadioactivityTable.cc.

View newest version in sPHENIX GitHub at line 70 of file G4RadioactivityTable.cc

References fRadioactivity, it, and weight.

G4int G4RadioactivityTable::Entries ( ) const

Definition at line 64 of file G4RadioactivityTable.cc.

View newest version in sPHENIX GitHub at line 64 of file G4RadioactivityTable.cc

References fRadioactivity.

G4TwoVector G4RadioactivityTable::GetRate ( G4int  Z,
G4int  A,
G4double  E 
)

Definition at line 85 of file G4RadioactivityTable.cc.

View newest version in sPHENIX GitHub at line 85 of file G4RadioactivityTable.cc

References fRadioactivity, G4cout, and G4endl.

map< G4ThreeVector, G4TwoVector > * G4RadioactivityTable::GetTheMap ( )

Definition at line 97 of file G4RadioactivityTable.cc.

View newest version in sPHENIX GitHub at line 97 of file G4RadioactivityTable.cc

References fRadioactivity.

Member Data Documentation

map<G4ThreeVector,G4TwoVector> G4RadioactivityTable::fRadioactivity
private

Definition at line 92 of file G4RadioactivityTable.hh.

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

Referenced by AddIsotope(), Entries(), GetRate(), GetTheMap(), and ~G4RadioactivityTable().


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