Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#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> |
using G4NodeVector = std::vector<G4SmartVoxelNode*> |
Definition at line 70 of file G4SmartVoxelHeader.hh.
using G4ProxyVector = std::vector<G4SmartVoxelProxy*> |
Definition at line 69 of file G4SmartVoxelHeader.hh.
using G4VolumeExtentVector = std::vector<G4double> |
Definition at line 72 of file G4SmartVoxelHeader.hh.
using G4VolumeNosVector = std::vector<G4int> |
Definition at line 71 of file G4SmartVoxelHeader.hh.