#include <EllipticalTube.h>
Public Member Functions | |
EllipticalTube (double xSemiAxis, double ySemiAxis, double zHeight) | |
void | stream (std::ostream &os) const override |
double | volume () const override |
Not as flexible and possibly less accurate than G4 volume. More... | |
~EllipticalTube () 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 13 of file EllipticalTube.h.
|
inline |
Definition at line 16 of file EllipticalTube.h.
References DDI::Solid::p_.
|
inlineoverride |
|
overridevirtual |
Reimplemented from DDI::Solid.
Definition at line 9 of file EllipticalTube.cc.
References DDI::Solid::p_.
Referenced by ~EllipticalTube().
|
overridevirtual |
Not as flexible and possibly less accurate than G4 volume.
Reimplemented from DDI::Solid.
Definition at line 16 of file EllipticalTube.cc.
References jets_cff::area, DDI::Solid::p_, and Geom::pi().
Referenced by ~EllipticalTube().