ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/persistency/ascii/include/G4tgrIsotope.hh>
Public Member Functions | |
G4tgrIsotope () | |
~G4tgrIsotope () | |
G4tgrIsotope (const std::vector< G4String > &wl) | |
const G4String & | GetName () const |
G4int | GetZ () const |
G4int | GetN () const |
G4double | GetA () const |
Private Attributes | |
G4String | theName |
G4int | theZ |
G4int | theN |
G4double | theA |
Friends | |
std::ostream & | operator<< (std::ostream &os, const G4tgrIsotope &obj) |
Definition at line 46 of file G4tgrIsotope.hh.
View newest version in sPHENIX GitHub at line 46 of file G4tgrIsotope.hh
G4tgrIsotope::G4tgrIsotope | ( | ) |
Definition at line 43 of file G4tgrIsotope.cc.
View newest version in sPHENIX GitHub at line 43 of file G4tgrIsotope.cc
G4tgrIsotope::~G4tgrIsotope | ( | ) |
Definition at line 50 of file G4tgrIsotope.cc.
View newest version in sPHENIX GitHub at line 50 of file G4tgrIsotope.cc
G4tgrIsotope::G4tgrIsotope | ( | const std::vector< G4String > & | wl | ) |
Definition at line 56 of file G4tgrIsotope.cc.
View newest version in sPHENIX GitHub at line 56 of file G4tgrIsotope.cc
References G4tgrUtils::CheckWLsize(), Acts::UnitConstants::g, G4cout, G4endl, G4tgrUtils::GetDouble(), G4tgrUtils::GetInt(), G4tgrUtils::GetString(), G4tgrMessenger::GetVerboseLevel(), mole, theA, theN, theName, theZ, and WLSIZE_EQ.
|
inline |
Definition at line 62 of file G4tgrIsotope.hh.
View newest version in sPHENIX GitHub at line 62 of file G4tgrIsotope.hh
References theA.
Referenced by G4tgbIsotope::BuildG4Isotope().
|
inline |
Definition at line 61 of file G4tgrIsotope.hh.
View newest version in sPHENIX GitHub at line 61 of file G4tgrIsotope.hh
References theN.
Referenced by G4tgbIsotope::BuildG4Isotope().
Definition at line 59 of file G4tgrIsotope.hh.
View newest version in sPHENIX GitHub at line 59 of file G4tgrIsotope.hh
References theName.
Referenced by G4tgrMaterialFactory::AddIsotope(), G4tgbIsotope::BuildG4Isotope(), and G4tgbIsotope::GetName().
|
inline |
Definition at line 60 of file G4tgrIsotope.hh.
View newest version in sPHENIX GitHub at line 60 of file G4tgrIsotope.hh
References theZ.
Referenced by G4tgbIsotope::BuildG4Isotope().
|
friend |
Definition at line 75 of file G4tgrIsotope.cc.
View newest version in sPHENIX GitHub at line 75 of file G4tgrIsotope.cc
|
private |
Definition at line 71 of file G4tgrIsotope.hh.
View newest version in sPHENIX GitHub at line 71 of file G4tgrIsotope.hh
Referenced by G4tgrIsotope(), GetA(), and operator<<().
|
private |
Definition at line 70 of file G4tgrIsotope.hh.
View newest version in sPHENIX GitHub at line 70 of file G4tgrIsotope.hh
Referenced by G4tgrIsotope(), GetN(), and operator<<().
|
private |
Definition at line 68 of file G4tgrIsotope.hh.
View newest version in sPHENIX GitHub at line 68 of file G4tgrIsotope.hh
Referenced by G4tgrIsotope(), GetName(), and operator<<().
|
private |
Definition at line 69 of file G4tgrIsotope.hh.
View newest version in sPHENIX GitHub at line 69 of file G4tgrIsotope.hh
Referenced by G4tgrIsotope(), GetZ(), and operator<<().