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

List of all members.

Public Member Functions

 polyhedronCons (double Rmn1, double Rmx1, double Rmn2, double Rmx2, double Dz, double Phi1, double Dphi, int nstep=0)
virtual ~polyhedronCons ()
virtual polyhedronoperator= (const polyhedron &from)

Detailed Description

Definition at line 375 of file polyhedron.


Constructor & Destructor Documentation

inlib::hep::polyhedronCons::polyhedronCons ( double  Rmn1,
double  Rmx1,
double  Rmn2,
double  Rmx2,
double  Dz,
double  Phi1,
double  Dphi,
int  nstep = 0 
)
virtual inlib::hep::polyhedronCons::~polyhedronCons ( ) [inline, virtual]

Definition at line 381 of file polyhedron.

{}

Member Function Documentation

virtual polyhedron& inlib::hep::polyhedronCons::operator= ( const polyhedron from) [inline, virtual]

Reimplemented from inlib::hep::polyhedron.

Reimplemented in inlib::hep::polyhedronTube, inlib::hep::polyhedronTubs, and inlib::hep::polyhedronCone.

Definition at line 382 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