Geant4-11
Data Structures | Typedefs
G4ScoringManager.hh File Reference
#include "globals.hh"
#include "G4VScoringMesh.hh"
#include <vector>
#include <map>
#include "G4VScoreWriter.hh"

Go to the source code of this file.

Data Structures

class  G4ScoringManager
 

Typedefs

typedef std::map< G4String, G4VScoreColorMap * > ColorMapDict
 
typedef std::map< G4String, G4VScoreColorMap * >::const_iterator ColorMapDictConstItr
 
typedef std::map< G4String, G4VScoreColorMap * >::iterator ColorMapDictItr
 
typedef std::map< G4int, G4VScoringMesh * > MeshMap
 
typedef std::map< G4int, G4VScoringMesh * >::const_iterator MeshMapConstItr
 
typedef std::map< G4int, G4VScoringMesh * >::iterator MeshMapItr
 
typedef std::vector< G4VScoringMesh * > MeshVec
 
typedef std::vector< G4VScoringMesh * >::const_iterator MeshVecConstItr
 
typedef std::vector< G4VScoringMesh * >::iterator MeshVecItr
 

Typedef Documentation

◆ ColorMapDict

typedef std::map<G4String, G4VScoreColorMap*> ColorMapDict

Definition at line 54 of file G4ScoringManager.hh.

◆ ColorMapDictConstItr

typedef std::map<G4String,G4VScoreColorMap*>::const_iterator ColorMapDictConstItr

Definition at line 57 of file G4ScoringManager.hh.

◆ ColorMapDictItr

typedef std::map<G4String,G4VScoreColorMap*>::iterator ColorMapDictItr

Definition at line 55 of file G4ScoringManager.hh.

◆ MeshMap

typedef std::map<G4int, G4VScoringMesh*> MeshMap

Definition at line 58 of file G4ScoringManager.hh.

◆ MeshMapConstItr

typedef std::map<G4int,G4VScoringMesh*>::const_iterator MeshMapConstItr

Definition at line 60 of file G4ScoringManager.hh.

◆ MeshMapItr

typedef std::map<G4int,G4VScoringMesh*>::iterator MeshMapItr

Definition at line 59 of file G4ScoringManager.hh.

◆ MeshVec

typedef std::vector<G4VScoringMesh*> MeshVec

Definition at line 51 of file G4ScoringManager.hh.

◆ MeshVecConstItr

typedef std::vector<G4VScoringMesh*>::const_iterator MeshVecConstItr

Definition at line 53 of file G4ScoringManager.hh.

◆ MeshVecItr

typedef std::vector<G4VScoringMesh*>::iterator MeshVecItr

Definition at line 52 of file G4ScoringManager.hh.