EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FairGeoTrap.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file FairGeoTrap.h
1 #ifndef FAIRGEOTRAP_H
2 #define FAIRGEOTRAP_H
3 
4 #include "FairGeoBasicShape.h"
5 #include "FairGeoRotation.h"
6 
7 class FairGeoTransform;
8 class FairGeoVolume;
9 
11 {
12  private:
14  public:
15  FairGeoTrap();
16  ~FairGeoTrap();
17  TArrayD* calcVoluParam(FairGeoVolume*);
19  const FairGeoTransform&,const FairGeoTransform&);
20  ClassDef(FairGeoTrap,0) // class for geometry shape TRAP
21 };
22 
23 #endif /* !FAIRGEOTRAP_H */