Project
Loading...
Searching...
No Matches
IDC.h File Reference

Integrated digital currents data format definition. More...

#include <bitset>

Go to the source code of this file.

Classes

struct  o2::tpc::idc::Header
 
struct  o2::tpc::idc::Data
 
struct  o2::tpc::idc::Container
 IDC full data container. More...
 

Namespaces

namespace  o2
 a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
 
namespace  o2::tpc
 Global TPC definitions and constants.
 
namespace  o2::tpc::idc
 

Detailed Description

Integrated digital currents data format definition.

Author
Jens Wiechula, Jens..nosp@m.Wiec.nosp@m.hula@.nosp@m.ikf..nosp@m.uni-f.nosp@m.rank.nosp@m.furt..nosp@m.de The data is sent by the CRU as 256bit words. The IDC data layout is as follows: Header [ 256 bits ] Channel-00 [L9][L8][L7][L6][L5][L4][L3][L2][L1][L0] ... Channel-79 [L9][L8][L7][L6][L5][L4][L3][L2][L1][L0]

Where [Lx] is a 25bit value for Channel yy link x

Definition in file IDC.h.