VGM Version 5.3
|
The VGM interface to cons solids. More...
#include <ICons.h>
Public Member Functions | |
virtual | ~ICons () |
virtual SolidType | Type () const =0 |
Return the type of this solid. | |
virtual std::string | Name () const =0 |
Return the name of this solid. | |
virtual double | InnerRadiusMinusZ () const =0 |
Return the innner radius at -z in mm. | |
virtual double | OuterRadiusMinusZ () const =0 |
Return the outer radius at -z in mm. | |
virtual double | InnerRadiusPlusZ () const =0 |
Return the innner radius at +z in mm. | |
virtual double | OuterRadiusPlusZ () const =0 |
Return the outer radius at -z in mm. | |
virtual double | ZHalfLength () const =0 |
Return the half-length along the z axis in mm. | |
virtual double | StartPhi () const =0 |
Return the starting phi angle of the segment in deg. | |
virtual double | DeltaPhi () const =0 |
Return the opening phi angle of the segment in deg. | |
virtual std::ostream & | Put (std::ostream &out) const =0 |
Put the printing of the solid parameters in the out stream. | |
Public Member Functions inherited from VGM::ISolid | |
virtual | ~ISolid () |
|
pure virtual |
|
pure virtual |
Return the name of this solid.
Implements VGM::ISolid.
Implemented in Geant4GM::Cons, and RootGM::Cons.
|
pure virtual |
Return the innner radius at -z in mm.
Implemented in Geant4GM::Cons, and RootGM::Cons.
|
pure virtual |
Return the outer radius at -z in mm.
Implemented in Geant4GM::Cons, and RootGM::Cons.
|
pure virtual |
Return the innner radius at +z in mm.
Implemented in Geant4GM::Cons, and RootGM::Cons.
|
pure virtual |
Return the outer radius at -z in mm.
Implemented in Geant4GM::Cons, and RootGM::Cons.
|
pure virtual |
Return the half-length along the z axis in mm.
Implemented in Geant4GM::Cons, and RootGM::Cons.
|
pure virtual |
Return the starting phi angle of the segment in deg.
Implemented in Geant4GM::Cons, and RootGM::Cons.
|
pure virtual |
Return the opening phi angle of the segment in deg.
Implemented in Geant4GM::Cons, and RootGM::Cons.
|
pure virtual |
Put the printing of the solid parameters in the out stream.
Implements VGM::ISolid.
Implemented in BaseVGM::VCons.