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

Go to the source code of this file.

Classes

class  G4SmartVoxelHeader
 

Typedefs

using G4ProxyVector = std::vector<G4SmartVoxelProxy*>
 
using G4NodeVector = std::vector<G4SmartVoxelNode*>
 
using G4VolumeNosVector = std::vector<G4int>
 
using G4VolumeExtentVector = std::vector<G4double>
 

Typedef Documentation

◆ G4NodeVector

using G4NodeVector = std::vector<G4SmartVoxelNode*>

Definition at line 70 of file G4SmartVoxelHeader.hh.

◆ G4ProxyVector

using G4ProxyVector = std::vector<G4SmartVoxelProxy*>

Definition at line 69 of file G4SmartVoxelHeader.hh.

◆ G4VolumeExtentVector

using G4VolumeExtentVector = std::vector<G4double>

Definition at line 72 of file G4SmartVoxelHeader.hh.

◆ G4VolumeNosVector

using G4VolumeNosVector = std::vector<G4int>

Definition at line 71 of file G4SmartVoxelHeader.hh.