#include <TRKLayer.h>
|
| TRKLayer ()=default |
|
| TRKLayer (int layerNumber, std::string layerName, float rInn, float rOut, float zLength, float layerX2X0) |
|
| TRKLayer (int layerNumber, std::string layerName, float rInn, float zLength, float thick) |
|
| ~TRKLayer ()=default |
|
void | setLayout (eLayout layout) |
|
auto | getInnerRadius () const |
|
auto | getOuterRadius () const |
|
auto | getZ () const |
|
auto | getx2X0 () const |
|
auto | getChipThickness () const |
|
auto | getNumber () const |
|
auto | getName () const |
|
TGeoVolume * | createSensor (std::string type, double width=-1) |
|
TGeoVolume * | createChip (std::string type, double width=-1) |
|
TGeoVolume * | createStave (std::string type, double width=-1) |
|
void | createLayer (TGeoVolume *motherVolume) |
|
Definition at line 24 of file TRKLayer.h.
◆ TRKLayer() [1/3]
o2::trk::TRKLayer::TRKLayer |
( |
| ) |
|
|
default |
◆ TRKLayer() [2/3]
o2::trk::TRKLayer::TRKLayer |
( |
int |
layerNumber, |
|
|
std::string |
layerName, |
|
|
float |
rInn, |
|
|
float |
rOut, |
|
|
float |
zLength, |
|
|
float |
layerX2X0 |
|
) |
| |
◆ TRKLayer() [3/3]
o2::trk::TRKLayer::TRKLayer |
( |
int |
layerNumber, |
|
|
std::string |
layerName, |
|
|
float |
rInn, |
|
|
float |
zLength, |
|
|
float |
thick |
|
) |
| |
◆ ~TRKLayer()
o2::trk::TRKLayer::~TRKLayer |
( |
| ) |
|
|
default |
◆ createChip()
TGeoVolume * o2::trk::TRKLayer::createChip |
( |
std::string |
type, |
|
|
double |
width = -1 |
|
) |
| |
◆ createLayer()
void o2::trk::TRKLayer::createLayer |
( |
TGeoVolume * |
motherVolume | ) |
|
◆ createSensor()
TGeoVolume * o2::trk::TRKLayer::createSensor |
( |
std::string |
type, |
|
|
double |
width = -1 |
|
) |
| |
◆ createStave()
TGeoVolume * o2::trk::TRKLayer::createStave |
( |
std::string |
type, |
|
|
double |
width = -1 |
|
) |
| |
◆ getChipThickness()
auto o2::trk::TRKLayer::getChipThickness |
( |
| ) |
const |
|
inline |
◆ getInnerRadius()
auto o2::trk::TRKLayer::getInnerRadius |
( |
| ) |
const |
|
inline |
◆ getName()
auto o2::trk::TRKLayer::getName |
( |
| ) |
const |
|
inline |
◆ getNumber()
auto o2::trk::TRKLayer::getNumber |
( |
| ) |
const |
|
inline |
◆ getOuterRadius()
auto o2::trk::TRKLayer::getOuterRadius |
( |
| ) |
const |
|
inline |
◆ getx2X0()
auto o2::trk::TRKLayer::getx2X0 |
( |
| ) |
const |
|
inline |
◆ getZ()
auto o2::trk::TRKLayer::getZ |
( |
| ) |
const |
|
inline |
◆ setLayout()
The documentation for this class was generated from the following files:
- /home/runner/work/AliceO2/AliceO2/Detectors/Upgrades/ALICE3/TRK/simulation/include/TRKSimulation/TRKLayer.h
- /home/runner/work/AliceO2/AliceO2/Detectors/Upgrades/ALICE3/TRK/simulation/src/TRKLayer.cxx