CMS 3D CMS Logo

List of all members | Public Attributes
hgcal::econd::ERxData Struct Reference

parsed e-rx data More...

#include <SlinkTypes.h>

Public Attributes

std::vector< uint16_t > adc
 
std::vector< uint16_t > adcm
 
uint32_t cm0 {0}
 
uint32_t cm1 {0}
 
uint32_t crc32 {0}
 
std::vector< uint32_t > meta
 additional words accompanying the e-rx data More...
 
std::vector< ToTStatustctp
 
std::vector< uint16_t > toa
 
std::vector< uint16_t > tot
 

Detailed Description

parsed e-rx data

Definition at line 20 of file SlinkTypes.h.

Member Data Documentation

◆ adc

std::vector<uint16_t> hgcal::econd::ERxData::adc

Definition at line 23 of file SlinkTypes.h.

Referenced by hgcal::econd::produceERxData().

◆ adcm

std::vector<uint16_t> hgcal::econd::ERxData::adcm

Definition at line 23 of file SlinkTypes.h.

Referenced by hgcal::econd::produceERxData().

◆ cm0

uint32_t hgcal::econd::ERxData::cm0 {0}

Definition at line 21 of file SlinkTypes.h.

Referenced by hgcal::econd::TrivialEmulator::next().

◆ cm1

uint32_t hgcal::econd::ERxData::cm1 {0}

Definition at line 21 of file SlinkTypes.h.

◆ crc32

uint32_t hgcal::econd::ERxData::crc32 {0}

Definition at line 25 of file SlinkTypes.h.

◆ meta

std::vector<uint32_t> hgcal::econd::ERxData::meta

additional words accompanying the e-rx data

Definition at line 24 of file SlinkTypes.h.

Referenced by dirstructure.Directory::calcStats().

◆ tctp

std::vector<ToTStatus> hgcal::econd::ERxData::tctp

Definition at line 22 of file SlinkTypes.h.

Referenced by hgcal::econd::produceERxData().

◆ toa

std::vector<uint16_t> hgcal::econd::ERxData::toa

Definition at line 23 of file SlinkTypes.h.

Referenced by hgcal::econd::produceERxData().

◆ tot

std::vector<uint16_t> hgcal::econd::ERxData::tot

Definition at line 23 of file SlinkTypes.h.

Referenced by hgcal::econd::produceERxData().