|
Geant4
10.01.p01
|
#include <G4MCCIndexConversionTable.hh>
Public Member Functions | |
| G4MCCIndexConversionTable () | |
| virtual | ~G4MCCIndexConversionTable () |
| void | Reset (size_t size) |
| G4bool | IsUsed (size_t index) const |
| void | SetNewIndex (size_t index, size_t new_value) |
| G4int | GetIndex (size_t index) const |
| size_t | size () const |
Protected Types | |
| typedef std::vector< G4int > | G4IntVector |
Protected Attributes | |
| G4IntVector | vecNewIndex |
Definition at line 54 of file G4MCCIndexConversionTable.hh.
|
protected |
Definition at line 82 of file G4MCCIndexConversionTable.hh.
| G4MCCIndexConversionTable::G4MCCIndexConversionTable | ( | ) |
Definition at line 41 of file G4MCCIndexConversionTable.cc.
|
virtual |
Definition at line 46 of file G4MCCIndexConversionTable.cc.
References vecNewIndex.
|
inline |
Definition at line 106 of file G4MCCIndexConversionTable.hh.
References vecNewIndex.
Referenced by G4ProductionCutsTable::RetrieveCutsInfo(), and G4PhysicsTableHelper::RetrievePhysicsTable().
Here is the caller graph for this function:
|
inline |
Definition at line 87 of file G4MCCIndexConversionTable.hh.
References vecNewIndex.
Referenced by G4ProductionCutsTable::RetrieveCutsInfo(), and G4PhysicsTableHelper::RetrievePhysicsTable().
Here is the caller graph for this function:| void G4MCCIndexConversionTable::Reset | ( | size_t | size | ) |
Definition at line 51 of file G4MCCIndexConversionTable.cc.
References vecNewIndex.
Referenced by G4ProductionCutsTable::CheckMaterialCutsCoupleInfo().
Here is the caller graph for this function:
|
inline |
Definition at line 97 of file G4MCCIndexConversionTable.hh.
References vecNewIndex.
Referenced by G4ProductionCutsTable::CheckMaterialCutsCoupleInfo().
Here is the caller graph for this function:
|
inline |
Definition at line 115 of file G4MCCIndexConversionTable.hh.
References vecNewIndex.
Referenced by G4ProductionCutsTable::RetrieveCutsInfo(), and G4PhysicsTableHelper::RetrievePhysicsTable().
Here is the caller graph for this function:
|
protected |
Definition at line 83 of file G4MCCIndexConversionTable.hh.
Referenced by GetIndex(), IsUsed(), Reset(), SetNewIndex(), size(), and ~G4MCCIndexConversionTable().