FairRoot
|
#include <FairGeoBrik.h>
Public Member Functions | |
FairGeoBrik () | |
~FairGeoBrik () | |
TArrayD * | calcVoluParam (FairGeoVolume *) |
void | calcVoluPosition (FairGeoVolume *, const FairGeoTransform &, const FairGeoTransform &) |
ClassDef (FairGeoBrik, 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 19 of file FairGeoBrik.h.
FairGeoBrik::FairGeoBrik | ( | ) |
Definition at line 34 of file FairGeoBrik.cxx.
FairGeoBrik::~FairGeoBrik | ( | ) |
Definition at line 44 of file FairGeoBrik.cxx.
|
virtual |
Reimplemented from FairGeoBasicShape.
Definition at line 61 of file FairGeoBrik.cxx.
|
virtual |
Reimplemented from FairGeoBasicShape.
Definition at line 76 of file FairGeoBrik.cxx.
FairGeoBrik::ClassDef | ( | FairGeoBrik | , |
0 | |||
) |