![]() |
ATLAS Offline Software
|
#include <CscRawData_p4.h>
Public Member Functions | |
| CscRawData_p4 () | |
Private Attributes | |
| std::vector< uint16_t > | m_amps |
| in common with _p1 | |
| uint32_t | m_address |
| online identifier of the first strip in the ROD cluster | |
| uint16_t | m_id |
| online identifier of the collection in which this strip is | |
| uint16_t | m_time |
| online peaking time of the first strip: this is 0 if failed to compute time in the ROD | |
| uint16_t | m_rpuID |
| SPU -Sparsifier Processing Unit - identifier in which this strip is. | |
| uint16_t | m_width |
| number of consecutive strips forming the on-line cluster | |
| bool | m_isTimeComputed |
| failed to compute the time in the ROD or not - if failure m_time = 0 | |
| uint32_t | m_hashId |
| offline hash identifier of the first strip in the online cluster | |
Friends | |
| class | CscRawDataCnv_p4 |
Definition at line 16 of file CscRawData_p4.h.
|
inline |
Definition at line 19 of file CscRawData_p4.h.
|
friend |
Definition at line 31 of file CscRawData_p4.h.
|
private |
online identifier of the first strip in the ROD cluster
Definition at line 40 of file CscRawData_p4.h.
|
private |
|
private |
offline hash identifier of the first strip in the online cluster
Definition at line 57 of file CscRawData_p4.h.
|
private |
online identifier of the collection in which this strip is
Definition at line 42 of file CscRawData_p4.h.
|
private |
failed to compute the time in the ROD or not - if failure m_time = 0
Definition at line 55 of file CscRawData_p4.h.
|
private |
SPU -Sparsifier Processing Unit - identifier in which this strip is.
Definition at line 51 of file CscRawData_p4.h.
|
private |
online peaking time of the first strip: this is 0 if failed to compute time in the ROD
Definition at line 49 of file CscRawData_p4.h.
|
private |
number of consecutive strips forming the on-line cluster
Definition at line 53 of file CscRawData_p4.h.