![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <EicRoot/blob/master/geobase/FairGeoTrap.h>
Inheritance diagram for FairGeoTrap:
Collaboration diagram for FairGeoTrap:Public Member Functions | |
| FairGeoTrap () | |
| ~FairGeoTrap () | |
| TArrayD * | calcVoluParam (FairGeoVolume *) |
| void | calcVoluPosition (FairGeoVolume *, const FairGeoTransform &, const FairGeoTransform &) |
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 () |
Private Attributes | |
| FairGeoRotation | intrinsicRot |
Additional Inherited Members | |
Protected Member Functions inherited from FairGeoBasicShape | |
| void | posInMother (const FairGeoTransform &, const FairGeoTransform &) |
| ClassDef(FairGeoBasicShape, 0) private FairGeoBasicShape & | operator= (const FairGeoBasicShape &) |
Protected Attributes inherited from FairGeoBasicShape | |
| Int_t | nPoints |
| Int_t | nParam |
| TArrayD * | param |
| FairGeoTransform * | center |
| FairGeoTransform * | position |
Definition at line 10 of file FairGeoTrap.h.
View newest version in sPHENIX GitHub at line 10 of file FairGeoTrap.h
| FairGeoTrap::FairGeoTrap | ( | ) |
| FairGeoTrap::~FairGeoTrap | ( | ) |
Definition at line 52 of file FairGeoTrap.cxx.
View newest version in sPHENIX GitHub at line 52 of file FairGeoTrap.cxx
References FairGeoBasicShape::center, FairGeoBasicShape::param, and FairGeoBasicShape::position.
|
virtual |
Reimplemented from FairGeoBasicShape.
Definition at line 70 of file FairGeoTrap.cxx.
View newest version in sPHENIX GitHub at line 70 of file FairGeoTrap.cxx
References starlightConstants::alpha, Acts::Test::cb, dx, FairGeoVolume::getPoint(), FairGeoBasicShape::param, FairGeoVector::setX(), and FairGeoVector::setY().
Here is the call graph for this function:
|
virtual |
Reimplemented from FairGeoBasicShape.
Definition at line 136 of file FairGeoTrap.cxx.
View newest version in sPHENIX GitHub at line 136 of file FairGeoTrap.cxx
References FairGeoBasicShape::center, FairGeoVolume::getPoint(), intrinsicRot, FairGeoBasicShape::posInMother(), FairGeoTransform::setRotMatrix(), FairGeoTransform::setTransVector(), and t.
Here is the call graph for this function:
|
private |
Definition at line 13 of file FairGeoTrap.h.
View newest version in sPHENIX GitHub at line 13 of file FairGeoTrap.h
Referenced by calcVoluPosition().