Class to hold the data from the FEBs in correct formats. More...
Typedefs | |
typedef uint32_t | link_id_t |
typedef int32_t | version_t |
Variables | |
const float | DEFAULT_HIT_PROBABILITY = 0.1 |
static const uint32_t | DEFAULT_DATABLOCK_SIZE = 262144 |
static const uint32_t | RAWDCMCHAN_SIZE = 1 |
static const uint32_t | DEFAULT_EVENT_SIZE = 262144 |
static const uint32_t | DEFAULT_MICROBLOCK_SIZE = 16385 |
static const uint32_t | RAWMICROSLICEHEADER_SIZE = 1 |
static const uint32_t | DEFAULT_MILLISLICE_SIZE = 262144 |
static const uint32_t | DEFAULT_MILLISLICEINDEX_MAXIMUM_SIZE = 2000 |
static const uint32_t | DEFAULT_DCMDATA_SIZE = 2 |
static const uint32_t | RAWTIMINGMARKER_SIZE = 2 |
const char * | trigIDStrings [] |
const char * | trigIDShortStrings [] |
static NanoSliceVersionConvention * | fNanoSliceVersionConvention = NULL |
const uint32_t | TEST_VALUE_MonteCarloFlag = 1 |
const uint32_t | TEST_VALUE_LowWord = 5 |
const uint32_t | TEST_VALUE_HighWord = 8 |
const uint64_t | TEST_VALUE_Time = 0xB00000000A0L |
const uint32_t | TEST_VALUE_SliceSize = 4 |
const uint32_t | TEST_VALUE_Partition = 5 |
const uint32_t | TEST_VALUE_DestBuffID = 6 |
const uint32_t | TEST_VALUE_DiblockId = 7 |
const uint32_t | TEST_VALUE_DCMId = 8 |
const uint32_t | TEST_VALUE_DetId = 3 |
const uint32_t | TEST_VALUE_GlobalDCMID = 9 |
const uint32_t | TEST_VALUE_MilliSliceSEQ = 56 |
const uint32_t | TEST_VALUE_TimeStartLow = 57 |
const uint32_t | TEST_VALUE_TimeStartHigh = 58 |
const uint32_t | TEST_VALUE_TimeLength = 59 |
const uint32_t | TEST_VALUE_Complete = 1 |
const rawmillihdr::Mode_t | TEST_VALUE_Mode = rawmillihdr::Mode_Discard_Empty_MicroSlices |
const uint32_t | TEST_VALUE_ConnectionInitialization = 1 |
const uint32_t | TEST_VALUE_CloseConnection = 1 |
const uint32_t | TEST_VALUE_CorruptData = 1 |
const uint32_t | TEST_VALUE_MissingData = 1 |
const uint32_t | TEST_VALUE_MicrosliceNumber = 60 |
const uint32_t | TEST_VALUE_FrameSEQ = 42 |
const uint32_t | TEST_VALUE_MilliSliceIndexNumber = 61 |
const uint32_t | TEST_VALUE_MicroSliceTimeLength_usec = 31 |
const uint32_t | TEST_VALUE_CRCCalculationUsed = 1 |
const uint32_t | TEST_VALUE_MilliSliceIndexUsed = 1 |
Class to hold the data from the FEBs in correct formats.
This header contains all of the enumerated data that specify the trigger types.
Class to hold the data from the global trigger header in the correct format.
The NOVA DAQDataFormats Library contains classes for all of the major data types that are produced by the data acquisition hardware and software chains.
DAQDataFormats.h should be included when ever be included whenever the programmer needs access to forward declarations of these objects (i.e. in other class headers)
For access to the individual class objects, it is safe to include both this library header, and the header for the object you need to access (i.e. include "DAQDataFormats.h" and include "RawNanoSlice.h"
anorm an@f nal.g ov
The RawDAQData class is a virtual class definition that all the NOVA DAQ data format classes inherit from.
All RawDAQData class decendants must impliment:
A writeData method that writes the objects data in a packed format to a memory location.
A readData method that reads the objects data in a packed format from a memory location.
and
A sizeofdata method that returns the native size of the packed data object in 32bit words
The RawDCMChan class is for storing DCm ID information Currently, there is no versioning for this class
The RawMicroSlice class is designed to mimic the format of the data produced in the DCM by the DCM firmware
CAUTION!!!!!!!!!!! Right now the MicroSlice Header size is considered to be equal to 1 always! If you plan on changing it, could be a hassle. RawMicroSlice::setBufferSource uses 1 explisitly
CAUTION!!!!! It is assumes that MicroSlice header always has a size of 1 for all versions
The RawNanoSlice class is designed to mimic the format of the actual data block that the NOvA Front End6 Boards (FEBS) produce when they detect a signal above the zero suppression threshold.
The class supports general initialization with or with out data blocks as well as copyin style initialization for use with STL containers.
Pack and unpack methods for the data rely on two types of structured data blocks that are provided in association with the class.
The NanoSliceBlock structure breaks the raw data block out into its related high and low half words to give the headers, time stamps and pulseheight information
The NanoSliceHeader structure further breaks out the header blocks into the individual data information parts.
The RawTriggerHeader contains the basic information required to reconstruct where and how the trigger was generated.
The class supports general initialization with an internal or external data buffer as well as copyin style initialization for use with STL containers.
typedef uint32_t daqdataformats::link_id_t |
Definition at line 8 of file FEBSimulator.h.
typedef int32_t daqdataformats::version_t |
Definition at line 72 of file RawDAQData.h.
Enumeration of the two dataformat comparisson results.
Enumerator | |
---|---|
DATAFORMATS_ARE_DIFFERENT | |
DATAFORMATS_ARE_THE_SAME | |
FIRST_CONTAINS_SECOND | |
SECOND_CONTAINS_FIRST |
Definition at line 98 of file RawDAQDataUnitTest.h.
Enumerator | |
---|---|
DCMDataPointType_MissingDCM | |
DCMDataPointType_MissingMicroslice | |
DCMDataPointType_CorruptMicroslice |
Definition at line 24 of file RawSummaryDCMDataPointV0.h.
All encoding types.
Enumerator | |
---|---|
DCSENCODE_12_in_16 | |
RAWENCODE_12_in_16 | |
ENCODE_UNKNOWN |
Definition at line 27 of file NanoSliceVersionConvention.h.
Enumerator | |
---|---|
TEST_VALUE_DataPresent | |
TEST_VALUE_ByteCount |
Definition at line 19 of file MicroSliceHeaderConstructor.h.
Enumerator | |
---|---|
rds_error | |
rds_incomplete | |
rds_complete |
Definition at line 74 of file RawDAQData.h.
Definition at line 312 of file TriggerDefines.h.
Definition at line 185 of file TriggerDefines.h.
Definition at line 30 of file TriggerHeaderConstructor.h.
Definition at line 30 of file TriggerTimeConstructor.h.
Definition at line 30 of file TriggerTimingMarkerConstructor.h.
Definition at line 258 of file TriggerDefines.h.
Trigger Source Enumeration.
Definition at line 12 of file TriggerDefines.h.
Definition at line 53 of file TriggerDefines.h.
Definition at line 141 of file TriggerDefines.h.
uint32_t daqdataformats::calculateShiftFromAGivenMask | ( | const uint32_t | mask | ) |
Method to calculate a shifts from a given mask. The method is private for DAQDataFormats. Used by calculateShiftsFromMasks(). This method should not be used by any DAQDataFormat
check that mask is not zero
find the number of first non-zero bit
check if the bit is non-zero
check that mask is not zero
find the number of first non-zero bit
check if the bit is non-zero
Definition at line 993 of file RawDAQData.cpp.
References x1.
daqdataformats::CPPUNIT_REGISTRY_ADD_TO_DEFAULT | ( | "DAQDataFormats" | ) |
Referenced by daqdataformats::MicroSliceUnitTest::loopedcheckShallowCopyConstructor(), daqdataformats::MilliSliceUnitTest::loopedcheckShallowCopyConstructor(), daqdataformats::MicroBlockUnitTest::loopedcheckShallowCopyConstructor(), RawMilliSliceTests::testCalculateCheckSumCorrupt(), daqdataformats::ConfigurationBlockUnitTest::~ConfigurationBlockUnitTest(), daqdataformats::ConfigurationHeaderUnitTest::~ConfigurationHeaderUnitTest(), daqdataformats::ConfigurationNameUnitTest::~ConfigurationNameUnitTest(), daqdataformats::ConfigurationSystemIDUnitTest::~ConfigurationSystemIDUnitTest(), daqdataformats::ConfigurationTailUnitTest::~ConfigurationTailUnitTest(), daqdataformats::DataBlockHeaderUnitTest::~DataBlockHeaderUnitTest(), daqdataformats::DataBlockUnitTest::~DataBlockUnitTest(), daqdataformats::EventHeaderUnitTest::~EventHeaderUnitTest(), daqdataformats::EventTailUnitTest::~EventTailUnitTest(), daqdataformats::EventUnitTest::~EventUnitTest(), daqdataformats::MicroBlockHeaderUnitTest::~MicroBlockHeaderUnitTest(), daqdataformats::MicroSliceHeaderUnitTest::~MicroSliceHeaderUnitTest(), daqdataformats::MilliSliceHeaderUnitTest::~MilliSliceHeaderUnitTest(), daqdataformats::NanoSliceHeaderUnitTest::~NanoSliceHeaderUnitTest(), daqdataformats::NanoSliceUnitTest::~NanoSliceUnitTest(), daqdataformats::RunHeaderUnitTest::~RunHeaderUnitTest(), daqdataformats::TimingMarkerUnitTest::~TimingMarkerUnitTest(), daqdataformats::TriggerHeaderUnitTest::~TriggerHeaderUnitTest(), daqdataformats::TriggerMaskUnitTest::~TriggerMaskUnitTest(), daqdataformats::TriggerRangeUnitTest::~TriggerRangeUnitTest(), daqdataformats::TriggerTimeUnitTest::~TriggerTimeUnitTest(), daqdataformats::TriggerTimingMarkerUnitTest::~TriggerTimingMarkerUnitTest(), and daqdataformats::TriggerUnitTest::~TriggerUnitTest().
daqdataformats::CPPUNIT_TEST_SUITE_NAMED_REGISTRATION | ( | TimingMarkerUnitTest | , |
"DAQDataFormats" | |||
) |
daqdataformats::CPPUNIT_TEST_SUITE_NAMED_REGISTRATION | ( | MicroSliceHeaderUnitTest | , |
"DAQDataFormats" | |||
) |
daqdataformats::CPPUNIT_TEST_SUITE_NAMED_REGISTRATION | ( | ConfigurationNameUnitTest | , |
"DAQDataFormats" | |||
) |
daqdataformats::CPPUNIT_TEST_SUITE_NAMED_REGISTRATION | ( | TriggerRangeUnitTest | , |
"DAQDataFormats" | |||
) |
daqdataformats::CPPUNIT_TEST_SUITE_NAMED_REGISTRATION | ( | MicroBlockHeaderUnitTest | , |
"DAQDataFormats" | |||
) |
daqdataformats::CPPUNIT_TEST_SUITE_NAMED_REGISTRATION | ( | ConfigurationSystemIDUnitTest | , |
"DAQDataFormats" | |||
) |
daqdataformats::CPPUNIT_TEST_SUITE_NAMED_REGISTRATION | ( | ConfigurationTailUnitTest | , |
"DAQDataFormats" | |||
) |
daqdataformats::CPPUNIT_TEST_SUITE_NAMED_REGISTRATION | ( | DataBlockUnitTest | , |
"DAQDataFormats" | |||
) |
daqdataformats::CPPUNIT_TEST_SUITE_NAMED_REGISTRATION | ( | EventTailUnitTest | , |
"DAQDataFormats" | |||
) |
daqdataformats::CPPUNIT_TEST_SUITE_NAMED_REGISTRATION | ( | TriggerMaskUnitTest | , |
"DAQDataFormats" | |||
) |
daqdataformats::CPPUNIT_TEST_SUITE_NAMED_REGISTRATION | ( | TriggerTimingMarkerUnitTest | , |
"DAQDataFormats" | |||
) |
daqdataformats::CPPUNIT_TEST_SUITE_NAMED_REGISTRATION | ( | TriggerHeaderUnitTest | , |
"DAQDataFormats" | |||
) |
daqdataformats::CPPUNIT_TEST_SUITE_NAMED_REGISTRATION | ( | TriggerTimeUnitTest | , |
"DAQDataFormats" | |||
) |
daqdataformats::CPPUNIT_TEST_SUITE_NAMED_REGISTRATION | ( | TriggerUnitTest | , |
"DAQDataFormats" | |||
) |
daqdataformats::CPPUNIT_TEST_SUITE_NAMED_REGISTRATION | ( | EventUnitTest | , |
"DAQDataFormats" | |||
) |
daqdataformats::CPPUNIT_TEST_SUITE_NAMED_REGISTRATION | ( | ConfigurationHeaderUnitTest | , |
"DAQDataFormats" | |||
) |
daqdataformats::CPPUNIT_TEST_SUITE_NAMED_REGISTRATION | ( | NanoSliceHeaderUnitTest | , |
"DAQDataFormats" | |||
) |
daqdataformats::CPPUNIT_TEST_SUITE_NAMED_REGISTRATION | ( | DataBlockHeaderUnitTest | , |
"DAQDataFormats" | |||
) |
daqdataformats::CPPUNIT_TEST_SUITE_NAMED_REGISTRATION | ( | ConfigurationBlockUnitTest | , |
"DAQDataFormats" | |||
) |
Referenced by daqdataformats::MicroSliceUnitTest::loopedcheckShallowCopyConstructor(), daqdataformats::MilliSliceUnitTest::loopedcheckShallowCopyConstructor(), daqdataformats::MicroBlockUnitTest::loopedcheckShallowCopyConstructor(), RawMilliSliceTests::testCalculateCheckSumCorrupt(), daqdataformats::ConfigurationBlockUnitTest::~ConfigurationBlockUnitTest(), daqdataformats::ConfigurationHeaderUnitTest::~ConfigurationHeaderUnitTest(), daqdataformats::ConfigurationNameUnitTest::~ConfigurationNameUnitTest(), daqdataformats::ConfigurationSystemIDUnitTest::~ConfigurationSystemIDUnitTest(), daqdataformats::ConfigurationTailUnitTest::~ConfigurationTailUnitTest(), daqdataformats::DataBlockHeaderUnitTest::~DataBlockHeaderUnitTest(), daqdataformats::DataBlockUnitTest::~DataBlockUnitTest(), daqdataformats::EventHeaderUnitTest::~EventHeaderUnitTest(), daqdataformats::EventTailUnitTest::~EventTailUnitTest(), daqdataformats::EventUnitTest::~EventUnitTest(), daqdataformats::MicroBlockHeaderUnitTest::~MicroBlockHeaderUnitTest(), daqdataformats::MicroSliceHeaderUnitTest::~MicroSliceHeaderUnitTest(), daqdataformats::MilliSliceHeaderUnitTest::~MilliSliceHeaderUnitTest(), daqdataformats::NanoSliceHeaderUnitTest::~NanoSliceHeaderUnitTest(), daqdataformats::NanoSliceUnitTest::~NanoSliceUnitTest(), daqdataformats::RunHeaderUnitTest::~RunHeaderUnitTest(), daqdataformats::TimingMarkerUnitTest::~TimingMarkerUnitTest(), daqdataformats::TriggerHeaderUnitTest::~TriggerHeaderUnitTest(), daqdataformats::TriggerMaskUnitTest::~TriggerMaskUnitTest(), daqdataformats::TriggerRangeUnitTest::~TriggerRangeUnitTest(), daqdataformats::TriggerTimeUnitTest::~TriggerTimeUnitTest(), daqdataformats::TriggerTimingMarkerUnitTest::~TriggerTimingMarkerUnitTest(), and daqdataformats::TriggerUnitTest::~TriggerUnitTest().
daqdataformats::CPPUNIT_TEST_SUITE_NAMED_REGISTRATION | ( | MilliSliceHeaderUnitTest | , |
"DAQDataFormats" | |||
) |
daqdataformats::CPPUNIT_TEST_SUITE_NAMED_REGISTRATION | ( | NanoSliceUnitTest | , |
"DAQDataFormats" | |||
) |
daqdataformats::CPPUNIT_TEST_SUITE_NAMED_REGISTRATION | ( | EventHeaderUnitTest | , |
"DAQDataFormats" | |||
) |
daqdataformats::CPPUNIT_TEST_SUITE_NAMED_REGISTRATION | ( | RunHeaderUnitTest | , |
"DAQDataFormats" | |||
) |
daqdataformats::CPPUNIT_TEST_SUITE_NAMED_REGISTRATION | ( | MicroBlockUnitTest | , |
"DAQDataFormats" | |||
) |
daqdataformats::CPPUNIT_TEST_SUITE_NAMED_REGISTRATION | ( | MicroSliceUnitTest | , |
"DAQDataFormats" | |||
) |
daqdataformats::CPPUNIT_TEST_SUITE_NAMED_REGISTRATION | ( | MilliSliceUnitTest | , |
"DAQDataFormats" | |||
) |
Decode a trigger masked based to a given trigger ID
Definition at line 242 of file TriggerDefines.cpp.
References MECModelEnuComparisons::i, TRIG_BIT_NULL, TRIG_ID_NULL, and x1.
Referenced by getTriggerNameFromMask(), and getTriggerShortNameFromMask().
Encode a trigger masked based on a given trigger ID
Definition at line 223 of file TriggerDefines.cpp.
References MAX_TRIGGER_BITS, and TRIG_BIT_NULL.
std::string daqdataformats::getNameForResults | ( | const DATAFORMAT_COMPARE_RESULTS | res | ) |
Definition at line 360 of file RawDAQDataUnitTest.cpp.
References DATAFORMATS_ARE_DIFFERENT, DATAFORMATS_ARE_THE_SAME, FIRST_CONTAINS_SECOND, and SECOND_CONTAINS_FIRST.
Referenced by daqdataformats::RawDAQDataUnitTest::compareDataFormats().
|
inline |
Function to get the tail size from Event version.
Definition at line 36 of file RawEvent.h.
References daqdataformats::rawdaqdataformat::DAQDATAFORMAT_UNKNOWN_VERSION, getTailVersion(), and log_trawl::tail().
Function to get the tail version from Event version.
Definition at line 25 of file RawEvent.h.
References daqdataformats::rawdaqdataformat::DAQDATAFORMAT_UNKNOWN_VERSION, and submit_syst::header.
Referenced by daqdataformats::VERSION_NAMESPACE::RawEventHeader::getTailFilled(), getTailSize(), and daqdataformats::VERSION_NAMESPACE::RawEventHeader::init().
const char * daqdataformats::getTriggerName | ( | trigID | triggerID | ) |
Definition at line 196 of file TriggerDefines.cpp.
References MAX_TRIGGER_BITS.
Referenced by getTriggerNameFromMask().
const char * daqdataformats::getTriggerNameFromMask | ( | unsigned int | trigmask | ) |
Definition at line 203 of file TriggerDefines.cpp.
References DecodeTrigMask32(), and getTriggerName().
const char * daqdataformats::getTriggerShortName | ( | trigID | triggerID | ) |
Definition at line 207 of file TriggerDefines.cpp.
References MAX_TRIGGER_BITS.
Referenced by getTriggerShortNameFromMask().
const char * daqdataformats::getTriggerShortNameFromMask | ( | unsigned int | trigmask | ) |
Definition at line 214 of file TriggerDefines.cpp.
References DecodeTrigMask32(), and getTriggerShortName().
std::ostream & daqdataformats::operator<< | ( | std::ostream & | os, |
const daqdataformats::RawDAQData & | dataformat | ||
) |
operator << so that one can put print it into an output stream directly
implement << operator
Definition at line 1012 of file RawDAQData.cpp.
References daqdataformats::RawDAQData::print().
trigSourceSubID daqdataformats::PartitionToSubID | ( | int32_t | partition | ) |
Map an integer partition number to an enum trigSourceSubID
Definition at line 259 of file TriggerDefines.cpp.
References TRIGSRC_SUBID_DUMMY, TRIGSRC_SUBID_PARTITION_0, TRIGSRC_SUBID_PARTITION_1, TRIGSRC_SUBID_PARTITION_2, TRIGSRC_SUBID_PARTITION_3, and TRIGSRC_SUBID_PARTITION_4.
int32_t daqdataformats::SubIDtoPartition | ( | trigSourceSubID | subid | ) |
Map an enum trigSourceSubID to an integer partition
Definition at line 287 of file TriggerDefines.cpp.
References TRIGSRC_SUBID_PARTITION_0, TRIGSRC_SUBID_PARTITION_1, TRIGSRC_SUBID_PARTITION_2, TRIGSRC_SUBID_PARTITION_3, and TRIGSRC_SUBID_PARTITION_4.
|
static |
Definition at line 25 of file RawDataBlock.h.
|
static |
Definition at line 23 of file RawSummaryDCMData.h.
Referenced by daqdataformats::RawSummaryDCMData::RawSummaryDCMData().
|
static |
Definition at line 46 of file RawEvent.h.
const float daqdataformats::DEFAULT_HIT_PROBABILITY = 0.1 |
Definition at line 10 of file FEBSimulator.h.
Referenced by daqdataformats::DCMSimulator::DCMSimulator(), daqdataformats::FEBSimulator::FEBSimulator(), and daqdataformats::DCMSimulator::init().
|
static |
Definition at line 21 of file RawMicroBlock.h.
|
static |
Definition at line 11 of file RawMilliSlice.h.
|
static |
Definition at line 15 of file RawMilliSliceIndex.h.
|
static |
Definition at line 20 of file RawNanoSliceV0.cpp.
|
static |
Definition at line 20 of file RawDCMChan.h.
Referenced by daqdataformats::RawDCMChan::sizeofdata().
|
static |
Definition at line 25 of file RawMicroSliceHeaderV0.h.
Referenced by daqdataformats::RawMicroSlice::readData(), and daqdataformats::VERSION_NAMESPACE::RawMicroSliceHeader::sizeofdata().
|
static |
Definition at line 8 of file RawTimingMarker.h.
Referenced by daqdataformats::VERSION_NAMESPACE::RawMicroSliceHeader::resetByteCount(), and daqdataformats::RawTimingMarker::sizeofdata().
const uint32_t daqdataformats::TEST_VALUE_CloseConnection = 1 |
Definition at line 34 of file MilliSliceHeaderConstructor.h.
const uint32_t daqdataformats::TEST_VALUE_Complete = 1 |
Definition at line 31 of file MilliSliceHeaderConstructor.h.
const uint32_t daqdataformats::TEST_VALUE_ConnectionInitialization = 1 |
Definition at line 33 of file MilliSliceHeaderConstructor.h.
const uint32_t daqdataformats::TEST_VALUE_CorruptData = 1 |
Definition at line 35 of file MilliSliceHeaderConstructor.h.
const uint32_t daqdataformats::TEST_VALUE_CRCCalculationUsed = 1 |
Definition at line 42 of file MilliSliceHeaderConstructor.h.
const uint32_t daqdataformats::TEST_VALUE_DCMId = 8 |
Definition at line 24 of file MilliSliceHeaderConstructor.h.
const uint32_t daqdataformats::TEST_VALUE_DestBuffID = 6 |
Definition at line 22 of file MilliSliceHeaderConstructor.h.
const uint32_t daqdataformats::TEST_VALUE_DetId = 3 |
Definition at line 25 of file MilliSliceHeaderConstructor.h.
const uint32_t daqdataformats::TEST_VALUE_DiblockId = 7 |
Definition at line 23 of file MilliSliceHeaderConstructor.h.
const uint32_t daqdataformats::TEST_VALUE_FrameSEQ = 42 |
Definition at line 38 of file MilliSliceHeaderConstructor.h.
const uint32_t daqdataformats::TEST_VALUE_GlobalDCMID = 9 |
Definition at line 26 of file MilliSliceHeaderConstructor.h.
const uint32_t daqdataformats::TEST_VALUE_HighWord = 8 |
Definition at line 22 of file MicroSliceConstructor.h.
const uint32_t daqdataformats::TEST_VALUE_LowWord = 5 |
Definition at line 21 of file MicroSliceConstructor.h.
const uint32_t daqdataformats::TEST_VALUE_MicrosliceNumber = 60 |
Definition at line 37 of file MilliSliceHeaderConstructor.h.
const uint32_t daqdataformats::TEST_VALUE_MicroSliceTimeLength_usec = 31 |
Definition at line 40 of file MilliSliceHeaderConstructor.h.
const uint32_t daqdataformats::TEST_VALUE_MilliSliceIndexNumber = 61 |
Definition at line 39 of file MilliSliceHeaderConstructor.h.
const uint32_t daqdataformats::TEST_VALUE_MilliSliceIndexUsed = 1 |
Definition at line 43 of file MilliSliceHeaderConstructor.h.
const uint32_t daqdataformats::TEST_VALUE_MilliSliceSEQ = 56 |
Definition at line 27 of file MilliSliceHeaderConstructor.h.
const uint32_t daqdataformats::TEST_VALUE_MissingData = 1 |
Definition at line 36 of file MilliSliceHeaderConstructor.h.
const rawmillihdr::Mode_t daqdataformats::TEST_VALUE_Mode = rawmillihdr::Mode_Discard_Empty_MicroSlices |
Definition at line 32 of file MilliSliceHeaderConstructor.h.
const uint32_t daqdataformats::TEST_VALUE_MonteCarloFlag = 1 |
Definition at line 20 of file MicroSliceConstructor.h.
const uint32_t daqdataformats::TEST_VALUE_Partition = 5 |
Definition at line 21 of file MilliSliceHeaderConstructor.h.
const uint32_t daqdataformats::TEST_VALUE_SliceSize = 4 |
Definition at line 20 of file MilliSliceHeaderConstructor.h.
const uint64_t daqdataformats::TEST_VALUE_Time = 0xB00000000A0L |
Definition at line 23 of file MicroSliceConstructor.h.
const uint32_t daqdataformats::TEST_VALUE_TimeLength = 59 |
Definition at line 30 of file MilliSliceHeaderConstructor.h.
const uint32_t daqdataformats::TEST_VALUE_TimeStartHigh = 58 |
Definition at line 29 of file MilliSliceHeaderConstructor.h.
const uint32_t daqdataformats::TEST_VALUE_TimeStartLow = 57 |
Definition at line 28 of file MilliSliceHeaderConstructor.h.
const char * daqdataformats::trigIDShortStrings |
Definition at line 103 of file TriggerDefines.cpp.
Referenced by evd::HeaderDrawer::Text().
const char * daqdataformats::trigIDStrings |
Definition at line 9 of file TriggerDefines.cpp.
Referenced by ddt::DDTEva::analyze(), and evtsum::EventSummary::MakeOutput().