Geant4-11
Public Member Functions | Data Fields
G4PVData Class Reference

#include <G4VPhysicalVolume.hh>

Public Member Functions

 G4PVData ()=default
 
void initialize ()
 

Data Fields

G4RotationMatrixfrot = nullptr
 
G4double tx = 0.
 
G4double ty = 0.
 
G4double tz = 0.
 

Detailed Description

Definition at line 55 of file G4VPhysicalVolume.hh.

Constructor & Destructor Documentation

◆ G4PVData()

G4PVData::G4PVData ( )
default

Member Function Documentation

◆ initialize()

void G4PVData::initialize ( )
inline

Definition at line 65 of file G4VPhysicalVolume.hh.

66 {
67 frot = nullptr;
68 tx = 0.; ty = 0.; tz = 0.;
69 }
G4RotationMatrix * frot

References frot, tx, ty, and tz.

Field Documentation

◆ frot

G4RotationMatrix* G4PVData::frot = nullptr

Definition at line 71 of file G4VPhysicalVolume.hh.

Referenced by G4VPhysicalVolume::G4VPhysicalVolume(), and initialize().

◆ tx

G4double G4PVData::tx = 0.

Definition at line 72 of file G4VPhysicalVolume.hh.

Referenced by G4VPhysicalVolume::G4VPhysicalVolume(), and initialize().

◆ ty

G4double G4PVData::ty = 0.

Definition at line 72 of file G4VPhysicalVolume.hh.

Referenced by G4VPhysicalVolume::G4VPhysicalVolume(), and initialize().

◆ tz

G4double G4PVData::tz = 0.

Definition at line 72 of file G4VPhysicalVolume.hh.

Referenced by G4VPhysicalVolume::G4VPhysicalVolume(), and initialize().


The documentation for this class was generated from the following file: