LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "G4EzVoxelParameterization.hh"
Public Member Functions | |
G4EzVoxelParameterization (G4double ddx, G4double ddy, G4double ddz, G4int nx, G4int ny, G4int nz) | |
~G4EzVoxelParameterization () | |
virtual void | ComputeTransformation (const G4int copyNo, G4VPhysicalVolume *physVol) const |
virtual void | ComputeDimensions (G4Box &aBox, const G4int copyNo, const G4VPhysicalVolume *physVol) const |
Protected Attributes | |
G4ThreeVector | voxelSize |
G4ThreeVector | motherSize |
G4int | nvoxels [3] |
Definition at line 43 of file G4EzVoxelParameterization.hh.
G4EzVoxelParameterization::G4EzVoxelParameterization | ( | G4double | ddx, |
G4double | ddy, | ||
G4double | ddz, | ||
G4int | nx, | ||
G4int | ny, | ||
G4int | nz | ||
) |
Definition at line 43 of file G4EzVoxelParameterization.cc.
G4EzVoxelParameterization::~G4EzVoxelParameterization | ( | ) |
Definition at line 54 of file G4EzVoxelParameterization.cc.
References ComputeTransformation().
|
virtual |
Definition at line 84 of file G4EzVoxelParameterization.cc.
Referenced by ComputeTransformation().
|
virtual |
Definition at line 62 of file G4EzVoxelParameterization.cc.
References ComputeDimensions(), motherSize, nvoxels, and voxelSize.
Referenced by ~G4EzVoxelParameterization().
|
protected |
Definition at line 46 of file G4EzVoxelParameterization.hh.
Referenced by ComputeTransformation().
|
protected |
Definition at line 47 of file G4EzVoxelParameterization.hh.
Referenced by ComputeTransformation().
|
protected |
Definition at line 45 of file G4EzVoxelParameterization.hh.
Referenced by ComputeTransformation().