The ABC for tubs solids.
More...
#include <VTubs.h>
|
| VTubs () |
|
virtual | ~VTubs () |
|
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 | ~ITubs () |
|
virtual std::string | Name () const =0 |
| Return the name of this solid.
|
|
virtual double | InnerRadius () const =0 |
| Return the inside radius in mm.
|
|
virtual double | OuterRadius () const =0 |
| Return the outside radius in mm.
|
|
virtual double | ZHalfLength () const =0 |
| Return the half-length along the z axis in m.
|
|
virtual double | StartPhi () const =0 |
| Return the starting angle of the segment in deg.
|
|
virtual double | DeltaPhi () const =0 |
| Return the opening angle of the segment in deg.
|
|
virtual | ~ISolid () |
|
The ABC for tubs solids.
- Author
- Ivana Hrivnacova; IPN Orsay
Definition at line 29 of file VTubs.h.
◆ VTubs()
BaseVGM::VTubs::VTubs |
( |
| ) |
|
Default constructor
Definition at line 30 of file VTubs.cxx.
◆ ~VTubs()
BaseVGM::VTubs::~VTubs |
( |
| ) |
|
|
virtual |
◆ Type()
◆ Put()
std::ostream & BaseVGM::VTubs::Put |
( |
std::ostream & | out | ) |
const |
|
virtual |
Put the printing of the solid parameters in the out stream.
Implements VGM::ITubs.
Definition at line 42 of file VTubs.cxx.
The documentation for this class was generated from the following files:
- packages/BaseVGM/include/BaseVGM/solids/VTubs.h
- packages/BaseVGM/source/solids/VTubs.cxx