#include <string>
Go to the source code of this file.
Namespaces | |
namespace | CCAENV1x90Data |
Functions | |
static const unsigned long | CCAENV1x90Data::TYPE_MASK (0xf8000000) |
static const unsigned long | CCAENV1x90Data::GLOBAL_HEADER (0x40000000) |
static const unsigned long | CCAENV1x90Data::TDC_HEADER (0x08000000) |
static const unsigned long | CCAENV1x90Data::TDC_TRAILER (0x18000000) |
static const unsigned long | CCAENV1x90Data::MEASUREMENT (0x00000000) |
static const unsigned long | CCAENV1x90Data::TDC_ERROR (0x20000000) |
static const unsigned long | CCAENV1x90Data::TRIGGER_TIME (0x88000000) |
static const unsigned long | CCAENV1x90Data::GLOBAL_TRAILER (0x80000000) |
static const unsigned long | CCAENV1x90Data::FILLER_LONG (0xc0000000) |
static const unsigned long | CCAENV1x90Data::EVENTCOUNT_MASK (0x07ffffe0) |
static const unsigned int | CCAENV1x90Data::EVENT_RSHIFT (0x5) |
static const unsigned int | CCAENV1x90Data::GEO_MASK (0x1f) |
static const unsigned long | CCAENV1x90Data::TDC_MASK (0x03000000) |
static const unsigned int | CCAENV1x90Data::TDC_RSHIFT (24) |
static const unsigned long | CCAENV1x90Data::EVENTID_MASK (0x007ff800) |
static const unsigned int | CCAENV1x90Data::EVENTID_RSHIFT (12) |
static const unsigned int | CCAENV1x90Data::BUNCHID_MASK (0x000007ff) |
static const unsigned int | CCAENV1x90Data::TDCWORDCOUNT_MASK (0x000007ff) |
static const unsigned int | CCAENV1x90Data::TRAILING_BIT (0x04000000) |
static const unsigned long | CCAENV1x90Data::V1190CHANNEL_MASK (0x03f80000) |
static const unsigned long | CCAENV1x90Data::V1290CHANNEL_MASK (0x03e00000) |
static const unsigned int | CCAENV1x90Data::V1190CHANNEL_RSHIFT (19) |
static const unsigned int | CCAENV1x90Data::V1290CHANNEL_RSHIFT (21) |
static const unsigned long | CCAENV1x90Data::V1190DATA_MASK (0x0007ffff) |
static const unsigned long | CCAENV1x90Data::V1290DATA_MASK (0x001fffff) |
static const unsigned long | CCAENV1x90Data::HITLOST_0_FIFO (0x0001) |
static const unsigned long | CCAENV1x90Data::HITLOST_0_L1 (0x0002) |
static const unsigned long | CCAENV1x90Data::HITERROR_0 (0x0004) |
static const unsigned long | CCAENV1x90Data::HITLOST_1_FIFO (0x0008) |
static const unsigned long | CCAENV1x90Data::HITLOST_1_L1 (0x0010) |
static const unsigned long | CCAENV1x90Data::HITERROR_1 (0x0020) |
static const unsigned long | CCAENV1x90Data::HITLOST_2_FIFO (0x0040) |
static const unsigned long | CCAENV1x90Data::HITLOST_2_L1 (0x0080) |
static const unsigned long | CCAENV1x90Data::HITERROR_2 (0x0100) |
static const unsigned long | CCAENV1x90Data::HITLOST_3_FIFO (0x0200) |
static const unsigned long | CCAENV1x90Data::HITLOST_3_L1 (0x0400) |
static const unsigned long | CCAENV1x90Data::HITERROR_3 (0x0800) |
static const unsigned long | CCAENV1x90Data::HITS_EXCEEDED (0x1000) |
static const unsigned long | CCAENV1x90Data::EVENTLOST_FIFO (0x2000) |
static const unsigned long | CCAENV1x90Data::FATALCHIP_ERROR (0x4000) |
static const unsigned long | CCAENV1x90Data::ERROR_MASK (0x7fff) |
static const unsigned long | CCAENV1x90Data::TRIGGERTIME_MASK (0x07ffffff) |
static const unsigned long | CCAENV1x90Data::TRIGGERLOST_MASK (0x04000000) |
static const unsigned long | CCAENV1x90Data::TDCERROR_MASK (0x02000000) |
static const unsigned long | CCAENV1x90Data::OVERFLOW_MASK (0x01000000) |
static const unsigned long | CCAENV1x90Data::WORDCOUNT_MASK (0x001fffe0) |
static const unsigned int | CCAENV1x90Data::WORDCOUNT_RSHIFT (5) |
static bool | CCAENV1x90Data::isGlobalHeader (unsigned long Data) |
static bool | CCAENV1x90Data::isGlobalTrailer (unsigned long datum) |
static int | CCAENV1x90Data::TriggerNumber (unsigned long Header) throw (STD(string)) |
static unsigned int | CCAENV1x90Data::BoardNumber (unsigned long Header) throw (STD(string)) |
static bool | CCAENV1x90Data::isTDCHeader (unsigned long Header) |
static bool | CCAENV1x90Data::isTDCTrailer (unsigned long header) |
static bool | CCAENV1x90Data::isTDCError (unsigned long Datum) |
static unsigned int | CCAENV1x90Data::TDCChip (unsigned long Header) throw (STD(string)) |
static unsigned int | CCAENV1x90Data::EventId (unsigned long Header) throw (STD(string)) |
static unsigned int | CCAENV1x90Data::BunchId (unsigned long Header) throw (STD(string)) |
static short | CCAENV1x90Data::TDCWordCount (unsigned long Header) throw (STD(string)) |
static bool | CCAENV1x90Data::isMeasurement (unsigned long data) |
static bool | CCAENV1x90Data::isTrailing (unsigned long datum) throw (STD(string)) |
static int | CCAENV1x90Data::ChannelNumber (unsigned long Datum, bool is1190=true) throw (STD(string)) |
static long | CCAENV1x90Data::ChannelValue (unsigned long datum, bool is1190=true) throw (STD(string)) |
static unsigned long | CCAENV1x90Data::TDCErrorBits (unsigned long datum) throw (STD(string)) |
static bool | CCAENV1x90Data::isTriggerTimeTag (unsigned long datum) |
static unsigned long | CCAENV1x90Data::ExtendedTriggerTime (unsigned long datum) throw (STD(string)) |
static bool | CCAENV1x90Data::Overflow (unsigned long datum) throw (STD(string)) |
static bool | CCAENV1x90Data::Error (unsigned long datum) throw (STD(string)) |
static bool | CCAENV1x90Data::Lost (unsigned long datum) throw (STD(string)) |
static unsigned long | CCAENV1x90Data::EventSize (unsigned long datum) |
static bool | CCAENV1x90Data::isFiller (unsigned long datum) |