![]() |
Project
|
#include <PreDigit.h>
Public Member Functions | |
| PreDigit (UInt_t rf=0, UShort_t rw=0, UShort_t cl=0, int nele=0, o2::MCCompLabel lbl=0) | |
| ClassDefNV (PreDigit, 1) | |
Public Attributes | |
| UShort_t | row = 0 |
| Pixel index in X. | |
| UShort_t | col = 0 |
| Pixel index in Z. | |
| UInt_t | roFrame = 0 |
| Readout frame. | |
| int | charge = 0.f |
| N electrons. | |
| PreDigitLabelRef | labelRef |
| label and reference to the next one | |
Definition at line 42 of file PreDigit.h.
|
inline |
Definition at line 49 of file PreDigit.h.
| o2::itsmft::PreDigit::ClassDefNV | ( | PreDigit | , |
| 1 | |||
| ) |
N electrons.
Definition at line 46 of file PreDigit.h.
| UShort_t o2::itsmft::PreDigit::col = 0 |
Pixel index in Z.
Definition at line 44 of file PreDigit.h.
| PreDigitLabelRef o2::itsmft::PreDigit::labelRef |
label and reference to the next one
Definition at line 47 of file PreDigit.h.
| UInt_t o2::itsmft::PreDigit::roFrame = 0 |
Readout frame.
Definition at line 45 of file PreDigit.h.
| UShort_t o2::itsmft::PreDigit::row = 0 |
Pixel index in X.
Definition at line 43 of file PreDigit.h.