![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
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, G4TwoVector > | fRadioactivity |
Definition at line 57 of file G4RadioactivityTable.hh.
View newest version in sPHENIX GitHub at line 57 of file G4RadioactivityTable.hh
| G4RadioactivityTable::G4RadioactivityTable | ( | ) |
Definition at line 52 of file G4RadioactivityTable.cc.
View newest version in sPHENIX GitHub at line 52 of file G4RadioactivityTable.cc
|
virtual |
Definition at line 57 of file G4RadioactivityTable.cc.
View newest version in sPHENIX GitHub at line 57 of file G4RadioactivityTable.cc
References fRadioactivity.
| 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.
|
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().