EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FairGeoEltu.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file FairGeoEltu.h
1 #ifndef FAIRGEOELTU_H
2 #define FAIRGEOELTU_H
3 
4 #include "FairGeoBasicShape.h"
5 
6 class FairGeoTransform;
7 class FairGeoVolume;
8 
14 {
15  public:
16  FairGeoEltu();
17  ~FairGeoEltu();
18  TArrayD* calcVoluParam(FairGeoVolume*);
20  const FairGeoTransform&,const FairGeoTransform&);
21  Int_t readPoints(std::fstream*,FairGeoVolume*);
22  Bool_t writePoints(std::fstream*,FairGeoVolume*);
23  void printPoints(FairGeoVolume* volu);
24  ClassDef(FairGeoEltu,0) //
25 };
26 
27 #endif /* !FAIRGEOELTU_H */