public:
                TPARA TPARA()
                TPARA TPARA(Text_t* name, Text_t* title, Text_t* material, Float_t dx, Float_t dy, Float_t dz, Float_t alpha, Float_t theta, Float_t phi)
                TPARA TPARA(TPARA&)
         virtual void ~TPARA()
              TClass* Class()
      virtual Float_t GetAlpha()
      virtual Float_t GetPhi()
      virtual Float_t GetTheta()
      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 fAlpha  angle w.r.t. the y axis from the centre of the low y to the high y
      Float_t fTheta  polar angle from the centre of the low z to the high z
      Float_t fPhi    polar angle from the centre of the low z to the high z
PARA is a parallelepiped. It has 9 parameters: - name name of the shape - title shape's title - material (see TMaterial) - dx half-length in x - dy half-length in y - dz half-length in z - alpha angle formed by the y axis and by the plane joining the centre of the faces parallel to the z-x plane at -DY and +DY - theta polar angle of the line joining the centres of the faces at -DZ and +DZ in z - phi azimuthal angle of the line joining the centres of the faces at -DZ and +DZ in z

*-*-*-*-*-*-*-*-*-*-*-*-*PARA shape default constructor*-*-*-*-*-*-*-*-*-*-*-* *-* ==============================
*-*-*-*-*-*-*-*-*-*-*-*-*PARA shape normal constructor*-*-*-*-*-*-*-*-*-*-*-*-* *-* =============================
*-*-*-*-*-*-*-*-*-*-*-*-*PARA shape default destructor*-*-*-*-*-*-*-*-*-*-*-*-* *-* =============================
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*Create PARA points*-*-*-*-*-*-*-*-*-*-*-*-*-*-* *-* ==================
            Float_t GetAlpha()
            Float_t GetTheta()
            Float_t GetPhi()
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
              TPARA TPARA(TPARA&)