VGM implementation for Root para solid.
More...
#include <Para.h>
|
| Para (const std::string &name, double dx, double dy, double dz, double alpha, double theta, double phi) |
|
| Para (TGeoPara *para) |
|
virtual | ~Para () |
|
virtual std::string | Name () const |
| Return the name of this solid.
|
|
virtual double | XHalfLength () const |
| Return half-length along the x axis in mm.
|
|
virtual double | YHalfLength () const |
| Return half-length along the y axis in mm.
|
|
virtual double | ZHalfLength () const |
| Return half-length along the z axis in mm.
|
|
virtual double | Alpha () const |
| Return angle formed by the y axis and by the plane joining the centre of the faces parallel to the z-x plane at -hy and +hy in deg.
|
|
virtual double | Theta () const |
| Return polar angle of the line joining the centres of the faces at -hz and +hz in deg.
|
|
virtual double | Phi () const |
| Return azimuthal angle of the line joining the centres of the faces at -hz and +hz in deg.
|
|
| VPara () |
|
virtual | ~VPara () |
|
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.
|
|
virtual | ~IPara () |
|
virtual | ~ISolid () |
|
VGM implementation for Root para solid.
- Author
- Ivana Hrivnacova; IPN Orsay
Definition at line 31 of file Para.h.
◆ Para() [1/4]
RootGM::Para::Para |
( |
const std::string & | name, |
|
|
double | dx, |
|
|
double | dy, |
|
|
double | dz, |
|
|
double | alpha, |
|
|
double | theta, |
|
|
double | phi ) |
Standard constructor to define para from parameters
- Parameters
-
dx | half-length along the x axis in mm |
dy | half-length along the y axis in mm |
dz | half-length along the z axis in mm |
alpha | angle formed by the y axis and by the plane joining the centre of the faces parallel to the z-x plane at -hy and +hy in deg |
theta | polar angle of the line joining the centres of the faces at -hz and +hz in deg |
phi | azimuthal angle of the line joining the centres of the faces at -hz and +hz in deg |
Definition at line 26 of file Para.cxx.
◆ Para() [2/4]
RootGM::Para::Para |
( |
TGeoPara * | para | ) |
|
Standard constructor to define para from G4 object
Definition at line 52 of file Para.cxx.
◆ ~Para()
◆ Para() [3/4]
Protected default constructor
Definition at line 61 of file Para.cxx.
◆ Para() [4/4]
RootGM::Para::Para |
( |
const Para & | rhs | ) |
|
|
protected |
Protected copy constructor
Definition at line 67 of file Para.cxx.
◆ Name()
std::string RootGM::Para::Name |
( |
| ) |
const |
|
virtual |
◆ XHalfLength()
double RootGM::Para::XHalfLength |
( |
| ) |
const |
|
virtual |
Return half-length along the x axis in mm.
Implements VGM::IPara.
Definition at line 83 of file Para.cxx.
◆ YHalfLength()
double RootGM::Para::YHalfLength |
( |
| ) |
const |
|
virtual |
Return half-length along the y axis in mm.
Implements VGM::IPara.
Definition at line 89 of file Para.cxx.
◆ ZHalfLength()
double RootGM::Para::ZHalfLength |
( |
| ) |
const |
|
virtual |
Return half-length along the z axis in mm.
Implements VGM::IPara.
Definition at line 95 of file Para.cxx.
◆ Alpha()
double RootGM::Para::Alpha |
( |
| ) |
const |
|
virtual |
Return angle formed by the y axis and by the plane joining the centre of the faces parallel to the z-x plane at -hy and +hy in deg.
Implements VGM::IPara.
Definition at line 101 of file Para.cxx.
◆ Theta()
double RootGM::Para::Theta |
( |
| ) |
const |
|
virtual |
Return polar angle of the line joining the centres of the faces at -hz and +hz in deg.
Implements VGM::IPara.
Definition at line 107 of file Para.cxx.
◆ Phi()
double RootGM::Para::Phi |
( |
| ) |
const |
|
virtual |
Return azimuthal angle of the line joining the centres of the faces at -hz and +hz in deg.
Implements VGM::IPara.
Definition at line 113 of file Para.cxx.
The documentation for this class was generated from the following files:
- packages/RootGM/include/RootGM/solids/Para.h
- packages/RootGM/source/solids/Para.cxx