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