inlib  1.2.0
Public Member Functions
inlib::hep::polyhedronTubs Class Reference
Inheritance diagram for inlib::hep::polyhedronTubs:
Inheritance graph
[legend]
Collaboration diagram for inlib::hep::polyhedronTubs:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 polyhedronTubs (double Rmin, double Rmax, double Dz, double Phi1, double Dphi, int nstep=0)
virtual ~polyhedronTubs ()
virtual polyhedronoperator= (const polyhedron &from)

Detailed Description

Definition at line 398 of file polyhedron.


Constructor & Destructor Documentation

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.

{}

Member Function Documentation

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);
  }

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines