#include <DetMatrixCache.h>
Inherited by o2::detectors::DetMatrixCacheIndirect [private]
, o2::ecal::GeometryTGeo, o2::iotof::GeometryTGeo, o2::itsmft::GeometryTGeo, o2::mi3::GeometryTGeo, o2::rich::GeometryTGeo, and o2::trk::GeometryTGeo.
Set of MatrixCache vectors for transformations used by detector, to be overriden by detector class (see ITS GeometryTGeo)
Definition at line 74 of file DetMatrixCache.h.
◆ Mat3D
◆ Rot2D
◆ DetMatrixCache() [1/3]
o2::detectors::DetMatrixCache::DetMatrixCache |
( |
| ) |
|
|
default |
◆ DetMatrixCache() [2/3]
◆ ~DetMatrixCache()
virtual o2::detectors::DetMatrixCache::~DetMatrixCache |
( |
| ) |
|
|
virtualdefault |
this may serve as a base class for detector interface to geometry, make it virtual
◆ DetMatrixCache() [3/3]
o2::detectors::DetMatrixCache::DetMatrixCache |
( |
const DetMatrixCache & |
src | ) |
|
|
delete |
◆ ClassDef()
◆ fillMatrixCache()
virtual void o2::detectors::DetMatrixCache::fillMatrixCache |
( |
int |
mask | ) |
|
|
pure virtual |
◆ getCacheL2G() [1/2]
◆ getCacheL2G() [2/2]
const MatrixCache< Mat3D > & o2::detectors::DetMatrixCache::getCacheL2G |
( |
| ) |
const |
|
inline |
◆ getCacheT2G() [1/2]
◆ getCacheT2G() [2/2]
const MatrixCache< Mat3D > & o2::detectors::DetMatrixCache::getCacheT2G |
( |
| ) |
const |
|
inline |
◆ getCacheT2GRot() [1/2]
◆ getCacheT2GRot() [2/2]
const MatrixCache< Rot2D > & o2::detectors::DetMatrixCache::getCacheT2GRot |
( |
| ) |
const |
|
inline |
◆ getCacheT2L() [1/2]
◆ getCacheT2L() [2/2]
const MatrixCache< Mat3D > & o2::detectors::DetMatrixCache::getCacheT2L |
( |
| ) |
const |
|
inline |
◆ getDetID()
◆ getMatrixL2G()
const Mat3D & o2::detectors::DetMatrixCache::getMatrixL2G |
( |
int |
sensID | ) |
const |
|
inline |
◆ getMatrixT2G()
const Mat3D & o2::detectors::DetMatrixCache::getMatrixT2G |
( |
int |
sensID | ) |
const |
|
inline |
◆ getMatrixT2GRot()
const Rot2D & o2::detectors::DetMatrixCache::getMatrixT2GRot |
( |
int |
sensID | ) |
const |
|
inline |
◆ getMatrixT2L()
const Mat3D & o2::detectors::DetMatrixCache::getMatrixT2L |
( |
int |
sensID | ) |
const |
|
inline |
◆ getName()
const char * o2::detectors::DetMatrixCache::getName |
( |
| ) |
const |
|
inline |
◆ getSize()
int o2::detectors::DetMatrixCache::getSize |
( |
| ) |
const |
|
inline |
◆ isBuilt()
bool o2::detectors::DetMatrixCache::isBuilt |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ setSize()
void DetMatrixCache::setSize |
( |
int |
s | ) |
|
◆ mDetID
◆ mL2G
◆ mSize
int o2::detectors::DetMatrixCache::mSize = 0 |
◆ mT2G
◆ mT2GRot
Tracking to Global matrices in case of barrel (simple rotation)
Definition at line 123 of file DetMatrixCache.h.
◆ mT2L
The documentation for this class was generated from the following files:
- /home/runner/work/AliceO2/AliceO2/DataFormats/Detectors/Common/include/DetectorsCommonDataFormats/DetMatrixCache.h
- /home/runner/work/AliceO2/AliceO2/DataFormats/Detectors/Common/src/DetMatrixCache.cxx