|
VGM Version 5.3.1
|
VGM implementation for Root sphere solid. More...
#include <Sphere.h>

Public Member Functions | |
| Sphere (const std::string &name, double rin, double rout, double sphi, double dphi, double stheta, double dtheta) | |
| Sphere (TGeoSphere *sphere) | |
| virtual | ~Sphere () |
| virtual std::string | Name () const |
| Return the name of this solid. | |
| virtual double | InnerRadius () const |
| Return the inside radius of the shell in mm. | |
| virtual double | OuterRadius () const |
| Return the outside radius of the shell in mm. | |
| virtual double | StartPhi () const |
| Return the starting azimuthal angle of the segment in deg. | |
| virtual double | DeltaPhi () const |
| Return the opening azimuthal angle of the segment in deg. | |
| virtual double | StartTheta () const |
| Return the starting polar angle of the segment in deg. | |
| virtual double | DeltaTheta () const |
| Return the opening polar angle of the segment in deg. | |
Public Member Functions inherited from BaseVGM::VSphere | |
| VSphere () | |
| virtual | ~VSphere () |
| virtual VGM::SolidType | Type () const |
| Return the type of this solid. | |
| virtual std::ostream & | Put (std::ostream &out) const |
| Put the printing of the solid parameters in the out stream. | |
Public Member Functions inherited from VGM::ISphere | |
| virtual | ~ISphere () |
Public Member Functions inherited from VGM::ISolid | |
| virtual | ~ISolid () |
Protected Member Functions | |
| Sphere () | |
| Sphere (const Sphere &rhs) | |
| RootGM::Sphere::Sphere | ( | const std::string & | name, |
| double | rin, | ||
| double | rout, | ||
| double | sphi, | ||
| double | dphi, | ||
| double | stheta, | ||
| double | dtheta ) |
Standard constructor to define sphere from parameters
| rin | inside radius of the shell in mm |
| rout | outside radius of the shell in mm |
| sphi | starting azimuthal angle of the segment in deg |
| dphi | opening azimuthal angle of the segment in deg |
| stheta | starting polar angle of the segment in deg |
| dtheta | opening polar angle of the segment in deg |
Definition at line 26 of file Sphere.cxx.
| RootGM::Sphere::Sphere | ( | TGeoSphere * | sphere | ) |
Standard constructor to define sphere from G4 object
Definition at line 48 of file Sphere.cxx.
|
virtual |
Definition at line 70 of file Sphere.cxx.
|
protected |
Protected default constructor
Definition at line 57 of file Sphere.cxx.
|
protected |
Protected copy constructor
Definition at line 63 of file Sphere.cxx.
|
virtual |
|
virtual |
Return the inside radius of the shell in mm.
Implements VGM::ISphere.
Definition at line 79 of file Sphere.cxx.
|
virtual |
Return the outside radius of the shell in mm.
Implements VGM::ISphere.
Definition at line 85 of file Sphere.cxx.
|
virtual |
Return the starting azimuthal angle of the segment in deg.
Implements VGM::ISphere.
Definition at line 91 of file Sphere.cxx.
|
virtual |
Return the opening azimuthal angle of the segment in deg.
Implements VGM::ISphere.
Definition at line 97 of file Sphere.cxx.
|
virtual |
Return the starting polar angle of the segment in deg.
Implements VGM::ISphere.
Definition at line 103 of file Sphere.cxx.
|
virtual |
Return the opening polar angle of the segment in deg.
Implements VGM::ISphere.
Definition at line 109 of file Sphere.cxx.