The ABC for para solids.
More...
#include <VPara.h>
|
| | VPara () |
| |
| virtual | ~VPara () |
| |
| virtual VGM::SolidType | Type () const |
| | Return the type of this solid.
|
| |
| virtual std::ostream & | Put (std::ostream &out) const |
| | Put the printing of the solid parameters in the out stream.
|
| |
| virtual | ~IPara () |
| |
| virtual std::string | Name () const =0 |
| | Return the name of this solid.
|
| |
| virtual double | XHalfLength () const =0 |
| | Return half-length along the x axis in mm.
|
| |
| virtual double | YHalfLength () const =0 |
| | Return half-length along the y axis in mm.
|
| |
| virtual double | ZHalfLength () const =0 |
| | Return half-length along the z axis in mm.
|
| |
| virtual double | Alpha () const =0 |
| | Return angle formed by the y axis and by the plane joining the centre of the faces parallel to the z-x plane at -hy and +hy in deg.
|
| |
| virtual double | Theta () const =0 |
| | Return polar angle of the line joining the centres of the faces at -hz and +hz in deg.
|
| |
| virtual double | Phi () const =0 |
| | Return azimuthal angle of the line joining the centres of the faces at -hz and +hz in deg.
|
| |
| virtual | ~ISolid () |
| |
The ABC for para solids.
- Author
- Ivana Hrivnacova; IPN Orsay
Definition at line 29 of file VPara.h.
◆ VPara()
| BaseVGM::VPara::VPara |
( |
| ) |
|
Default constructor
Definition at line 30 of file VPara.cxx.
◆ ~VPara()
| BaseVGM::VPara::~VPara |
( |
| ) |
|
|
virtual |
◆ Type()
◆ Put()
| std::ostream & BaseVGM::VPara::Put |
( |
std::ostream & | out | ) |
const |
|
virtual |
Put the printing of the solid parameters in the out stream.
Implements VGM::IPara.
Definition at line 42 of file VPara.cxx.
The documentation for this class was generated from the following files:
- packages/BaseVGM/include/BaseVGM/solids/VPara.h
- packages/BaseVGM/source/solids/VPara.cxx