![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/g3tog4/include/G3EleTable.hh>
Collaboration diagram for G3EleTable:Public Member Functions | |
| G3EleTable () | |
| virtual | ~G3EleTable () |
| G4Element * | GetEle (G4double Z) |
Private Member Functions | |
| void | LoadUp () |
| G4int | parse (G4double &Z, char *name, char *sym, G4double &A) |
Private Attributes | |
| char ** | _EleNames |
| G4Element ** | _Ele |
| G4int | _MaxEle |
Definition at line 47 of file G3EleTable.hh.
View newest version in sPHENIX GitHub at line 47 of file G3EleTable.hh
| G3EleTable::G3EleTable | ( | ) |
Definition at line 38 of file G3EleTable.cc.
View newest version in sPHENIX GitHub at line 38 of file G3EleTable.cc
References _Ele, _EleNames, _MaxEle, and LoadUp().
Here is the call graph for this function:
|
virtual |
Definition at line 45 of file G3EleTable.cc.
View newest version in sPHENIX GitHub at line 45 of file G3EleTable.cc
Definition at line 51 of file G3EleTable.cc.
View newest version in sPHENIX GitHub at line 51 of file G3EleTable.cc
References _Ele, A(), Acts::UnitConstants::g, mole, and parse().
Referenced by G4gsmate(), and G4gsmixt().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 80 of file G3EleTable.cc.
View newest version in sPHENIX GitHub at line 80 of file G3EleTable.cc
References _Ele, and _EleNames.
Referenced by G3EleTable().
Here is the caller graph for this function:Definition at line 67 of file G3EleTable.cc.
View newest version in sPHENIX GitHub at line 67 of file G3EleTable.cc
References _EleNames, _MaxEle, A(), in, and z.
Referenced by GetEle().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 64 of file G3EleTable.hh.
View newest version in sPHENIX GitHub at line 64 of file G3EleTable.hh
Referenced by G3EleTable(), GetEle(), LoadUp(), and ~G3EleTable().
|
private |
Definition at line 63 of file G3EleTable.hh.
View newest version in sPHENIX GitHub at line 63 of file G3EleTable.hh
Referenced by G3EleTable(), LoadUp(), parse(), and ~G3EleTable().
|
private |
Definition at line 65 of file G3EleTable.hh.
View newest version in sPHENIX GitHub at line 65 of file G3EleTable.hh
Referenced by G3EleTable(), and parse().