FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FairGeoCons.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 FAIRGEOCONS_H
9 #define FAIRGEOCONS_H
10 
11 #include "FairGeoBasicShape.h" // for FairGeoBasicShape
12 
13 #include <Rtypes.h> // for FairGeoCons::Class, Bool_t, etc
14 #include <iosfwd> // for fstream
15 
16 class FairGeoTransform;
17 class FairGeoVolume;
18 class TArrayD;
24 {
25  public:
26  FairGeoCons();
27  ~FairGeoCons();
28  TArrayD* calcVoluParam(FairGeoVolume*);
30  Int_t readPoints(std::fstream*, FairGeoVolume*);
31  Bool_t writePoints(std::fstream*, FairGeoVolume*);
32  void printPoints(FairGeoVolume* volu);
33 
35 };
36 
37 #endif /* !FAIRGEOCONS_H */
ClassDef(FairGeoCons, 0)
void printPoints(FairGeoVolume *volu)
Bool_t writePoints(std::fstream *, FairGeoVolume *)
void calcVoluPosition(FairGeoVolume *, const FairGeoTransform &, const FairGeoTransform &)
TArrayD * calcVoluParam(FairGeoVolume *)
Int_t readPoints(std::fstream *, FairGeoVolume *)
Definition: FairGeoCons.cxx:80