Berkeley Nuclear Data Software
Static Public Attributes | List of all members
listfile_v1 Struct Reference

#include <MesyDaqParsingSupport.h>

Static Public Attributes

static const int Version = 1
 
static const int FirstSectionOffset = 8
 
static const int SectionMaxWords = 0xfffff
 
static const int SectionMaxSize = SectionMaxWords * sizeof(u32)
 
static const int SectionTypeMask = 0xe0000000
 
static const int SectionTypeShift = 29
 
static const int SectionSizeMask = 0x000fffff
 
static const int SectionSizeShift = 0
 
static const int EventTypeMask = 0x1e000000
 
static const int EventTypeShift = 25
 
static const int ModuleTypeMask = 0xff000000
 
static const int ModuleTypeShift = 24
 
static const int ModuleIDMask = 0x00ff0000
 
static const int ModuleIDShift = 16
 
static const int SubEventMaxWords = 0xfffff
 
static const int SubEventMaxSize = SubEventMaxWords * sizeof(u32)
 
static const int SubEventSizeMask = 0x000fffff
 
static const int SubEventSizeShift = 0
 

Member Data Documentation

◆ EventTypeMask

const int listfile_v1::EventTypeMask = 0x1e000000
static

◆ EventTypeShift

const int listfile_v1::EventTypeShift = 25
static

◆ FirstSectionOffset

const int listfile_v1::FirstSectionOffset = 8
static

◆ ModuleIDMask

const int listfile_v1::ModuleIDMask = 0x00ff0000
static

◆ ModuleIDShift

const int listfile_v1::ModuleIDShift = 16
static

◆ ModuleTypeMask

const int listfile_v1::ModuleTypeMask = 0xff000000
static

◆ ModuleTypeShift

const int listfile_v1::ModuleTypeShift = 24
static

◆ SectionMaxSize

const int listfile_v1::SectionMaxSize = SectionMaxWords * sizeof(u32)
static

◆ SectionMaxWords

const int listfile_v1::SectionMaxWords = 0xfffff
static

◆ SectionSizeMask

const int listfile_v1::SectionSizeMask = 0x000fffff
static

◆ SectionSizeShift

const int listfile_v1::SectionSizeShift = 0
static

◆ SectionTypeMask

const int listfile_v1::SectionTypeMask = 0xe0000000
static

◆ SectionTypeShift

const int listfile_v1::SectionTypeShift = 29
static

◆ SubEventMaxSize

const int listfile_v1::SubEventMaxSize = SubEventMaxWords * sizeof(u32)
static

◆ SubEventMaxWords

const int listfile_v1::SubEventMaxWords = 0xfffff
static

◆ SubEventSizeMask

const int listfile_v1::SubEventSizeMask = 0x000fffff
static

◆ SubEventSizeShift

const int listfile_v1::SubEventSizeShift = 0
static

◆ Version

const int listfile_v1::Version = 1
static

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