#include "FadcReadoutFormat/FadcTraits_v1_5.h"
#include "DaqReadoutFormat/BitsDefinition.h"
Include dependency graph for FadcTraits_v1_5.cc:
Go to the source code of this file.
Variables | |
static const unsigned int | m_indices [] |
static const unsigned int | m_shifts [] |
static const unsigned int | m_masks [] |
static const std::string | m_description [] |
static const unsigned int | kFdcHeadElements [] |
static const unsigned int | kFdcDataElements [] |
static const unsigned int | kFdcFootElements [] |
static const unsigned int * | m_componentFields [] |
static const unsigned int | m_componentFieldsEnd [] |
static DaqTraits::Definitions * | m_definitions [] |
static const char * | m_triggerTypes [] |
const unsigned int m_indices[] [static] |
Initial value:
{ 0U, 0U, 0U, 0U, 0U, 0U, 0U, 0U, 0U, 0U, 0U, 0U, 0U, 0U, 0U, 0U, 0U }
Definition at line 18 of file FadcTraits_v1_5.cc.
const unsigned int m_shifts[] [static] |
Initial value:
{ 0U, 0U, 24U, 16U, 15U, 24U, 16U, 8U, 0U, 16U, 0U, 28U, 29U, 28U, 10U, 9U, 8U }
Definition at line 38 of file FadcTraits_v1_5.cc.
const unsigned int m_masks[] [static] |
Initial value:
{ 0x000000ffU, 0x00000000U, 0x0000000fU, 0x0000000fU, 0x00000000U, 0x0000000fU, 0x000000ffU, 0x000000ffU, 0x000000ffU, 0x000000ffU, 0x0000ffffU, 0x0000000fU, 0x00000007U, 0x0000000fU, 0x00000001U, 0x00000001U, 0x00000001U }
Definition at line 58 of file FadcTraits_v1_5.cc.
const std::string m_description[] [static] |
Initial value:
{ "FADC Trigger Number", "FADC Major Format Version", "FADC Minor Format Version", "FADC Trigger Type", "FADC Has No Data", "FADC Channel Id", "FADC High Data Byte", "FADC Middle Data Byte", "FADC Low Data Byte", "FADC Trigger Number", "FADC Data Length", "FADC Head Marker (0x4)", "FADC ADC Data Marker (0x3)", "FADC Foot Marker (0xa)" "FADC Protection Status", "FADC Scale Enabled", "FADC During Previous" }
Definition at line 78 of file FadcTraits_v1_5.cc.
const unsigned int kFdcHeadElements[] [static] |
const unsigned int kFdcDataElements[] [static] |
const unsigned int kFdcFootElements[] [static] |
const unsigned int* m_componentFields[] [static] |
Initial value:
Definition at line 122 of file FadcTraits_v1_5.cc.
const unsigned int m_componentFieldsEnd[] [static] |
DaqTraits::Definitions* m_definitions[] [static] |
const char* m_triggerTypes[] [static] |