Geant4 11.1.1
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

Definition at line 76 of file G4ExtrudedSolid.hh.

Constructor & Destructor Documentation

◆ ZSection() [1/2]

G4ExtrudedSolid::ZSection::ZSection ( )
inline

Definition at line 78 of file G4ExtrudedSolid.hh.

◆ ZSection() [2/2]

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

Definition at line 79 of file G4ExtrudedSolid.hh.

80 : fZ(z), fOffset(offset), fScale(scale) {}

Member Data Documentation

◆ fOffset

G4TwoVector G4ExtrudedSolid::ZSection::fOffset

◆ fScale

G4double G4ExtrudedSolid::ZSection::fScale

◆ fZ

G4double G4ExtrudedSolid::ZSection::fZ

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