| 
    Geant4
    10.03.p02
    
   | 
 
#include "globals.hh"#include "G4THitsMap.hh"#include "G4RotationMatrix.hh"#include "G4StatDouble.hh"#include <map>

Go to the source code of this file.
Classes | |
| class | G4VScoringMesh | 
Typedefs | |
| typedef G4THitsMap< G4double > | EventScore | 
| typedef G4THitsMap< G4StatDouble > | RunScore | 
| typedef std::map< G4String,  RunScore * >  | MeshScoreMap | 
Enumerations | |
| enum | MeshShape { boxMesh, cylinderMesh, sphereMesh, undefinedMesh = -1 } | 
| typedef G4THitsMap< G4double > EventScore | 
Definition at line 49 of file G4VScoringMesh.hh.
| typedef std::map< G4String, RunScore* > MeshScoreMap | 
Definition at line 51 of file G4VScoringMesh.hh.
| typedef G4THitsMap< G4StatDouble > RunScore | 
Definition at line 50 of file G4VScoringMesh.hh.
| enum MeshShape | 
| Enumerator | |
|---|---|
| boxMesh | |
| cylinderMesh | |
| sphereMesh | |
| undefinedMesh | |
Definition at line 48 of file G4VScoringMesh.hh.