FairRoot
|
#include <FairGeoCone.h>
Public Member Functions | |
FairGeoCone () | |
~FairGeoCone () | |
TArrayD * | calcVoluParam (FairGeoVolume *) |
void | calcVoluPosition (FairGeoVolume *, const FairGeoTransform &, const FairGeoTransform &) |
Int_t | readPoints (std::fstream *, FairGeoVolume *) |
Bool_t | writePoints (std::fstream *, FairGeoVolume *) |
void | printPoints (FairGeoVolume *volu) |
ClassDef (FairGeoCone, 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 |
class for geometry shape CONE
Definition at line 23 of file FairGeoCone.h.
FairGeoCone::FairGeoCone | ( | ) |
Definition at line 50 of file FairGeoCone.cxx.
FairGeoCone::~FairGeoCone | ( | ) |
Definition at line 60 of file FairGeoCone.cxx.
|
virtual |
Reimplemented from FairGeoBasicShape.
Definition at line 136 of file FairGeoCone.cxx.
|
virtual |
Reimplemented from FairGeoBasicShape.
Definition at line 151 of file FairGeoCone.cxx.
FairGeoCone::ClassDef | ( | FairGeoCone | , |
0 | |||
) |
|
virtual |
Reimplemented from FairGeoBasicShape.
Definition at line 123 of file FairGeoCone.cxx.
|
virtual |
Reimplemented from FairGeoBasicShape.
Definition at line 77 of file FairGeoCone.cxx.
|
virtual |
Reimplemented from FairGeoBasicShape.
Definition at line 104 of file FairGeoCone.cxx.