Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SoCons.h File Reference
#include <Inventor/fields/SoSFFloat.h>
#include <Inventor/fields/SoSFNode.h>
#include <Inventor/fields/SoSFBool.h>
#include <Inventor/nodes/SoShape.h>

Go to the source code of this file.

Classes

class  SoCons
 

Macros

#define SoCons   Geant4_SoCons
 SoCons - Inventor version of the G4Cons Geant Geometry entity.
 

Macro Definition Documentation

◆ SoCons

#define SoCons   Geant4_SoCons

SoCons - Inventor version of the G4Cons Geant Geometry entity.

Node: SoCons

Description: The Inventor version of the G4Cons Geant Geometry entity

Author: Joe Boudreau Nov 11 1996

A G4Cons is, in the general case, a Phi segment of a cone, with half-length fDz, inner and outer radii specified at -fDz and +fDz. The Phi segment is described by a starting fSPhi angle, and the +fDPhi delta angle for the shape. If the delta angle is >=2*M_PI, the shape is treated as continuous in Phi

Member Data:

fRmin1 inside radius at -fDz fRmin2 inside radius at +fDz fRmax1 outside radius at -fDz fRmax2 outside radius at +fDz fDz half length in z fSPhi starting angle of the segment in radians fDPhi delta angle of the segment in radians

Definition at line 69 of file SoCons.h.