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

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

#include <CTF.h>

Public Member Functions

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

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 > idChan
 
std::vector< int16_t > time
 
std::vector< int16_t > charge
 
std::vector< uint8_t > feeBits
 

Detailed Description

Intermediate, compressed but not yet entropy-encoded digits.

Definition at line 38 of file CTF.h.

Constructor & Destructor Documentation

◆ CompressedDigits()

o2::fdd::CompressedDigits::CompressedDigits ( )
default

Member Function Documentation

◆ ClassDefNV()

o2::fdd::CompressedDigits::ClassDefNV ( CompressedDigits  ,
 
)

◆ clear()

void CompressedDigits::clear ( )

Definition at line 20 of file CTF.cxx.

Member Data Documentation

◆ bcInc

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

Definition at line 44 of file CTF.h.

◆ charge

std::vector<int16_t> o2::fdd::CompressedDigits::charge

Definition at line 51 of file CTF.h.

◆ feeBits

std::vector<uint8_t> o2::fdd::CompressedDigits::feeBits

Definition at line 52 of file CTF.h.

◆ header

CTFHeader o2::fdd::CompressedDigits::header

Definition at line 40 of file CTF.h.

◆ idChan

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

Definition at line 49 of file CTF.h.

◆ nChan

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

Definition at line 46 of file CTF.h.

◆ orbitInc

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

Definition at line 45 of file CTF.h.

◆ time

std::vector<int16_t> o2::fdd::CompressedDigits::time

Definition at line 50 of file CTF.h.

◆ trigger

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

Definition at line 43 of file CTF.h.


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