GEARS
Geant4 Example Application with Rich features and Small footprints
Public Attributes | List of all members
BorderSurface Struct Reference

A link list of G4LogicalBorderSurface. More...

Collaboration diagram for BorderSurface:
Collaboration graph
[legend]

Public Attributes

G4String name
 name of the surface More...
 
G4String v1
 name of volume 1 More...
 
G4String v2
 name of volume 2 More...
 
G4OpticalSurface * optic
 point to G4OpticalSurface object More...
 
BorderSurfacenext
 link to next border surface More...
 

Detailed Description

A link list of G4LogicalBorderSurface.

It is used to save information provided by the :surf tag in the text geometry description, for constructing a G4LogicalBorderSurface later.

Definition at line 149 of file gears.cc.

Member Data Documentation

◆ name

G4String BorderSurface::name

name of the surface

Definition at line 151 of file gears.cc.

◆ next

BorderSurface* BorderSurface::next

link to next border surface

Definition at line 155 of file gears.cc.

◆ optic

G4OpticalSurface* BorderSurface::optic

point to G4OpticalSurface object

Definition at line 154 of file gears.cc.

◆ v1

G4String BorderSurface::v1

name of volume 1

Definition at line 152 of file gears.cc.

◆ v2

G4String BorderSurface::v2

name of volume 2

Definition at line 153 of file gears.cc.


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