Geant4-11
Public Member Functions | Data Fields
G4GDMLParameterisation::PARAMETER Struct Reference

#include <G4GDMLParameterisation.hh>

Public Member Functions

 PARAMETER ()
 

Data Fields

G4double dimension [16]
 
G4ThreeVector position
 
G4RotationMatrixpRot = nullptr
 

Detailed Description

Definition at line 64 of file G4GDMLParameterisation.hh.

Constructor & Destructor Documentation

◆ PARAMETER()

G4GDMLParameterisation::PARAMETER::PARAMETER ( )
inline

Definition at line 70 of file G4GDMLParameterisation.hh.

71 {
72 memset(dimension, 0, sizeof(dimension));
73 }

References dimension.

Field Documentation

◆ dimension

G4double G4GDMLParameterisation::PARAMETER::dimension[16]

◆ position

G4ThreeVector G4GDMLParameterisation::PARAMETER::position

Definition at line 67 of file G4GDMLParameterisation.hh.

Referenced by G4GDMLReadParamvol::ParametersRead().

◆ pRot

G4RotationMatrix* G4GDMLParameterisation::PARAMETER::pRot = nullptr

Definition at line 66 of file G4GDMLParameterisation.hh.

Referenced by G4GDMLReadParamvol::ParametersRead().


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