![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/g3tog4/include/G3MatTableEntry.hh>
Collaboration diagram for G3MatTableEntry:Public Member Functions | |
| G3MatTableEntry (G4int id, G4Material *material) | |
| G3MatTableEntry (const G3MatTableEntry &right) | |
| virtual | ~G3MatTableEntry () |
| G3MatTableEntry & | operator= (const G3MatTableEntry &right) |
| G4bool | operator== (const G3MatTableEntry &right) const |
| G4bool | operator!= (const G3MatTableEntry &right) const |
| G4int | GetID () const |
| G4Material * | GetMaterial () const |
Private Attributes | |
| G4int | fID |
| G4Material * | fMaterial |
Definition at line 45 of file G3MatTableEntry.hh.
View newest version in sPHENIX GitHub at line 45 of file G3MatTableEntry.hh
| G3MatTableEntry::G3MatTableEntry | ( | G4int | id, |
| G4Material * | material | ||
| ) |
Definition at line 34 of file G3MatTableEntry.cc.
View newest version in sPHENIX GitHub at line 34 of file G3MatTableEntry.cc
| G3MatTableEntry::G3MatTableEntry | ( | const G3MatTableEntry & | right | ) |
Definition at line 39 of file G3MatTableEntry.cc.
View newest version in sPHENIX GitHub at line 39 of file G3MatTableEntry.cc
|
virtual |
Definition at line 44 of file G3MatTableEntry.cc.
View newest version in sPHENIX GitHub at line 44 of file G3MatTableEntry.cc
|
inline |
Definition at line 71 of file G3MatTableEntry.hh.
View newest version in sPHENIX GitHub at line 71 of file G3MatTableEntry.hh
References fID.
Referenced by G3MatTable::get(), operator=(), and operator==().
Here is the caller graph for this function:
|
inline |
Definition at line 74 of file G3MatTableEntry.hh.
View newest version in sPHENIX GitHub at line 74 of file G3MatTableEntry.hh
References fMaterial.
Referenced by G3MatTable::get(), and operator=().
Here is the caller graph for this function:| G4bool G3MatTableEntry::operator!= | ( | const G3MatTableEntry & | right | ) | const |
Definition at line 63 of file G3MatTableEntry.cc.
View newest version in sPHENIX GitHub at line 63 of file G3MatTableEntry.cc
| G3MatTableEntry & G3MatTableEntry::operator= | ( | const G3MatTableEntry & | right | ) |
Definition at line 47 of file G3MatTableEntry.cc.
View newest version in sPHENIX GitHub at line 47 of file G3MatTableEntry.cc
References fID, fMaterial, GetID(), and GetMaterial().
Here is the call graph for this function:| G4bool G3MatTableEntry::operator== | ( | const G3MatTableEntry & | right | ) | const |
Definition at line 55 of file G3MatTableEntry.cc.
View newest version in sPHENIX GitHub at line 55 of file G3MatTableEntry.cc
Here is the call graph for this function:
|
private |
Definition at line 65 of file G3MatTableEntry.hh.
View newest version in sPHENIX GitHub at line 65 of file G3MatTableEntry.hh
Referenced by GetID(), operator=(), and operator==().
|
private |
Definition at line 66 of file G3MatTableEntry.hh.
View newest version in sPHENIX GitHub at line 66 of file G3MatTableEntry.hh
Referenced by GetMaterial(), and operator=().