ATLAS Offline Software
Loading...
Searching...
No Matches
CscRawData_p3 Class Reference

#include <CscRawData_p3.h>

Collaboration diagram for CscRawData_p3:

Public Member Functions

 CscRawData_p3 ()

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_p3

Detailed Description

Definition at line 16 of file CscRawData_p3.h.

Constructor & Destructor Documentation

◆ CscRawData_p3()

CscRawData_p3::CscRawData_p3 ( )
inline

Definition at line 19 of file CscRawData_p3.h.

20 :
21 m_amps(),
22 m_address(0),
23 m_id(0),
24 m_time(0),
25 m_rpuID(0),
26 m_width(0),
27 m_isTimeComputed(false),
28 m_hashId(0)
29 {}
uint32_t m_address
online identifier of the first strip in the ROD cluster
uint16_t m_time
online peaking time of the first strip: this is 0 if failed to compute time in the ROD
bool m_isTimeComputed
failed to compute the time in the ROD or not - if failure m_time = 0
std::vector< uint16_t > m_amps
in common with _p1
uint16_t m_id
online identifier of the collection in which this strip is
uint32_t m_hashId
offline hash identifier of the first strip in the online cluster
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

◆ CscRawDataCnv_p3

friend class CscRawDataCnv_p3
friend

Definition at line 31 of file CscRawData_p3.h.

Member Data Documentation

◆ m_address

uint32_t CscRawData_p3::m_address
private

online identifier of the first strip in the ROD cluster

Definition at line 40 of file CscRawData_p3.h.

◆ m_amps

std::vector<uint16_t> CscRawData_p3::m_amps
private

in common with _p1

ADC samples

Definition at line 38 of file CscRawData_p3.h.

◆ m_hashId

uint32_t CscRawData_p3::m_hashId
private

offline hash identifier of the first strip in the online cluster

Definition at line 57 of file CscRawData_p3.h.

◆ m_id

uint16_t CscRawData_p3::m_id
private

online identifier of the collection in which this strip is

Definition at line 42 of file CscRawData_p3.h.

◆ m_isTimeComputed

bool CscRawData_p3::m_isTimeComputed
private

failed to compute the time in the ROD or not - if failure m_time = 0

Definition at line 55 of file CscRawData_p3.h.

◆ m_rpuID

uint16_t CscRawData_p3::m_rpuID
private

SPU -Sparsifier Processing Unit - identifier in which this strip is.

Definition at line 51 of file CscRawData_p3.h.

◆ m_time

uint16_t CscRawData_p3::m_time
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_p3.h.

◆ m_width

uint16_t CscRawData_p3::m_width
private

number of consecutive strips forming the on-line cluster

Definition at line 53 of file CscRawData_p3.h.


The documentation for this class was generated from the following file: