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