|
FairRoot
|
#include <FairGeoTrap.h>
Public Member Functions | |
| FairGeoTrap () | |
| ~FairGeoTrap () | |
| TArrayD * | calcVoluParam (FairGeoVolume *) |
| void | calcVoluPosition (FairGeoVolume *, const FairGeoTransform &, const FairGeoTransform &) |
| ClassDef (FairGeoTrap, 0) | |
Public Member Functions inherited from FairGeoBasicShape | |
| FairGeoBasicShape () | |
| virtual | ~FairGeoBasicShape () |
| Int_t | getNumPoints () |
| Int_t | getNumParam () |
| TArrayD * | getParam () |
| FairGeoTransform * | getCenterPosition () |
| FairGeoTransform * | getVoluPosition () |
| virtual Int_t | readPoints (std::fstream *, FairGeoVolume *) |
| virtual Bool_t | writePoints (std::fstream *, FairGeoVolume *) |
| virtual void | printPoints (FairGeoVolume *volu) |
| virtual void | calcVoluPosition (FairGeoVolume *, const FairGeoTransform &) |
| void | printParam () |
Additional Inherited Members | |
Protected Member Functions inherited from FairGeoBasicShape | |
| void | posInMother (const FairGeoTransform &, const FairGeoTransform &) |
| ClassDef (FairGeoBasicShape, 0) | |
Protected Attributes inherited from FairGeoBasicShape | |
| Int_t | nPoints |
| Int_t | nParam |
| TArrayD * | param |
| FairGeoTransform * | center |
| FairGeoTransform * | position |
Definition at line 20 of file FairGeoTrap.h.
| FairGeoTrap::FairGeoTrap | ( | ) |
Definition at line 47 of file FairGeoTrap.cxx.
| FairGeoTrap::~FairGeoTrap | ( | ) |
Definition at line 60 of file FairGeoTrap.cxx.
|
virtual |
Reimplemented from FairGeoBasicShape.
Definition at line 71 of file FairGeoTrap.cxx.
|
virtual |
Reimplemented from FairGeoBasicShape.
Definition at line 151 of file FairGeoTrap.cxx.
| FairGeoTrap::ClassDef | ( | FairGeoTrap | , |
| 0 | |||
| ) |