#include <DDSolid.h>
Public Member Functions | |
DDCons (const DDSolid &s) | |
double | deltaPhi () const |
double | phiFrom () const |
double | rInMinusZ () const |
double | rInPlusZ () const |
double | rOutMinusZ () const |
double | rOutPlusZ () const |
double | zhalf () const |
Private Member Functions | |
DDCons () |
DDCons::DDCons | ( | const DDSolid & | s | ) |
Definition at line 452 of file DDSolid.cc.
References ddcons, DDName::name(), DDBase< N, C >::name(), DDName::ns(), and DDSolid::shape().
DDCons::DDCons | ( | ) | [private] |
double DDCons::deltaPhi | ( | ) | const |
Definition at line 473 of file DDSolid.cc.
References DDBase< DDName, DDI::Solid * >::rep().
Referenced by SolidsForOnline::beginRun(), DDDividedConsPhi::DDDividedConsPhi(), DDDividedConsPhi::getMaxParameter(), and DDCoreToDDXMLOutput::solid().
{ return rep().parameters()[6]; }
double DDCons::phiFrom | ( | ) | const |
Definition at line 471 of file DDSolid.cc.
References DDBase< DDName, DDI::Solid * >::rep().
Referenced by SolidsForOnline::beginRun(), and DDCoreToDDXMLOutput::solid().
{ return rep().parameters()[5]; }
double DDCons::rInMinusZ | ( | ) | const |
Definition at line 463 of file DDSolid.cc.
References DDBase< DDName, DDI::Solid * >::rep().
Referenced by SolidsForOnline::beginRun(), DDDividedConsRho::DDDividedConsRho(), DDDividedConsRho::getMaxParameter(), DDDividedConsRho::makeDDLogicalPart(), DDDividedConsPhi::makeDDLogicalPart(), and DDCoreToDDXMLOutput::solid().
{ return rep().parameters()[1]; }
double DDCons::rInPlusZ | ( | ) | const |
Definition at line 467 of file DDSolid.cc.
References DDBase< DDName, DDI::Solid * >::rep().
Referenced by SolidsForOnline::beginRun(), DDDividedConsRho::DDDividedConsRho(), and DDCoreToDDXMLOutput::solid().
{ return rep().parameters()[3]; }
double DDCons::rOutMinusZ | ( | ) | const |
Definition at line 465 of file DDSolid.cc.
References DDBase< DDName, DDI::Solid * >::rep().
Referenced by SolidsForOnline::beginRun(), DDDividedConsRho::DDDividedConsRho(), DDDividedConsRho::getMaxParameter(), and DDCoreToDDXMLOutput::solid().
{ return rep().parameters()[2]; }
double DDCons::rOutPlusZ | ( | ) | const |
Definition at line 469 of file DDSolid.cc.
References DDBase< DDName, DDI::Solid * >::rep().
Referenced by SolidsForOnline::beginRun(), and DDCoreToDDXMLOutput::solid().
{ return rep().parameters()[4]; }
double DDCons::zhalf | ( | ) | const |
Definition at line 461 of file DDSolid.cc.
References DDBase< DDName, DDI::Solid * >::rep().
Referenced by SolidsForOnline::beginRun(), DDDividedConsZ::DDDividedConsZ(), DDDividedConsZ::getMaxParameter(), DDDividedConsZ::makeDDLogicalPart(), DDDividedConsZ::makeDDTranslation(), and DDCoreToDDXMLOutput::solid().
{ return rep().parameters()[0]; }