ATLAS Offline Software
Public Member Functions | Private Attributes | Friends | List of all members
CscRawData_p4 Class Reference

#include <CscRawData_p4.h>

Collaboration diagram for CscRawData_p4:

Public Member Functions

 CscRawData_p4 ()
 

Private Attributes

std::vector< uint16_t > m_amps
 in common with _p1 More...
 
uint32_t m_address
 online identifier of the first strip in the ROD cluster More...
 
uint16_t m_id
 online identifier of the collection in which this strip is More...
 
uint16_t m_time
 online peaking time of the first strip: this is 0 if failed to compute time in the ROD More...
 
uint16_t m_rpuID
 SPU -Sparsifier Processing Unit - identifier in which this strip is. More...
 
uint16_t m_width
 number of consecutive strips forming the on-line cluster More...
 
bool m_isTimeComputed
 failed to compute the time in the ROD or not - if failure m_time = 0 More...
 
uint32_t m_hashId
 offline hash identifier of the first strip in the online cluster More...
 

Friends

class CscRawDataCnv_p4
 

Detailed Description

Definition at line 16 of file CscRawData_p4.h.

Constructor & Destructor Documentation

◆ CscRawData_p4()

CscRawData_p4::CscRawData_p4 ( )
inline

Definition at line 19 of file CscRawData_p4.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  {}

Friends And Related Function Documentation

◆ CscRawDataCnv_p4

friend class CscRawDataCnv_p4
friend

Definition at line 31 of file CscRawData_p4.h.

Member Data Documentation

◆ m_address

uint32_t CscRawData_p4::m_address
private

online identifier of the first strip in the ROD cluster

Definition at line 40 of file CscRawData_p4.h.

◆ m_amps

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

in common with _p1

ADC samples

Definition at line 38 of file CscRawData_p4.h.

◆ m_hashId

uint32_t CscRawData_p4::m_hashId
private

offline hash identifier of the first strip in the online cluster

Definition at line 57 of file CscRawData_p4.h.

◆ m_id

uint16_t CscRawData_p4::m_id
private

online identifier of the collection in which this strip is

Definition at line 42 of file CscRawData_p4.h.

◆ m_isTimeComputed

bool CscRawData_p4::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_p4.h.

◆ m_rpuID

uint16_t CscRawData_p4::m_rpuID
private

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

Definition at line 51 of file CscRawData_p4.h.

◆ m_time

uint16_t CscRawData_p4::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_p4.h.

◆ m_width

uint16_t CscRawData_p4::m_width
private

number of consecutive strips forming the on-line cluster

Definition at line 53 of file CscRawData_p4.h.


The documentation for this class was generated from the following file:
CscRawData_p4::m_hashId
uint32_t m_hashId
offline hash identifier of the first strip in the online cluster
Definition: CscRawData_p4.h:57
CscRawData_p4::m_id
uint16_t m_id
online identifier of the collection in which this strip is
Definition: CscRawData_p4.h:42
CscRawData_p4::m_amps
std::vector< uint16_t > m_amps
in common with _p1
Definition: CscRawData_p4.h:38
CscRawData_p4::m_time
uint16_t m_time
online peaking time of the first strip: this is 0 if failed to compute time in the ROD
Definition: CscRawData_p4.h:49
CscRawData_p4::m_rpuID
uint16_t m_rpuID
SPU -Sparsifier Processing Unit - identifier in which this strip is.
Definition: CscRawData_p4.h:51
CscRawData_p4::m_isTimeComputed
bool m_isTimeComputed
failed to compute the time in the ROD or not - if failure m_time = 0
Definition: CscRawData_p4.h:55
CscRawData_p4::m_width
uint16_t m_width
number of consecutive strips forming the on-line cluster
Definition: CscRawData_p4.h:53
CscRawData_p4::m_address
uint32_t m_address
online identifier of the first strip in the ROD cluster
Definition: CscRawData_p4.h:40