#include <Tubs.h>
Public Member Functions | |
void | stream (std::ostream &) const override |
Tubs (double zhalf, double rIn, double rOut, double startPhi, double deltaPhi) | |
double | volume () const override |
Public Member Functions inherited from DDI::Solid | |
const std::vector< double > & | parameters () const |
void | setParameters (std::vector< double > const &p) |
DDSolidShape | shape () const |
Solid () | |
Solid (DDSolidShape shape) | |
virtual | ~Solid () |
Additional Inherited Members | |
Protected Attributes inherited from DDI::Solid | |
std::vector< double > | p_ |
DDSolidShape | shape_ |
DDI::Tubs::Tubs | ( | double | zhalf, |
double | rIn, | ||
double | rOut, | ||
double | startPhi, | ||
double | deltaPhi | ||
) |
|
overridevirtual |
Reimplemented from DDI::Solid.
Definition at line 26 of file Tubs.cc.
References geant_units::operators::convertMmToCm(), geant_units::operators::convertRadToDeg(), and DDI::Solid::p_.
|
overridevirtual |