VGM Version 5.3
|
The VGM interface to trap solids. More...
#include <ITrap.h>
Public Member Functions | |
virtual | ~ITrap () |
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 | ZHalfLength () const =0 |
Return the half-length along the z axis in mm. | |
virtual double | Theta () const =0 |
Return the polar angle of the line joining the centres of the faces at -hz and +hz in deg. | |
virtual double | Phi () const =0 |
Return the azimuthal angle of the line joining the centres of the faces at -hz and +hz in deg. | |
virtual double | YHalfLengthMinusZ () const =0 |
Return the half-length along y of the face at -hz in mm. | |
virtual double | XHalfLengthMinusZMinusY () const =0 |
Return the half-length along x of the side at -hy of the face at -hz in mm. | |
virtual double | XHalfLengthMinusZPlusY () const =0 |
Return the half-length along x of the side at +hy of the face at +hz in mm. | |
virtual double | AlphaMinusZ () const =0 |
Return the angle with respect to the y axis from the centre of the side at -hy to the centre at +hy of the face at -hz. | |
virtual double | YHalfLengthPlusZ () const =0 |
Return the half-length along y of the face at +hz in m. | |
virtual double | XHalfLengthPlusZMinusY () const =0 |
Return the half-length along x of the side at -hy of the face at +hz in m. | |
virtual double | XHalfLengthPlusZPlusY () const =0 |
Return the half-length along x of the side at +hy of the face at +hz in m. | |
virtual double | AlphaPlusZ () const =0 |
Return the angle with respect to the y axis from the centre of the side at -hy to the centre at +hy of the face at +hz. | |
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::Trap, and RootGM::Trap.
|
pure virtual |
Return the half-length along the z axis in mm.
Implemented in Geant4GM::Trap, and RootGM::Trap.
|
pure virtual |
Return the polar angle of the line joining the centres of the faces at -hz and +hz in deg.
Implemented in Geant4GM::Trap, and RootGM::Trap.
|
pure virtual |
Return the azimuthal angle of the line joining the centres of the faces at -hz and +hz in deg.
Implemented in Geant4GM::Trap, and RootGM::Trap.
|
pure virtual |
Return the half-length along y of the face at -hz in mm.
Implemented in Geant4GM::Trap, and RootGM::Trap.
|
pure virtual |
Return the half-length along x of the side at -hy of the face at -hz in mm.
Implemented in Geant4GM::Trap, and RootGM::Trap.
|
pure virtual |
Return the half-length along x of the side at +hy of the face at +hz in mm.
Implemented in Geant4GM::Trap, and RootGM::Trap.
|
pure virtual |
Return the angle with respect to the y axis from the centre of the side at -hy to the centre at +hy of the face at -hz.
Implemented in Geant4GM::Trap, and RootGM::Trap.
|
pure virtual |
Return the half-length along y of the face at +hz in m.
Implemented in Geant4GM::Trap, and RootGM::Trap.
|
pure virtual |
Return the half-length along x of the side at -hy of the face at +hz in m.
Implemented in Geant4GM::Trap, and RootGM::Trap.
|
pure virtual |
Return the half-length along x of the side at +hy of the face at +hz in m.
Implemented in Geant4GM::Trap, and RootGM::Trap.
|
pure virtual |
Return the angle with respect to the y axis from the centre of the side at -hy to the centre at +hy of the face at +hz.
Implemented in Geant4GM::Trap, and RootGM::Trap.
|
pure virtual |
Put the printing of the solid parameters in the out stream.
Implements VGM::ISolid.
Implemented in BaseVGM::VTrap.