![]() |
Project
|
Container for similated points connected to a given TOF Chip This will be used in order to allow a more efficient clusterization that can happen only between digits that belong to the same Chip. More...
#include <Chip.h>
Public Member Functions | |
| Chip ()=default | |
| Default constructor. | |
| ~Chip ()=default | |
| Destructor. | |
| Chip (Int_t index) | |
| Chip (const Chip &ref)=default | |
| void | clear () |
| std::map< ULong64_t, o2::iotof::LabeledDigit > & | getDigits () |
| bool | isEmpty () const |
| void | setChipIndex (Int_t index) |
| Int_t | getChipIndex () const |
| void | disable (bool disable) |
| bool | isDisabled () const |
| Int_t | getNumberOfDigits () const |
| o2::iotof::LabeledDigit * | findDigit (ULong64_t key) |
| reset points container | |
| void | addDigit (UShort_t row, UShort_t col, Int_t charge, double time, o2::MCCompLabel label) |
Protected Member Functions | |
| ClassDefNV (Chip, 1) | |
Protected Attributes | |
| Int_t | mChipIndex = -1 |
| Chip ID. | |
| bool | mDisabled = false |
| Flag to indicate if the chip is disabled (e.g. due to dead channels) | |
| std::map< ULong64_t, o2::iotof::LabeledDigit > | mDigits |
| Map of fired digits, possibly in multiple frames. | |
Container for similated points connected to a given TOF Chip This will be used in order to allow a more efficient clusterization that can happen only between digits that belong to the same Chip.
|
default |
Default constructor.
|
default |
Destructor.
| Chip::Chip | ( | Int_t | index | ) |
|
default |
Copy constructor
| ref | Reference for the copy |
| void Chip::addDigit | ( | UShort_t | row, |
| UShort_t | col, | ||
| Int_t | charge, | ||
| double | time, | ||
| o2::MCCompLabel | label | ||
| ) |
|
protected |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |