#include <Cell.h>
|
| Cell () |
|
| Cell (const Int_t, const Int_t, const Int_t, const Int_t, const Int_t) |
| layer1, layer2, clsInLayer1, clsInLayer2, cellId; set level = 1
|
|
const Int_t | getFirstLayerId () const |
|
const Int_t | getSecondLayerId () const |
|
const Int_t | getFirstClusterIndex () const |
|
const Int_t | getSecondClusterIndex () const |
|
const Int_t | getLevel () const |
|
void | setLevel (const Int_t) |
|
void | incrementLevel () |
|
void | updateLevel () |
|
void | addRightNeighbour (const Int_t, const Int_t) |
|
void | addLeftNeighbour (const Int_t, const Int_t) |
|
void | setUsed (const Bool_t suc) |
|
const Bool_t | isUsed () const |
|
const Int_t | getCellId () const |
|
void | setCellId (const Int_t) |
|
const auto & | getLeftNeighbours () const |
|
const auto & | getRightNeighbours () const |
|
const UChar_t | getNLeftNeighbours () const |
|
const UChar_t | getNRightNeighbours () const |
|
void | setCoordinates (Float_t *coord) |
|
const Float_t | getX1 () const |
|
const Float_t | getY1 () const |
|
const Float_t | getZ1 () const |
|
const Float_t | getX2 () const |
|
const Float_t | getY2 () const |
|
const Float_t | getZ2 () const |
|
Definition at line 30 of file Cell.h.
◆ Cell() [1/2]
◆ Cell() [2/2]
o2::mft::Cell::Cell |
( |
const Int_t |
firstLayerId, |
|
|
const Int_t |
secondLayerId, |
|
|
const Int_t |
firstClusterIndex, |
|
|
const Int_t |
secondClusterIndex, |
|
|
const Int_t |
cellIndex |
|
) |
| |
|
inline |
layer1, layer2, clsInLayer1, clsInLayer2, cellId; set level = 1
Definition at line 100 of file Cell.h.
◆ addLeftNeighbour()
void o2::mft::Cell::addLeftNeighbour |
( |
const Int_t |
layer, |
|
|
const Int_t |
clusterId |
|
) |
| |
|
inline |
◆ addRightNeighbour()
void o2::mft::Cell::addRightNeighbour |
( |
const Int_t |
layer, |
|
|
const Int_t |
clusterId |
|
) |
| |
|
inline |
◆ getCellId()
const Int_t o2::mft::Cell::getCellId |
( |
| ) |
const |
|
inline |
◆ getFirstClusterIndex()
const Int_t o2::mft::Cell::getFirstClusterIndex |
( |
| ) |
const |
|
inline |
◆ getFirstLayerId()
const Int_t o2::mft::Cell::getFirstLayerId |
( |
| ) |
const |
|
inline |
◆ getLeftNeighbours()
const auto & o2::mft::Cell::getLeftNeighbours |
( |
| ) |
const |
|
inline |
◆ getLevel()
const Int_t o2::mft::Cell::getLevel |
( |
| ) |
const |
|
inline |
◆ getNLeftNeighbours()
const UChar_t o2::mft::Cell::getNLeftNeighbours |
( |
| ) |
const |
|
inline |
◆ getNRightNeighbours()
const UChar_t o2::mft::Cell::getNRightNeighbours |
( |
| ) |
const |
|
inline |
◆ getRightNeighbours()
const auto & o2::mft::Cell::getRightNeighbours |
( |
| ) |
const |
|
inline |
◆ getSecondClusterIndex()
const Int_t o2::mft::Cell::getSecondClusterIndex |
( |
| ) |
const |
|
inline |
◆ getSecondLayerId()
const Int_t o2::mft::Cell::getSecondLayerId |
( |
| ) |
const |
|
inline |
◆ getX1()
const Float_t o2::mft::Cell::getX1 |
( |
| ) |
const |
|
inline |
◆ getX2()
const Float_t o2::mft::Cell::getX2 |
( |
| ) |
const |
|
inline |
◆ getY1()
const Float_t o2::mft::Cell::getY1 |
( |
| ) |
const |
|
inline |
◆ getY2()
const Float_t o2::mft::Cell::getY2 |
( |
| ) |
const |
|
inline |
◆ getZ1()
const Float_t o2::mft::Cell::getZ1 |
( |
| ) |
const |
|
inline |
◆ getZ2()
const Float_t o2::mft::Cell::getZ2 |
( |
| ) |
const |
|
inline |
◆ incrementLevel()
void o2::mft::Cell::incrementLevel |
( |
| ) |
|
|
inline |
◆ isUsed()
const Bool_t o2::mft::Cell::isUsed |
( |
| ) |
const |
|
inline |
◆ setCellId()
void o2::mft::Cell::setCellId |
( |
const Int_t |
| ) |
|
◆ setCoordinates()
◆ setLevel()
void o2::mft::Cell::setLevel |
( |
const Int_t |
level | ) |
|
|
inline |
◆ setUsed()
void o2::mft::Cell::setUsed |
( |
const Bool_t |
suc | ) |
|
|
inline |
◆ updateLevel()
void o2::mft::Cell::updateLevel |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file:
- /home/runner/work/AliceO2/AliceO2/Detectors/ITSMFT/MFT/tracking/include/MFTTracking/Cell.h