FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FairGeoTrap.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 FAIRGEOTRAP_H
9 #define FAIRGEOTRAP_H
10 
11 #include "FairGeoBasicShape.h" // for FairGeoBasicShape
12 #include "FairGeoRotation.h" // for FairGeoRotation
13 
14 #include <Rtypes.h> // for FairGeoPcon::Class, Bool_t, etc
15 
16 class FairGeoTransform;
17 class FairGeoVolume;
18 class TArrayD;
19 
21 {
22  private:
23  FairGeoRotation intrinsicRot;
24 
25  public:
26  FairGeoTrap();
27  ~FairGeoTrap();
28  TArrayD* calcVoluParam(FairGeoVolume*);
30  ClassDef(FairGeoTrap, 0); // class for geometry shape TRAP
31 };
32 
33 #endif /* !FAIRGEOTRAP_H */
TArrayD * calcVoluParam(FairGeoVolume *)
Definition: FairGeoTrap.cxx:71
void calcVoluPosition(FairGeoVolume *, const FairGeoTransform &, const FairGeoTransform &)
ClassDef(FairGeoTrap, 0)