FairRoot
|
#include <FairGeoAssembly.h>
Public Member Functions | |
FairGeoAssembly () | |
~FairGeoAssembly () | |
TArrayD * | calcVoluParam (FairGeoVolume *) |
void | calcVoluPosition (FairGeoVolume *, const FairGeoTransform &, const FairGeoTransform &) |
Int_t | readPoints (std::fstream *pFile, FairGeoVolume *volu) |
Bool_t | writePoints (std::fstream *, FairGeoVolume *) |
void | printPoints (FairGeoVolume *volu) |
ClassDef (FairGeoAssembly, 0) | |
Public Member Functions inherited from FairGeoBasicShape | |
FairGeoBasicShape () | |
virtual | ~FairGeoBasicShape () |
Int_t | getNumPoints () |
Int_t | getNumParam () |
TArrayD * | getParam () |
FairGeoTransform * | getCenterPosition () |
FairGeoTransform * | getVoluPosition () |
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 FairGeoAssembly.h.
FairGeoAssembly::FairGeoAssembly | ( | ) |
Definition at line 31 of file FairGeoAssembly.cxx.
FairGeoAssembly::~FairGeoAssembly | ( | ) |
Definition at line 41 of file FairGeoAssembly.cxx.
|
virtual |
Reimplemented from FairGeoBasicShape.
Definition at line 65 of file FairGeoAssembly.cxx.
|
virtual |
Reimplemented from FairGeoBasicShape.
Definition at line 96 of file FairGeoAssembly.cxx.
FairGeoAssembly::ClassDef | ( | FairGeoAssembly | , |
0 | |||
) |
|
virtual |
Reimplemented from FairGeoBasicShape.
Definition at line 87 of file FairGeoAssembly.cxx.
|
virtual |
Reimplemented from FairGeoBasicShape.
Definition at line 58 of file FairGeoAssembly.cxx.
|
virtual |
Reimplemented from FairGeoBasicShape.
Definition at line 72 of file FairGeoAssembly.cxx.