The ABC for cons solids.
More...
#include <VCons.h>
|
| VCons () |
|
virtual | ~VCons () |
|
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 | ~ICons () |
|
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 | ~ISolid () |
|
The ABC for cons solids.
- Author
- Ivana Hrivnacova; IPN Orsay
Definition at line 29 of file VCons.h.
◆ VCons()
BaseVGM::VCons::VCons |
( |
| ) |
|
Default constructor
Definition at line 30 of file VCons.cxx.
◆ ~VCons()
BaseVGM::VCons::~VCons |
( |
| ) |
|
|
virtual |
◆ Type()
◆ Put()
std::ostream & BaseVGM::VCons::Put |
( |
std::ostream & | out | ) |
const |
|
virtual |
Put the printing of the solid parameters in the out stream.
Implements VGM::ICons.
Definition at line 42 of file VCons.cxx.
The documentation for this class was generated from the following files:
- packages/BaseVGM/include/BaseVGM/solids/VCons.h
- packages/BaseVGM/source/solids/VCons.cxx