#include <DDSolid.h>
Public Member Functions | |
DDSphere (const DDSolid &s) | |
double | deltaPhi () const |
double | deltaTheta () const |
double | innerRadius () const |
double | outerRadius () const |
double | startPhi () const |
double | startTheta () const |
Private Member Functions | |
DDSphere () |
DDSphere::DDSphere | ( | const DDSolid & | s | ) |
Definition at line 560 of file DDSolid.cc.
References ddsphere, DDName::name(), DDBase< N, C >::name(), DDName::ns(), and DDSolid::shape().
DDSphere::DDSphere | ( | ) | [private] |
double DDSphere::deltaPhi | ( | ) | const |
Definition at line 575 of file DDSolid.cc.
References DDBase< DDName, DDI::Solid * >::rep().
Referenced by DDG4SolidConverter::sphere().
{ return rep().parameters()[3]; }
double DDSphere::deltaTheta | ( | ) | const |
Definition at line 579 of file DDSolid.cc.
References DDBase< DDName, DDI::Solid * >::rep().
Referenced by DDG4SolidConverter::sphere().
{ return rep().parameters()[5]; }
double DDSphere::innerRadius | ( | ) | const |
Definition at line 569 of file DDSolid.cc.
References DDBase< DDName, DDI::Solid * >::rep().
Referenced by DDG4SolidConverter::sphere().
{ return rep().parameters()[0]; }
double DDSphere::outerRadius | ( | ) | const |
Definition at line 571 of file DDSolid.cc.
References DDBase< DDName, DDI::Solid * >::rep().
Referenced by DDG4SolidConverter::sphere().
{ return rep().parameters()[1]; }
double DDSphere::startPhi | ( | ) | const |
Definition at line 573 of file DDSolid.cc.
References DDBase< DDName, DDI::Solid * >::rep().
Referenced by DDG4SolidConverter::sphere().
{ return rep().parameters()[2]; }
double DDSphere::startTheta | ( | ) | const |
Definition at line 577 of file DDSolid.cc.
References DDBase< DDName, DDI::Solid * >::rep().
Referenced by DDG4SolidConverter::sphere().
{ return rep().parameters()[4]; }