FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FairGeoAssembly.h
Go to the documentation of this file.
1 /********************************************************************************
2  * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
3  * *
4  * This software is distributed under the terms of the *
5  * GNU Lesser General Public Licence (LGPL) version 3, *
6  * copied verbatim in the file "LICENSE" *
7  ********************************************************************************/
8 #ifndef FAIRGEOASSEMBLY_H
9 #define FAIRGEOASSEMBLY_H
10 
11 #include "FairGeoBasicShape.h" // for FairGeoBasicShape
12 
13 #include <Rtypes.h> // for FairGeoAssembly::Class, etc
14 #include <iosfwd> // for fstream
15 
16 class FairGeoTransform;
17 class FairGeoVolume;
18 class TArrayD;
19 
21 {
22  public:
25  TArrayD* calcVoluParam(FairGeoVolume*);
27  Int_t readPoints(std::fstream* pFile, FairGeoVolume* volu);
28  Bool_t writePoints(std::fstream*, FairGeoVolume*);
29  void printPoints(FairGeoVolume* volu);
30 
31  ClassDef(FairGeoAssembly, 0); // class for geometry shape ASSEMBLY
32 };
33 
34 #endif /* !FAIRGEOASSEMBLY_H */
TArrayD * calcVoluParam(FairGeoVolume *)
ClassDef(FairGeoAssembly, 0)
Bool_t writePoints(std::fstream *, FairGeoVolume *)
void printPoints(FairGeoVolume *volu)
Int_t readPoints(std::fstream *pFile, FairGeoVolume *volu)
void calcVoluPosition(FairGeoVolume *, const FairGeoTransform &, const FairGeoTransform &)