ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/processes/management/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 Types | |
typedef std::vector < G4ProcessManager * > | G4ProcMgrVector |
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 |
Private Attributes | |
G4VProcess * | pProcess |
G4ProcMgrVector * | pProcMgrVector |
Friends | |
class | G4ProcessTable |
Definition at line 52 of file G4ProcTblElement.hh.
View newest version in sPHENIX GitHub at line 52 of file G4ProcTblElement.hh
|
protected |
Definition at line 76 of file G4ProcTblElement.hh.
View newest version in sPHENIX GitHub at line 76 of file G4ProcTblElement.hh
|
protected |
Definition at line 41 of file G4ProcTblElement.cc.
View newest version in sPHENIX GitHub at line 41 of file G4ProcTblElement.cc
G4ProcTblElement::G4ProcTblElement | ( | const G4ProcTblElement & | right | ) |
Definition at line 54 of file G4ProcTblElement.cc.
View newest version in sPHENIX GitHub at line 54 of file G4ProcTblElement.cc
References right.
G4ProcTblElement::G4ProcTblElement | ( | G4VProcess * | aProcess | ) |
Definition at line 47 of file G4ProcTblElement.cc.
View newest version in sPHENIX GitHub at line 47 of file G4ProcTblElement.cc
References pProcMgrVector.
G4ProcTblElement::~G4ProcTblElement | ( | ) |
Definition at line 62 of file G4ProcTblElement.cc.
View newest version in sPHENIX GitHub at line 62 of file G4ProcTblElement.cc
References pProcMgrVector.
|
protected |
Referenced by G4ProcessTable::FindProcess(), G4ProcessTable::Insert(), and G4ProcessTable::Remove().
|
protected |
|
protected |
Referenced by G4ProcessTable::DumpInfo(), G4ProcessTable::ExtractProcesses(), G4ProcessTable::Find(), G4ProcessTable::FindProcess(), G4ProcessTable::Insert(), G4ProcessTable::Remove(), and G4ProcessTable::SetProcessActivation().
|
protected |
Referenced by G4ProcessTable::DumpInfo(), and G4ProcessTable::SetProcessActivation().
|
protected |
Referenced by G4ProcessTable::Find(), G4ProcessTable::FindProcess(), and G4ProcessTable::Remove().
|
inlineprotected |
Definition at line 88 of file G4ProcTblElement.hh.
View newest version in sPHENIX GitHub at line 88 of file G4ProcTblElement.hh
References pProcMgrVector.
|
protected |
|
protected |
Referenced by G4ProcessTable::DumpInfo(), G4ProcessTable::Remove(), and G4ProcessTable::SetProcessActivation().
G4bool G4ProcTblElement::operator!= | ( | const G4ProcTblElement & | right | ) | const |
Definition at line 99 of file G4ProcTblElement.cc.
View newest version in sPHENIX GitHub at line 99 of file G4ProcTblElement.cc
G4ProcTblElement & G4ProcTblElement::operator= | ( | const G4ProcTblElement & | right | ) |
Definition at line 72 of file G4ProcTblElement.cc.
View newest version in sPHENIX GitHub at line 72 of file G4ProcTblElement.cc
References pProcess, and pProcMgrVector.
G4bool G4ProcTblElement::operator== | ( | const G4ProcTblElement & | right | ) | const |
Definition at line 92 of file G4ProcTblElement.cc.
View newest version in sPHENIX GitHub at line 92 of file G4ProcTblElement.cc
|
protected |
|
friend |
Definition at line 55 of file G4ProcTblElement.hh.
View newest version in sPHENIX GitHub at line 55 of file G4ProcTblElement.hh
|
private |
Definition at line 95 of file G4ProcTblElement.hh.
View newest version in sPHENIX GitHub at line 95 of file G4ProcTblElement.hh
Referenced by operator=().
|
private |
Definition at line 98 of file G4ProcTblElement.hh.
View newest version in sPHENIX GitHub at line 98 of file G4ProcTblElement.hh
Referenced by G4ProcTblElement(), GetProcMgrVector(), operator=(), and ~G4ProcTblElement().