public:
                TCONE TCONE(Text_t* name, Text_t* title, Text_t* material, Float_t dz, Float_t rmin1, Float_t rmax1, Float_t rmin2, Float_t rmax2)
                TCONE TCONE()
                TCONE TCONE(Text_t* name, Text_t* title, Text_t* material, Float_t dz, Float_t rmax1, Float_t rmax2 = 0)
                TCONE TCONE(TCONE&)
         virtual void ~TCONE()
              TClass* Class()
              Float_t GetRmax2()
              Float_t GetRmin2()
      virtual TClass* IsA() const
         virtual void SetPoints(Float_t* buff)
         virtual void ShowMembers(TMemberInspector& insp, char* parent)
         virtual void Streamer(TBuffer& b)
  Data Members
    protected:
      Float_t fRmin2  inside radius at the high z limit
      Float_t fRmax2  outside radius at the high z limit
CONE is a conical tube. It has 8 parameters: - name name of the shape - title shape's title - material (see TMaterial) - dz half-length in z - rmin1 inside radius at -DZ in z - rmax1 outside radius at -DZ in z - rmin2 inside radius at +DZ in z - rmax2 outside radius at +DZ in z

*-*-*-*-*-*-*-*-*-*-*-*CONE shape default constructor*-*-*-*-*-*-*-*-*-*-*-*-* *-* ==============================
*-*-*-*-*-*-*-*-*-*-*-*-*CONE shape normal constructor*-*-*-*-*-*-*-*-*-*-*-*-* *-* =============================
*-*-*-*-*-*-*-*-*-*-*-*-*CONE shape "simplified" constructor*-*-*-*-*-*-*-*-*-*-*-*-* *-* ==================================
*-*-*-*-*-*-*-*-*-*-*-*-*CONE shape default destructor*-*-*-*-*-*-*-*-*-*-*-*-* *-* =============================
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*Create CONE points*-*-*-*-*-*-*-*-*-*-*-*-*-*-* *-* ==================
            Float_t GetRmin2()
            Float_t GetRmax2()
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
              TCONE TCONE(TCONE&)