Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ProcTblElement.hh>
Public Member Functions | |
G4ProcTblElement (const G4ProcTblElement &right) | |
G4ProcTblElement (G4VProcess *aProcess) | |
~G4ProcTblElement () | |
G4ProcTblElement & | operator= (const G4ProcTblElement &right) |
G4bool | operator== (const G4ProcTblElement &right) const |
G4bool | operator!= (const G4ProcTblElement &right) const |
Protected Member Functions | |
G4ProcTblElement () | |
G4int | Length () const |
void | Insert (G4ProcessManager *aProcMgr) |
void | Remove (G4ProcessManager *aProcMgr) |
G4VProcess * | GetProcess () const |
const G4String & | GetProcessName () const |
G4ProcessManager * | GetProcessManager (G4int index) const |
const G4ProcMgrVector * | GetProcMgrVector () const |
G4int | GetIndex (const G4ProcessManager *pManager) const |
G4bool | Contains (const G4ProcessManager *pManager) const |
Friends | |
class | G4ProcessTable |
Definition at line 46 of file G4ProcTblElement.hh.
G4ProcTblElement::G4ProcTblElement | ( | const G4ProcTblElement & | right | ) |
Definition at line 50 of file G4ProcTblElement.cc.
Referenced by G4ProcessTable, G4ProcTblElement(), operator!=(), operator=(), and operator==().
G4ProcTblElement::G4ProcTblElement | ( | G4VProcess * | aProcess | ) |
Definition at line 41 of file G4ProcTblElement.cc.
G4ProcTblElement::~G4ProcTblElement | ( | ) |
Definition at line 58 of file G4ProcTblElement.cc.
|
protected |
Definition at line 36 of file G4ProcTblElement.cc.
|
inlineprotected |
Referenced by G4ProcessTable::Insert(), and G4ProcessTable::Remove().
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
Referenced by G4ProcessTable::Insert().
|
inlineprotected |
G4bool G4ProcTblElement::operator!= | ( | const G4ProcTblElement & | right | ) | const |
Definition at line 97 of file G4ProcTblElement.cc.
G4ProcTblElement & G4ProcTblElement::operator= | ( | const G4ProcTblElement & | right | ) |
Definition at line 68 of file G4ProcTblElement.cc.
G4bool G4ProcTblElement::operator== | ( | const G4ProcTblElement & | right | ) | const |
Definition at line 91 of file G4ProcTblElement.cc.
|
inlineprotected |
Referenced by G4ProcessTable::Remove().
|
friend |
Definition at line 48 of file G4ProcTblElement.hh.
Referenced by G4ProcessTable.