Project
Loading...
Searching...
No Matches
o2::ft0::CompressedDigits Struct Reference

Intermediate, compressed but not yet entropy-encoded digits. More...

#include <CTF.h>

Public Member Functions

 CompressedDigits ()=default
 
void clear ()
 
 ClassDefNV (CompressedDigits, 1)
 

Public Attributes

CTFHeader header
 
std::vector< uint8_t > trigger
 
std::vector< int16_t > bcInc
 
std::vector< int32_t > orbitInc
 
std::vector< uint8_t > nChan
 
std::vector< uint8_t > eventStatus
 
std::vector< uint8_t > idChan
 
std::vector< int16_t > cfdTime
 
std::vector< int32_t > qtcAmpl
 
std::vector< uint8_t > qtcChain
 

Detailed Description

Intermediate, compressed but not yet entropy-encoded digits.

Definition at line 38 of file CTF.h.

Constructor & Destructor Documentation

◆ CompressedDigits()

o2::ft0::CompressedDigits::CompressedDigits ( )
default

Member Function Documentation

◆ ClassDefNV()

o2::ft0::CompressedDigits::ClassDefNV ( CompressedDigits  ,
 
)

◆ clear()

void CompressedDigits::clear ( )

Definition at line 17 of file CTF.cxx.

Member Data Documentation

◆ bcInc

std::vector<int16_t> o2::ft0::CompressedDigits::bcInc

Definition at line 44 of file CTF.h.

◆ cfdTime

std::vector<int16_t> o2::ft0::CompressedDigits::cfdTime

Definition at line 51 of file CTF.h.

◆ eventStatus

std::vector<uint8_t> o2::ft0::CompressedDigits::eventStatus

Definition at line 47 of file CTF.h.

◆ header

CTFHeader o2::ft0::CompressedDigits::header

Definition at line 40 of file CTF.h.

◆ idChan

std::vector<uint8_t> o2::ft0::CompressedDigits::idChan

Definition at line 50 of file CTF.h.

◆ nChan

std::vector<uint8_t> o2::ft0::CompressedDigits::nChan

Definition at line 46 of file CTF.h.

◆ orbitInc

std::vector<int32_t> o2::ft0::CompressedDigits::orbitInc

Definition at line 45 of file CTF.h.

◆ qtcAmpl

std::vector<int32_t> o2::ft0::CompressedDigits::qtcAmpl

Definition at line 52 of file CTF.h.

◆ qtcChain

std::vector<uint8_t> o2::ft0::CompressedDigits::qtcChain

Definition at line 53 of file CTF.h.

◆ trigger

std::vector<uint8_t> o2::ft0::CompressedDigits::trigger

Definition at line 43 of file CTF.h.


The documentation for this struct was generated from the following files: