|
inlib
1.2.0
|


Public Member Functions | |
| polyhedronTubs (double Rmin, double Rmax, double Dz, double Phi1, double Dphi, int nstep=0) | |
| virtual | ~polyhedronTubs () |
| virtual polyhedron & | operator= (const polyhedron &from) |
Definition at line 398 of file polyhedron.
| inlib::hep::polyhedronTubs::polyhedronTubs | ( | double | Rmin, |
| double | Rmax, | ||
| double | Dz, | ||
| double | Phi1, | ||
| double | Dphi, | ||
| int | nstep = 0 |
||
| ) |
| virtual inlib::hep::polyhedronTubs::~polyhedronTubs | ( | ) | [inline, virtual] |
Definition at line 403 of file polyhedron.
{}
| virtual polyhedron& inlib::hep::polyhedronTubs::operator= | ( | const polyhedron & | from | ) | [inline, virtual] |
Reimplemented from inlib::hep::polyhedronCons.
Definition at line 404 of file polyhedron.
{
return polyhedron::operator = (from);
}
1.7.5.1