#include <TruncTubs.h>
Public Member Functions | |
void | stream (std::ostream &os) const override |
TruncTubs (double zHalf, double rIn, double rOut, double startPhi, double deltaPhi, double cutAtStart, double cutAtDelta, bool cutInside) | |
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_ |
Definition at line 9 of file TruncTubs.h.
DDI::TruncTubs::TruncTubs | ( | double | zHalf, |
double | rIn, | ||
double | rOut, | ||
double | startPhi, | ||
double | deltaPhi, | ||
double | cutAtStart, | ||
double | cutAtDelta, | ||
bool | cutInside | ||
) |
Definition at line 10 of file TruncTubs.cc.
References DDI::Solid::p_.
|
overridevirtual |
Reimplemented from DDI::Solid.
Definition at line 30 of file TruncTubs.cc.
References DDI::Solid::p_.
Referenced by volume().
|
inlineoverridevirtual |