|
inlib
1.2.0
|


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