ATLAS Offline Software
Public Types | List of all members
LArRodBlockHeaderTransparentV0 Class Reference

This class provides decoding/encoding from/to ROD format. More...

#include <LArRodBlockTransparentV0.h>

Collaboration diagram for LArRodBlockHeaderTransparentV0:

Public Types

enum  {
  NWTot, NWTot_h, FEBID, FEBID_h,
  FEB_SN, FEB_SN_h, RawDataBlkOffset, RawDataBlkOffset_h,
  NGains, NSamples, endtag
}
 

Detailed Description

This class provides decoding/encoding from/to ROD format.

Authors
W. Lampl, R. Lafaye
Version
0-0-1 , Jan 5, 2004 Short description of RodBlockStructureTransparent: In this mode, the DSP copies the FEB-Data with (almost) no changes. This version hold digits (=ADC samples) taken in fixed-gain mode. Content: Three blocks of LArDigits, one per gain, 16 bits per digit. There are maps to indicate absent data.

Definition at line 33 of file LArRodBlockTransparentV0.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
NWTot 
NWTot_h 
FEBID 
FEBID_h 
FEB_SN 
FEB_SN_h 
RawDataBlkOffset 
RawDataBlkOffset_h 
NGains 
NSamples 
endtag 

Definition at line 36 of file LArRodBlockTransparentV0.h.

36  {
37  NWTot, // First words: DSP event header
38  NWTot_h,
39  FEBID,
40  FEBID_h,
41  FEB_SN, // FEB serial number
42  FEB_SN_h,
43  RawDataBlkOffset, // Raw FEB event offset
45  NGains,
46  NSamples,
47  endtag
48  };

The documentation for this class was generated from the following file:
LArRodBlockHeaderTransparentV0::NSamples
@ NSamples
Definition: LArRodBlockTransparentV0.h:46
LArRodBlockHeaderTransparentV0::FEBID
@ FEBID
Definition: LArRodBlockTransparentV0.h:39
LArRodBlockHeaderTransparentV0::NWTot_h
@ NWTot_h
Definition: LArRodBlockTransparentV0.h:38
LArRodBlockHeaderTransparentV0::RawDataBlkOffset
@ RawDataBlkOffset
Definition: LArRodBlockTransparentV0.h:43
LArRodBlockHeaderTransparentV0::NGains
@ NGains
Definition: LArRodBlockTransparentV0.h:45
LArRodBlockHeaderTransparentV0::FEBID_h
@ FEBID_h
Definition: LArRodBlockTransparentV0.h:40
LArRodBlockHeaderTransparentV0::FEB_SN
@ FEB_SN
Definition: LArRodBlockTransparentV0.h:41
LArRodBlockHeaderTransparentV0::endtag
@ endtag
Definition: LArRodBlockTransparentV0.h:47
LArRodBlockHeaderTransparentV0::RawDataBlkOffset_h
@ RawDataBlkOffset_h
Definition: LArRodBlockTransparentV0.h:44
LArRodBlockHeaderTransparentV0::NWTot
@ NWTot
Definition: LArRodBlockTransparentV0.h:37
LArRodBlockHeaderTransparentV0::FEB_SN_h
@ FEB_SN_h
Definition: LArRodBlockTransparentV0.h:42