Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4SmartVoxelHeader.hh File Reference
#include "G4Types.hh"
#include "geomdefs.hh"
#include "G4SmartVoxelProxy.hh"
#include "G4SmartVoxelNode.hh"
#include <vector>
#include "G4SmartVoxelHeader.icc"

Go to the source code of this file.

Classes

class  G4SmartVoxelHeader
 

Typedefs

typedef std::vector< G4SmartVoxelProxy * > G4ProxyVector
 
typedef std::vector< G4SmartVoxelNode * > G4NodeVector
 
typedef std::vector< G4intG4VolumeNosVector
 
typedef std::vector< G4doubleG4VolumeExtentVector
 

Typedef Documentation

◆ G4NodeVector

typedef std::vector<G4SmartVoxelNode*> G4NodeVector

Definition at line 74 of file G4SmartVoxelHeader.hh.

◆ G4ProxyVector

typedef std::vector<G4SmartVoxelProxy*> G4ProxyVector

Definition at line 73 of file G4SmartVoxelHeader.hh.

◆ G4VolumeExtentVector

typedef std::vector<G4double> G4VolumeExtentVector

Definition at line 76 of file G4SmartVoxelHeader.hh.

◆ G4VolumeNosVector

typedef std::vector<G4int> G4VolumeNosVector

Definition at line 75 of file G4SmartVoxelHeader.hh.