![]() |
Project
|
#include <Digits.h>
Public Member Functions | |
| void | printStream (std::ostream &stream) const |
| void | setInputMask (gbtword80_t mask) |
| void | setClassMask (gbtword80_t mask) |
| bool | isInputEmpty () const |
| bool | isClassEmpty () const |
| bool | isEmpty () const |
| bool | operator== (const CTPDigit &d) const |
| ClassDefNV (CTPDigit, 3) | |
Public Attributes | |
| o2::InteractionRecord | intRecord |
| std::bitset< CTP_NINPUTS > | CTPInputMask |
| std::bitset< CTP_NCLASSES > | CTPClassMask |
Max number of LM/L0inputs per detector Positions of CTP Detector inputs in CTPInputMask: first=offset, second=mask For digits input position is fixed CTP hits are inputs. Digits are inputs collected from all detectors and CTP Class mask. digits->raw: NO CTP Config to be used raw->digits: NO CTP config to be used Hits (CTP inputs) to CTP digits, i.e. inputs in correct position in mask nad CTP classes mask: CTP config to be used.
| o2::ctp::CTPDigit::ClassDefNV | ( | CTPDigit | , |
| 3 | |||
| ) |
|
inline |
| void CTPDigit::printStream | ( | std::ostream & | stream | ) | const |
Definition at line 26 of file Digits.cxx.
| void CTPDigit::setClassMask | ( | gbtword80_t | mask | ) |
Definition at line 37 of file Digits.cxx.
| void CTPDigit::setInputMask | ( | gbtword80_t | mask | ) |
Definition at line 31 of file Digits.cxx.
| o2::InteractionRecord o2::ctp::CTPDigit::intRecord |