Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4VScoringMesh.hh File Reference
#include "globals.hh"
#include "G4THitsMap.hh"
#include "G4RotationMatrix.hh"
#include "G4StatDouble.hh"
#include <map>
Include dependency graph for G4VScoringMesh.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  G4VScoringMesh
 

Typedefs

typedef G4THitsMap< G4doubleEventScore
 
typedef G4THitsMap< G4StatDoubleRunScore
 
typedef std::map< G4String,
RunScore * > 
MeshScoreMap
 

Enumerations

enum  MeshShape { boxMesh, cylinderMesh, sphereMesh, undefinedMesh = -1 }
 

Typedef Documentation

Definition at line 49 of file G4VScoringMesh.hh.

typedef std::map< G4String, RunScore* > MeshScoreMap

Definition at line 51 of file G4VScoringMesh.hh.

Definition at line 50 of file G4VScoringMesh.hh.

Enumeration Type Documentation

enum MeshShape
Enumerator
boxMesh 
cylinderMesh 
sphereMesh 
undefinedMesh 

Definition at line 48 of file G4VScoringMesh.hh.