|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
G4PVData encapsulates the fields associated to G4VPhysicalVolume that are not read-only - they will change during simulation and must have a per-thread state. More...
#include <G4VPhysicalVolume.hh>
Public Member Functions | |
| G4PVData ()=default | |
| void | initialize () |
Public Attributes | |
| G4RotationMatrix * | frot = nullptr |
| G4double | tx = 0. |
| G4double | ty = 0. |
| G4double | tz = 0. |
G4PVData encapsulates the fields associated to G4VPhysicalVolume that are not read-only - they will change during simulation and must have a per-thread state.
Definition at line 58 of file G4VPhysicalVolume.hh.
|
default |
|
inline |
Definition at line 64 of file G4VPhysicalVolume.hh.
| G4RotationMatrix* G4PVData::frot = nullptr |
Definition at line 70 of file G4VPhysicalVolume.hh.
Referenced by initialize().
| G4double G4PVData::tx = 0. |
Definition at line 71 of file G4VPhysicalVolume.hh.
Referenced by initialize().
| G4double G4PVData::ty = 0. |
Definition at line 71 of file G4VPhysicalVolume.hh.
Referenced by initialize().
| G4double G4PVData::tz = 0. |
Definition at line 71 of file G4VPhysicalVolume.hh.
Referenced by initialize().