Project
Loading...
Searching...
No Matches
o2::tpc::sac Namespace Reference

Classes

struct  dataDef
 
struct  DataPoint
 
struct  DecodedData
 
struct  DecodedDataFE
 Decoded data of one FE. More...
 
class  Decoder
 
struct  headerDef
 256bit CRU header word of SACs More...
 
struct  packet
 

Variables

constexpr float ADCtoNanoAmp = 125000.f / 8388608.f
 125000 nA / std::pow(2,23) bits
 
constexpr uint32_t ChannelsPerFE = 8
 Channels per front-end card. One channel is one stack.
 
constexpr size_t Instances = 2
 Number of instances to process.
 
constexpr size_t NumberFEs = FEsPerInstance * Instances
 Total number of frontends to process.
 

Variable Documentation

◆ ADCtoNanoAmp

constexpr float o2::tpc::sac::ADCtoNanoAmp = 125000.f / 8388608.f
constexpr

125000 nA / std::pow(2,23) bits

Definition at line 38 of file SACDecoder.h.

◆ ChannelsPerFE

constexpr uint32_t o2::tpc::sac::ChannelsPerFE = 8
constexpr

Channels per front-end card. One channel is one stack.

Definition at line 39 of file SACDecoder.h.

◆ Instances

constexpr size_t o2::tpc::sac::Instances = 2
constexpr

Number of instances to process.

Definition at line 40 of file SACDecoder.h.

◆ NumberFEs

constexpr size_t o2::tpc::sac::NumberFEs = FEsPerInstance * Instances
constexpr

Total number of frontends to process.

Definition at line 41 of file SACDecoder.h.