Geant4  10.00.p02
G4MCCIndexConversionTable Class Reference

#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< G4intG4IntVector
 

Protected Attributes

G4IntVector vecNewIndex
 

Detailed Description

Definition at line 54 of file G4MCCIndexConversionTable.hh.

Member Typedef Documentation

typedef std::vector<G4int> G4MCCIndexConversionTable::G4IntVector
protected

Definition at line 82 of file G4MCCIndexConversionTable.hh.

Constructor & Destructor Documentation

G4MCCIndexConversionTable::G4MCCIndexConversionTable ( )

Definition at line 41 of file G4MCCIndexConversionTable.cc.

G4MCCIndexConversionTable::~G4MCCIndexConversionTable ( )
virtual

Definition at line 46 of file G4MCCIndexConversionTable.cc.

References vecNewIndex.

Member Function Documentation

G4int G4MCCIndexConversionTable::GetIndex ( size_t  index) const
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:

G4bool G4MCCIndexConversionTable::IsUsed ( size_t  index) const
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:

void G4MCCIndexConversionTable::SetNewIndex ( size_t  index,
size_t  new_value 
)
inline

Definition at line 97 of file G4MCCIndexConversionTable.hh.

References vecNewIndex.

Referenced by G4ProductionCutsTable::CheckMaterialCutsCoupleInfo().

+ Here is the caller graph for this function:

size_t G4MCCIndexConversionTable::size ( ) const
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:

Member Data Documentation

G4IntVector G4MCCIndexConversionTable::vecNewIndex
protected

The documentation for this class was generated from the following files: