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