FairRoot
|
#include <FairGeoTrd1.h>
Public Member Functions | |
FairGeoTrd1 () | |
~FairGeoTrd1 () | |
TArrayD * | calcVoluParam (FairGeoVolume *) |
void | calcVoluPosition (FairGeoVolume *, const FairGeoTransform &, const FairGeoTransform &) |
ClassDef (FairGeoTrd1, 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 FairGeoTrd1.h.
FairGeoTrd1::FairGeoTrd1 | ( | ) |
Definition at line 43 of file FairGeoTrd1.cxx.
FairGeoTrd1::~FairGeoTrd1 | ( | ) |
Definition at line 58 of file FairGeoTrd1.cxx.
|
virtual |
Reimplemented from FairGeoBasicShape.
Definition at line 69 of file FairGeoTrd1.cxx.
|
virtual |
Reimplemented from FairGeoBasicShape.
Definition at line 85 of file FairGeoTrd1.cxx.
FairGeoTrd1::ClassDef | ( | FairGeoTrd1 | , |
0 | |||
) |