FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FairGeoTrd1.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 FAIRGEOTRD1_H
9 #define FAIRGEOTRD1_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  FairGeoTrd1();
27  ~FairGeoTrd1();
28  TArrayD* calcVoluParam(FairGeoVolume*);
30 
31  ClassDef(FairGeoTrd1, 0); // class for geometry shape TRD1
32 };
33 
34 #endif /* !FAIRGEOTRD1_H */
TArrayD * calcVoluParam(FairGeoVolume *)
Definition: FairGeoTrd1.cxx:69
void calcVoluPosition(FairGeoVolume *, const FairGeoTransform &, const FairGeoTransform &)
Definition: FairGeoTrd1.cxx:85
ClassDef(FairGeoTrd1, 0)