Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4ExtrudedSolid::ZSection Struct Reference

#include <G4ExtrudedSolid.hh>

Public Member Functions

 ZSection ()
 ZSection (G4double z, const G4TwoVector &offset, G4double scale)

Public Attributes

G4double fZ
G4TwoVector fOffset
G4double fScale

Detailed Description

Structure defining a Z section composing the solid.

Definition at line 85 of file G4ExtrudedSolid.hh.

Constructor & Destructor Documentation

◆ ZSection() [1/2]

G4ExtrudedSolid::ZSection::ZSection ( )
inline

Definition at line 87 of file G4ExtrudedSolid.hh.

◆ ZSection() [2/2]

G4ExtrudedSolid::ZSection::ZSection ( G4double z,
const G4TwoVector & offset,
G4double scale )
inline

Definition at line 88 of file G4ExtrudedSolid.hh.

89 : fZ(z), fOffset(offset), fScale(scale) {}
G4ThreadLocal T * G4GeomSplitter< T >::offset

Member Data Documentation

◆ fOffset

◆ fScale

◆ fZ


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