ROOT logo
#ifndef HGEOMTRD1_H
#define HGEOMTRD1_H

#include "hgeombasicshape.h"

class HGeomVolume;

class HGeomTrd1 : public HGeomBasicShape {
private:
  HGeomRotation intrinsicRot;
public:
  HGeomTrd1();
  ~HGeomTrd1();
  TArrayD* calcVoluParam(HGeomVolume*);
  void calcVoluPosition(HGeomVolume*,
           const HGeomTransform&,const HGeomTransform&);
  ClassDef(HGeomTrd1,0) // class for geometry shape TRD1
};

#endif  /* !HGEOMTRD1_H */
 hgeomtrd1.h:1
 hgeomtrd1.h:2
 hgeomtrd1.h:3
 hgeomtrd1.h:4
 hgeomtrd1.h:5
 hgeomtrd1.h:6
 hgeomtrd1.h:7
 hgeomtrd1.h:8
 hgeomtrd1.h:9
 hgeomtrd1.h:10
 hgeomtrd1.h:11
 hgeomtrd1.h:12
 hgeomtrd1.h:13
 hgeomtrd1.h:14
 hgeomtrd1.h:15
 hgeomtrd1.h:16
 hgeomtrd1.h:17
 hgeomtrd1.h:18
 hgeomtrd1.h:19
 hgeomtrd1.h:20