#ifndef HGEOMTRD1_H #define HGEOMTRD1_H #include "hgeombasicshape.h" class HGeomVolume; class HGeomTrd1 : public HGeomBasicShape { protected: HGeomRotation* intrinsicRot; // intrinsic rotation of ROOT shape public: HGeomTrd1(); ~HGeomTrd1(); void calcVoluParam(HGeomVolume*); void calcVoluPosition(HGeomVolume*, const HGeomTransform&,const HGeomTransform&); TShape* createRootVolume(HGeomVolume*); ClassDef(HGeomTrd1,0) // class for geometry shape TRD1 }; #endif /* !HGEOMTRD1_H */