HYDRA_development_version
|
#include <hgeomcons.h>
Public Member Functions | |
HGeomCons () | |
~HGeomCons () | |
TArrayD * | calcVoluParam (HGeomVolume *) |
void | calcVoluPosition (HGeomVolume *, const HGeomTransform &, const HGeomTransform &) |
Int_t | readPoints (fstream *, HGeomVolume *) |
Bool_t | writePoints (fstream *, HGeomVolume *) |
void | printPoints (HGeomVolume *volu) |
![]() | |
HGeomBasicShape () | |
virtual | ~HGeomBasicShape () |
Int_t | getNumPoints () |
Int_t | getNumParam () |
TArrayD * | getParam () |
HGeomTransform * | getCenterPosition () |
HGeomTransform * | getVoluPosition () |
virtual void | calcVoluPosition (HGeomVolume *, const HGeomTransform &) |
void | printParam () |
Additional Inherited Members | |
![]() | |
void | posInMother (const HGeomTransform &, const HGeomTransform &) |
![]() | |
Int_t | nPoints |
Int_t | nParam |
TArrayD * | param |
HGeomTransform * | center |
HGeomTransform * | position |
Definition at line 8 of file hgeomcons.h.
HGeomCons::HGeomCons | ( | ) |
HGeomCons::~HGeomCons | ( | ) |
Definition at line 47 of file hgeomcons.cc.
References HGeomBasicShape::center, HGeomBasicShape::param, and HGeomBasicShape::position.
|
virtual |
Reimplemented from HGeomBasicShape.
Definition at line 112 of file hgeomcons.cc.
References HGeomVolume::getPoint(), and HGeomBasicShape::param.
|
virtual |
Reimplemented from HGeomBasicShape.
Definition at line 130 of file hgeomcons.cc.
References HGeomBasicShape::center, HGeomTransform::clear(), HGeomVolume::getPoint(), HGeomBasicShape::posInMother(), and HGeomTransform::setTransVector().
|
virtual |
Reimplemented from HGeomBasicShape.
Definition at line 102 of file hgeomcons.cc.
References HGeomVolume::getPoint(), and HGeomBasicShape::nPoints.
|
virtual |
Reimplemented from HGeomBasicShape.
Definition at line 64 of file hgeomcons.cc.
References HGeomVolume::createPoints(), HGeomVolume::getNumPoints(), HGeomBasicShape::nPoints, and HGeomVolume::setPoint().
|
virtual |
Reimplemented from HGeomBasicShape.
Definition at line 88 of file hgeomcons.cc.
References HGeomVolume::getPoint(), and HGeomBasicShape::nPoints.