![]() |
ATLAS Offline Software
|
Sub-Block class for CMX-Jet data post LS1. More...
#include <CmxJetSubBlock.h>
Public Member Functions | |
| CmxJetSubBlock () | |
| ~CmxJetSubBlock () | |
| void | clear () |
| Clear all data. | |
| unsigned int | presenceMap (int slice, int jem) const |
| Return presence map for given JEM. | |
| int | frame (int slice, int jem, int tob) const |
| Return frame for given jem and tob. | |
| int | localCoord (int slice, int jem, int tob) const |
| Return Local coordinate for given jem and tob. | |
| int | energyLarge (int slice, int jem, int tob) const |
| Return energy large window size for given jem and tob. | |
| int | energySmall (int slice, int jem, int tob) const |
| Return energy small window size for given jem and tob. | |
| int | tobError (int slice, int jem, int tob) const |
| Return error bit for given jem and tob. | |
| int | parityBits (int slice, int jem) const |
| Return parity bits for given JEM. | |
| unsigned int | hits (int slice, int source, int flag) const |
| Return hit/topo counts for given source ID and HL flag. | |
| int | hitsError (int slice, int source, int flag) const |
| Return hit error for given source ID and HL flag. | |
| void | setPresenceMap (int slice, int jem, unsigned int map) |
| Store presence map. | |
| void | setTob (int slice, int jem, int frame, int loc, int energyLarge, int energySmall, int error) |
| Store TOB (RoI) data for given JEM, frame, local coord. | |
| void | setParityBits (int slice, int jem, int parity) |
| Store parity bits for neutral format. | |
| void | setHits (int slice, int source, int flag, unsigned int hits, int error) |
| Store hit counts for given source ID and HL flag. | |
| bool | pack () |
| Pack data. | |
| bool | unpack () |
| Unpack data. | |
| void | setCmxHeader (int version, int format, int slice, int crate, int summing, int firmware, int position, int timeslices) |
| Store CMX header. | |
| int | cmxSumming () const |
| int | cmxFirmware () const |
| int | cmxPosition () const |
| int | timeslices () const |
| int | dataWords () const |
| Return number of data words. | |
| void | setHeader (int wordId, int version, int format, int seqno, int crate, int module, int slices2, int slices1) |
| Store header data. | |
| int | wordId () const |
| int | version () const |
| int | format () const |
| int | seqno () const |
| int | slice () const |
| int | crate () const |
| int | module () const |
| int | slices2 () const |
| int | slices1 () const |
| uint32_t | failingBCN () const |
| bool | glinkTimeout () const |
| bool | glinkDown () const |
| bool | upstreamError () const |
| bool | daqOverflow () const |
| bool | bcnMismatch () const |
| bool | glinkProtocol () const |
| bool | glinkParity () const |
| uint32_t | subStatus () const |
| Return Sub-status word. | |
| void | setBunchCrossing (int bc) |
| Set the Bunch Crossing number (neutral format only) | |
| int | bunchCrossing () const |
| Return the Bunch Crossing number (neutral format only) | |
| OFFLINE_FRAGMENTS_NAMESPACE::PointerType | read (const OFFLINE_FRAGMENTS_NAMESPACE::PointerType beg, const OFFLINE_FRAGMENTS_NAMESPACE::PointerType end) |
| Input complete packed sub-block from ROD array. | |
| void | write (FullEventAssembler< L1CaloSrcIdMap >::RODDATA *theROD) const |
| Output complete packed sub-block to ROD vector. | |
| void | setStatus (uint32_t failingBCN, bool glinkTimeout, bool glinkDown, bool upstreamError, bool daqOverflow, bool bcnMismatch, bool glinkProtocol, bool glinkParity) |
| Store error status trailer. | |
| void | setDaqOverflow (int bit=1) |
| Set DAQ FIFO Overflow bit in Sub-status word. | |
| void | setGlinkParity (int bit=1) |
| Set G-Link Parity bit in Sub-status word. | |
| void | setUnpackErrorCode (int code) |
| Set the unpacking error code. | |
| int | unpackErrorCode () const |
| Return the unpacking error code. | |
| std::string | unpackErrorMsg () const |
| Return the unpacking error message for printing. | |
| int | minBits (uint32_t datum) const |
| Return the minimum number of bits needed for given data. | |
| int | parityBit (int init, uint32_t datum, int nbits) const |
| Return the parity bit for given data. | |
| void | packer (uint32_t datum, int nbits) |
| Pack given data into given number of bits. | |
| void | packerFlush () |
| Flush the current data word padded with zeros. | |
| void | setStreamed () |
| Set continuous bit streaming for compressed formats. | |
| uint32_t | unpacker (int nbits) |
| Unpack given number of bits of data. | |
| uint32_t | unpacker (int nbits, int align) |
| void | unpackerInit () |
| Initialise unpacker. | |
| bool | unpackerSuccess () const |
| Return unpacker success flag. | |
| void | packerNeutral (int pin, uint32_t datum, int nbits) |
| Pack given neutral data from given pin. | |
| void | packerNeutralParity (int pin) |
| Pack current G-Link parity bit for given pin. | |
| uint32_t | unpackerNeutral (int pin, int nbits) |
| Unpack given number of bits of neutral data for given pin. | |
| bool | unpackerNeutralParityError (int pin) |
| Unpack and test G-Link parity bit for given pin. | |
| int | currentPinBit (int pin) const |
| Return current pin bit for given pin. | |
Static Public Member Functions | |
| static CmxFirmwareCode | cmxType (uint32_t word) |
| CMX differentiation (CMX_CP, CMX_JET, or CMX_ENERGY) | |
| static bool | cmxBlock (uint32_t word) |
| Determine if header word corresponds to CMX. | |
| static int | wordId (uint32_t word) |
| Return wordID field from given header word. | |
| static int | version (uint32_t word) |
| Return version number from given header word. | |
| static int | format (uint32_t word) |
| Return data format from given header word. | |
| static int | seqno (uint32_t word) |
| Return seqno field from given header word. | |
| static int | module (uint32_t word) |
| Return module field from given header word. | |
| static SubBlockWordType | wordType (uint32_t word) |
| Word identification. | |
Private Member Functions | |
| int | dataWordId (uint32_t word) const |
| int | sourceId (uint32_t word) const |
| int | jem (uint32_t word) const |
| int | hlFlag (uint32_t word) const |
| unsigned int | mapIndex (int slice, int jem) const |
| unsigned int | parIndex (int slice, int jem) const |
| unsigned int | tobIndex (int slice, int jem, int tob) const |
| unsigned int | hitIndex (int slice, int source, int flag) const |
| void | resize () |
| bool | packNeutral () |
| Pack neutral data. | |
| bool | packUncompressed () |
| Pack uncompressed data. | |
| bool | unpackNeutral () |
| Unpack neutral data. | |
| bool | unpackUncompressed () |
| Unpack uncompressed data. | |
Private Attributes | |
| std::vector< uint32_t > | m_tobData |
| TOB data. | |
| std::vector< uint32_t > | m_hitsData |
| Hits and topo data. | |
| std::vector< unsigned int > | m_presenceMaps |
| Presence maps. | |
| std::vector< int > | m_parityBits |
| Parity data for neutral format. | |
| std::vector< int > | m_jemTobCount |
| JEM TOB count vector for unpacking. | |
| uint32_t | m_header |
| Sub-Block Header. | |
| uint32_t | m_trailer |
| Sub-Block Status Trailer. | |
| int | m_bunchCrossing |
| Bunch Crossing number (neutral format only) | |
| int | m_unpackError |
| Unpacking error code. | |
| uint32_t | m_bitword |
| int | m_currentBit |
| int | m_maxBits |
| uint32_t | m_maxMask |
| bool | m_unpackerFlag |
| std::vector< uint32_t >::const_iterator | m_dataPos {} |
| std::vector< uint32_t >::const_iterator | m_dataPosEnd {} |
| std::vector< int > | m_currentPinBit |
| std::vector< int > | m_oddParity |
| int | m_dataWords |
| Current number of data words. | |
| std::vector< uint32_t > | m_data |
| Sub-Block data. | |
| std::vector< uint32_t > | m_unpackingMasks |
| Unpacking masks. | |
Static Private Attributes | |
| static const int | s_wordLength = 32 |
| Data word length. | |
| static const int | s_tobEnergyLgBit = 0 |
| static const int | s_tobEnergySmBit = 10 |
| static const int | s_tobErrorBit = 19 |
| static const int | s_tobCoordBit = 20 |
| static const int | s_tobFrameBit = 22 |
| static const int | s_tobJemBit = 25 |
| static const int | s_tobWordId = 0 |
| static const uint32_t | s_tobEnergyLgMask = 0x3ff |
| static const uint32_t | s_tobEnergySmMask = 0x1ff |
| static const uint32_t | s_tobErrorMask = 0x1 |
| static const uint32_t | s_tobCoordMask = 0x3 |
| static const uint32_t | s_tobFrameMask = 0x7 |
| static const uint32_t | s_tobJemMask = 0xf |
| static const int | s_threshBit = 0 |
| static const int | s_threshErrorBit = 16 |
| static const int | s_threshHlFlagBit = 19 |
| static const int | s_topoHlFlagBit = 24 |
| static const int | s_hlFlagBit = 19 |
| static const int | s_sourceIdBit = 25 |
| static const int | s_dataWordIdBit = 29 |
| static const int | s_threshWordId = 1 |
| static const uint32_t | s_threshMainMask = 0x7fff |
| static const uint32_t | s_threshFwdLMask = 0xffff |
| static const uint32_t | s_threshFwdHMask = 0x3fff |
| static const uint32_t | s_errorMask = 0x7 |
| static const uint32_t | s_topoCheckMask = 0xffff |
| static const uint32_t | s_topoMapMask = 0xffff |
| static const uint32_t | s_topoCountsMask = 0xffffff |
| static const uint32_t | s_hlFlagMask = 0x1 |
| static const uint32_t | s_sourceIdMask = 0xf |
| static const uint32_t | s_dataWordIdMask = 0x7 |
| static const int | s_presenceBits = 8 |
| static const int | s_coordBits = 2 |
| static const int | s_energyLgBits = 10 |
| static const int | s_energySmBits [8] = {3, 6, 5, 4, 7, 2, 9, 0} |
| static const int | s_threshMainBits = 15 |
| static const int | s_threshFwdLBits = 16 |
| static const int | s_threshFwdHBits = 14 |
| static const int | s_parityErrorBits = 1 |
| static const int | s_roiOverflowBits = 1 |
| static const int | s_paddingBits = 31 |
| static const int | s_bunchCrossingBits = 12 |
| static const int | s_fifoOverflowBits = 1 |
| static const int | s_topoChecksumBits = 16 |
| static const int | s_topoMapBits = 16 |
| static const int | s_topoCountsBits = 24 |
| static const int | s_topoPaddingBits = 3 |
| static const int | s_glinkPins = 20 |
| static const int | s_modules = 16 |
| static const int | s_tobsPerModule = 4 |
| static const int | s_muxPhases = 4 |
| static const int | s_wordIdVal = 0xe |
| CMX header word ID. | |
| static const int | s_cmxSummingBit = 3 |
| static const int | s_cmxFirmwareBit = 1 |
| static const int | s_cmxPositionBit = 0 |
| static const uint32_t | s_cmxSummingMask = 0x1 |
| static const uint32_t | s_cmxFirmwareMask = 0x3 |
| static const uint32_t | s_cmxPositionMask = 0x1 |
| static const int | s_glinkBitsPerSlice = 97 |
| Needed for neutral format. | |
| static const int | s_headerBit = 30 |
| static const int | s_statusBit = 28 |
| static const uint32_t | s_headerMask = 0x3 |
| static const uint32_t | s_statusMask = 0x1 |
| static const uint32_t | s_headerVal = 0x3 |
| static const uint32_t | s_statusVal = 0x1 |
| static const int | s_ppmCrates = 8 |
| static const int | s_wordIdBit = 28 |
| static const int | s_versionBit = 25 |
| static const int | s_formatBit = 22 |
| static const int | s_seqnoBit = 16 |
| static const int | s_crateBit = 12 |
| static const int | s_moduleBit = 8 |
| static const int | s_slices2Bit = 3 |
| static const int | s_slices1Bit = 0 |
| static const uint32_t | s_wordIdMask = 0xf |
| static const uint32_t | s_versionMask = 0x7 |
| static const uint32_t | s_formatMask = 0x7 |
| static const uint32_t | s_seqnoMask = 0x3f |
| static const uint32_t | s_crateMask = 0xf |
| static const uint32_t | s_moduleMask = 0xf |
| static const uint32_t | s_slices2Mask = 0x1f |
| static const uint32_t | s_slices1Mask = 0x7 |
| static const int | s_failingBcnBit = 22 |
| static const int | s_glinkTimeoutBit = 7 |
| static const int | s_glinkDownBit = 6 |
| static const int | s_upstreamErrorBit = 4 |
| static const int | s_daqOverflowBit = 3 |
| static const int | s_bcnMismatchBit = 2 |
| static const int | s_glinkProtocolBit = 1 |
| static const int | s_glinkParityBit = 0 |
| static const uint32_t | s_failingBcnMask = 0x3f |
| static const int | s_maxWordBits = 32 |
| static const int | s_maxStreamedBits = 31 |
| static const uint32_t | s_maxWordMask = 0xffffffff |
| static const uint32_t | s_maxStreamedMask = 0x7fffffff |
| static const int | s_maxPins = 20 |
| static const uint32_t | s_glinkDavSet = 0x400000 |
Sub-Block class for CMX-Jet data post LS1.
Based on "ATLAS Level-1 Calorimeter Trigger Read-out Driver" Version X.xxx //<<== CHECK
Definition at line 23 of file CmxJetSubBlock.h.
|
inherited |
| Enumerator | |
|---|---|
| CMX_CP | |
| CMX_JET | |
| CMX_ENERGY | |
| CMX_UNKNOWN | |
Definition at line 25 of file CmxSubBlock.h.
|
inherited |
|
inherited |
|
inherited |
Definition at line 31 of file L1CaloSubBlock.h.
|
inherited |
| Enumerator | |
|---|---|
| NEUTRAL | |
| UNCOMPRESSED | |
| COMPRESSED | |
| SUPERCOMPRESSED | |
Definition at line 28 of file L1CaloSubBlock.h.
| Enumerator | |
|---|---|
| REMOTE_MAIN | |
| LOCAL_MAIN | |
| TOTAL_MAIN | |
| REMOTE_FORWARD | |
| LOCAL_FORWARD | |
| TOTAL_FORWARD | |
| TOPO_CHECKSUM | |
| TOPO_OCCUPANCY_MAP | |
| TOPO_OCCUPANCY_COUNTS | |
| MAX_SOURCE_ID | |
Definition at line 26 of file CmxJetSubBlock.h.
|
inherited |
|
inherited |
| Enumerator | |
|---|---|
| UNPACK_NONE | |
| UNPACK_VERSION | |
| UNPACK_FORMAT | |
| UNPACK_COMPRESSION_VERSION | |
| UNPACK_COMPRESSION_SLICES | |
| UNPACK_DATA_TRUNCATED | |
| UNPACK_EXCESS_DATA | |
| UNPACK_SOURCE_ID | |
| UNPACK_EXCESS_TOBS | |
| UNPACK_DATA_ID | |
Definition at line 38 of file L1CaloSubBlock.h.
| LVL1BS::CmxJetSubBlock::CmxJetSubBlock | ( | ) |
Definition at line 68 of file CmxJetSubBlock.cxx.
| LVL1BS::CmxJetSubBlock::~CmxJetSubBlock | ( | ) |
Definition at line 72 of file CmxJetSubBlock.cxx.
|
inlineinherited |
Definition at line 308 of file L1CaloSubBlock.h.
|
inlineinherited |
Return the Bunch Crossing number (neutral format only)
Definition at line 333 of file L1CaloSubBlock.h.
| void LVL1BS::CmxJetSubBlock::clear | ( | ) |
Clear all data.
Definition at line 78 of file CmxJetSubBlock.cxx.
|
staticinherited |
Determine if header word corresponds to CMX.
Definition at line 84 of file CmxSubBlock.cxx.
|
inlineinherited |
Definition at line 68 of file CmxSubBlock.h.
|
inlineinherited |
Definition at line 73 of file CmxSubBlock.h.
|
inlineinherited |
Definition at line 63 of file CmxSubBlock.h.
|
staticinherited |
CMX differentiation (CMX_CP, CMX_JET, or CMX_ENERGY)
Definition at line 60 of file CmxSubBlock.cxx.
|
inlineinherited |
Definition at line 263 of file L1CaloSubBlock.h.
|
inlineinherited |
Return current pin bit for given pin.
Definition at line 359 of file L1CaloSubBlock.h.
|
inlineinherited |
Definition at line 303 of file L1CaloSubBlock.h.
|
inlineprivate |
Definition at line 163 of file CmxJetSubBlock.h.
|
inlineinherited |
Return number of data words.
Definition at line 233 of file L1CaloSubBlock.h.
| int LVL1BS::CmxJetSubBlock::energyLarge | ( | int | slice, |
| int | jem, | ||
| int | tob ) const |
Return energy large window size for given jem and tob.
Definition at line 124 of file CmxJetSubBlock.cxx.
| int LVL1BS::CmxJetSubBlock::energySmall | ( | int | slice, |
| int | jem, | ||
| int | tob ) const |
Return energy small window size for given jem and tob.
Definition at line 136 of file CmxJetSubBlock.cxx.
|
inlineinherited |
Definition at line 283 of file L1CaloSubBlock.h.
|
inlineinherited |
Definition at line 248 of file L1CaloSubBlock.h.
|
staticinherited |
Return data format from given header word.
Definition at line 506 of file L1CaloSubBlock.cxx.
| int LVL1BS::CmxJetSubBlock::frame | ( | int | slice, |
| int | jem, | ||
| int | tob ) const |
Return frame for given jem and tob.
Definition at line 100 of file CmxJetSubBlock.cxx.
|
inlineinherited |
Definition at line 293 of file L1CaloSubBlock.h.
|
inlineinherited |
Definition at line 318 of file L1CaloSubBlock.h.
|
inlineinherited |
Definition at line 313 of file L1CaloSubBlock.h.
|
inlineinherited |
Definition at line 288 of file L1CaloSubBlock.h.
|
private |
Definition at line 374 of file CmxJetSubBlock.cxx.
| unsigned int LVL1BS::CmxJetSubBlock::hits | ( | int | slice, |
| int | source, | ||
| int | flag ) const |
Return hit/topo counts for given source ID and HL flag.
Definition at line 170 of file CmxJetSubBlock.cxx.
| int LVL1BS::CmxJetSubBlock::hitsError | ( | int | slice, |
| int | source, | ||
| int | flag ) const |
Return hit error for given source ID and HL flag.
Definition at line 191 of file CmxJetSubBlock.cxx.
|
inlineprivate |
Definition at line 178 of file CmxJetSubBlock.h.
|
inlineprivate |
Definition at line 173 of file CmxJetSubBlock.h.
| int LVL1BS::CmxJetSubBlock::localCoord | ( | int | slice, |
| int | jem, | ||
| int | tob ) const |
Return Local coordinate for given jem and tob.
Definition at line 112 of file CmxJetSubBlock.cxx.
|
private |
Definition at line 344 of file CmxJetSubBlock.cxx.
|
inherited |
Return the minimum number of bits needed for given data.
Definition at line 274 of file L1CaloSubBlock.cxx.
|
inlineinherited |
Definition at line 268 of file L1CaloSubBlock.h.
|
staticinherited |
Return module field from given header word.
Definition at line 520 of file L1CaloSubBlock.cxx.
| bool LVL1BS::CmxJetSubBlock::pack | ( | ) |
Pack data.
Definition at line 294 of file CmxJetSubBlock.cxx.
|
inherited |
Pack given data into given number of bits.
Definition at line 302 of file L1CaloSubBlock.cxx.
|
inherited |
Flush the current data word padded with zeros.
Definition at line 331 of file L1CaloSubBlock.cxx.
|
inherited |
Pack given neutral data from given pin.
Definition at line 413 of file L1CaloSubBlock.cxx.
|
inherited |
Pack current G-Link parity bit for given pin.
Definition at line 434 of file L1CaloSubBlock.cxx.
|
private |
Pack neutral data.
Definition at line 406 of file CmxJetSubBlock.cxx.
|
private |
Pack uncompressed data.
Definition at line 481 of file CmxJetSubBlock.cxx.
|
private |
|
inherited |
Return the parity bit for given data.
Definition at line 291 of file L1CaloSubBlock.cxx.
| int LVL1BS::CmxJetSubBlock::parityBits | ( | int | slice, |
| int | jem ) const |
Return parity bits for given JEM.
Definition at line 160 of file CmxJetSubBlock.cxx.
| unsigned int LVL1BS::CmxJetSubBlock::presenceMap | ( | int | slice, |
| int | jem ) const |
Return presence map for given JEM.
Definition at line 89 of file CmxJetSubBlock.cxx.
|
inherited |
Input complete packed sub-block from ROD array.
Definition at line 118 of file L1CaloSubBlock.cxx.
|
private |
Definition at line 384 of file CmxJetSubBlock.cxx.
|
inlineinherited |
Definition at line 253 of file L1CaloSubBlock.h.
|
staticinherited |
Return seqno field from given header word.
Definition at line 513 of file L1CaloSubBlock.cxx.
|
inlineinherited |
Set the Bunch Crossing number (neutral format only)
Definition at line 328 of file L1CaloSubBlock.h.
|
inherited |
Store CMX header.
Definition at line 33 of file CmxSubBlock.cxx.
|
inherited |
Set DAQ FIFO Overflow bit in Sub-status word.
Definition at line 206 of file L1CaloSubBlock.cxx.
|
inherited |
Set G-Link Parity bit in Sub-status word.
Definition at line 217 of file L1CaloSubBlock.cxx.
|
inherited |
Store header data.
Definition at line 99 of file L1CaloSubBlock.cxx.
| void LVL1BS::CmxJetSubBlock::setHits | ( | int | slice, |
| int | source, | ||
| int | flag, | ||
| unsigned int | hits, | ||
| int | error ) |
Store hit counts for given source ID and HL flag.
Definition at line 268 of file CmxJetSubBlock.cxx.
| void LVL1BS::CmxJetSubBlock::setParityBits | ( | int | slice, |
| int | jem, | ||
| int | parity ) |
Store parity bits for neutral format.
Definition at line 256 of file CmxJetSubBlock.cxx.
| void LVL1BS::CmxJetSubBlock::setPresenceMap | ( | int | slice, |
| int | jem, | ||
| unsigned int | map ) |
Store presence map.
Definition at line 208 of file CmxJetSubBlock.cxx.
|
inherited |
Store error status trailer.
Definition at line 179 of file L1CaloSubBlock.cxx.
|
inlineinherited |
Set continuous bit streaming for compressed formats.
Definition at line 348 of file L1CaloSubBlock.h.
| void LVL1BS::CmxJetSubBlock::setTob | ( | int | slice, |
| int | jem, | ||
| int | frame, | ||
| int | loc, | ||
| int | energyLarge, | ||
| int | energySmall, | ||
| int | error ) |
Store TOB (RoI) data for given JEM, frame, local coord.
Definition at line 220 of file CmxJetSubBlock.cxx.
|
inlineinherited |
Set the unpacking error code.
Definition at line 338 of file L1CaloSubBlock.h.
|
inlineinherited |
Definition at line 258 of file L1CaloSubBlock.h.
|
inlineinherited |
Definition at line 278 of file L1CaloSubBlock.h.
|
inlineinherited |
Definition at line 273 of file L1CaloSubBlock.h.
|
inlineprivate |
Definition at line 168 of file CmxJetSubBlock.h.
|
inlineinherited |
Return Sub-status word.
Definition at line 323 of file L1CaloSubBlock.h.
|
inherited |
Definition at line 48 of file CmxSubBlock.cxx.
| int LVL1BS::CmxJetSubBlock::tobError | ( | int | slice, |
| int | jem, | ||
| int | tob ) const |
Return error bit for given jem and tob.
Definition at line 148 of file CmxJetSubBlock.cxx.
|
private |
Definition at line 364 of file CmxJetSubBlock.cxx.
| bool LVL1BS::CmxJetSubBlock::unpack | ( | ) |
Unpack data.
Definition at line 317 of file CmxJetSubBlock.cxx.
|
inherited |
Unpack given number of bits of data.
Definition at line 345 of file L1CaloSubBlock.cxx.
|
inherited |
|
inherited |
Initialise unpacker.
Definition at line 393 of file L1CaloSubBlock.cxx.
|
inherited |
Unpack given number of bits of neutral data for given pin.
Definition at line 445 of file L1CaloSubBlock.cxx.
|
inherited |
Unpack and test G-Link parity bit for given pin.
Definition at line 464 of file L1CaloSubBlock.cxx.
|
inlineinherited |
Return the unpacking error code.
Definition at line 343 of file L1CaloSubBlock.h.
|
inherited |
Return the unpacking error message for printing.
Definition at line 228 of file L1CaloSubBlock.cxx.
|
inlineinherited |
Return unpacker success flag.
Definition at line 354 of file L1CaloSubBlock.h.
|
private |
Unpack neutral data.
Definition at line 496 of file CmxJetSubBlock.cxx.
|
private |
Unpack uncompressed data.
Definition at line 595 of file CmxJetSubBlock.cxx.
|
inlineinherited |
Definition at line 298 of file L1CaloSubBlock.h.
|
inlineinherited |
Definition at line 243 of file L1CaloSubBlock.h.
|
staticinherited |
Return version number from given header word.
Definition at line 499 of file L1CaloSubBlock.cxx.
|
inlineinherited |
Definition at line 238 of file L1CaloSubBlock.h.
|
staticinherited |
Return wordID field from given header word.
Definition at line 492 of file L1CaloSubBlock.cxx.
|
staticinherited |
Word identification.
Definition at line 479 of file L1CaloSubBlock.cxx.
|
inherited |
Output complete packed sub-block to ROD vector.
Definition at line 165 of file L1CaloSubBlock.cxx.
|
privateinherited |
Definition at line 214 of file L1CaloSubBlock.h.
|
privateinherited |
Bunch Crossing number (neutral format only)
Definition at line 210 of file L1CaloSubBlock.h.
|
privateinherited |
Definition at line 215 of file L1CaloSubBlock.h.
|
privateinherited |
Definition at line 222 of file L1CaloSubBlock.h.
|
privateinherited |
Sub-Block data.
Definition at line 227 of file L1CaloSubBlock.h.
|
privateinherited |
Definition at line 219 of file L1CaloSubBlock.h.
|
privateinherited |
Definition at line 220 of file L1CaloSubBlock.h.
|
privateinherited |
Current number of data words.
Definition at line 225 of file L1CaloSubBlock.h.
|
privateinherited |
Sub-Block Header.
Definition at line 206 of file L1CaloSubBlock.h.
|
private |
Hits and topo data.
Definition at line 153 of file CmxJetSubBlock.h.
|
private |
JEM TOB count vector for unpacking.
Definition at line 159 of file CmxJetSubBlock.h.
|
privateinherited |
Definition at line 216 of file L1CaloSubBlock.h.
|
privateinherited |
Definition at line 217 of file L1CaloSubBlock.h.
|
privateinherited |
Definition at line 223 of file L1CaloSubBlock.h.
|
private |
Parity data for neutral format.
Definition at line 157 of file CmxJetSubBlock.h.
|
private |
Presence maps.
Definition at line 155 of file CmxJetSubBlock.h.
|
private |
TOB data.
Definition at line 151 of file CmxJetSubBlock.h.
|
privateinherited |
Sub-Block Status Trailer.
Definition at line 208 of file L1CaloSubBlock.h.
|
privateinherited |
Definition at line 218 of file L1CaloSubBlock.h.
|
privateinherited |
Unpacking error code.
Definition at line 212 of file L1CaloSubBlock.h.
|
privateinherited |
Unpacking masks.
Definition at line 229 of file L1CaloSubBlock.h.
|
staticprivateinherited |
Definition at line 192 of file L1CaloSubBlock.h.
|
staticprivate |
Definition at line 120 of file CmxJetSubBlock.h.
|
staticprivateinherited |
Definition at line 53 of file CmxSubBlock.h.
|
staticprivateinherited |
Definition at line 56 of file CmxSubBlock.h.
|
staticprivateinherited |
Definition at line 54 of file CmxSubBlock.h.
|
staticprivateinherited |
Definition at line 57 of file CmxSubBlock.h.
|
staticprivateinherited |
Definition at line 52 of file CmxSubBlock.h.
|
staticprivateinherited |
Definition at line 55 of file CmxSubBlock.h.
|
staticprivate |
Definition at line 110 of file CmxJetSubBlock.h.
|
staticprivateinherited |
Definition at line 174 of file L1CaloSubBlock.h.
|
staticprivateinherited |
Definition at line 182 of file L1CaloSubBlock.h.
|
staticprivateinherited |
Definition at line 191 of file L1CaloSubBlock.h.
|
staticprivate |
Definition at line 96 of file CmxJetSubBlock.h.
|
staticprivate |
Definition at line 107 of file CmxJetSubBlock.h.
|
staticprivate |
Definition at line 111 of file CmxJetSubBlock.h.
|
staticprivate |
Definition at line 113 of file CmxJetSubBlock.h.
|
staticprivate |
Definition at line 101 of file CmxJetSubBlock.h.
|
staticprivateinherited |
Definition at line 187 of file L1CaloSubBlock.h.
|
staticprivateinherited |
Definition at line 195 of file L1CaloSubBlock.h.
|
staticprivate |
Definition at line 121 of file CmxJetSubBlock.h.
|
staticprivateinherited |
Definition at line 172 of file L1CaloSubBlock.h.
|
staticprivateinherited |
Definition at line 180 of file L1CaloSubBlock.h.
|
staticprivateinherited |
Needed for neutral format.
Definition at line 59 of file CmxSubBlock.h.
|
staticprivateinherited |
Definition at line 203 of file L1CaloSubBlock.h.
|
staticprivateinherited |
Definition at line 189 of file L1CaloSubBlock.h.
|
staticprivateinherited |
Definition at line 194 of file L1CaloSubBlock.h.
|
staticprivate |
Definition at line 126 of file CmxJetSubBlock.h.
|
staticprivateinherited |
Definition at line 193 of file L1CaloSubBlock.h.
|
staticprivateinherited |
Definition at line 188 of file L1CaloSubBlock.h.
|
staticprivateinherited |
Definition at line 161 of file L1CaloSubBlock.h.
|
staticprivateinherited |
Definition at line 163 of file L1CaloSubBlock.h.
|
staticprivateinherited |
Definition at line 165 of file L1CaloSubBlock.h.
|
staticprivate |
Definition at line 94 of file CmxJetSubBlock.h.
|
staticprivate |
Definition at line 105 of file CmxJetSubBlock.h.
|
staticprivateinherited |
Definition at line 202 of file L1CaloSubBlock.h.
|
staticprivateinherited |
Definition at line 198 of file L1CaloSubBlock.h.
|
staticprivateinherited |
Definition at line 200 of file L1CaloSubBlock.h.
|
staticprivateinherited |
Definition at line 197 of file L1CaloSubBlock.h.
|
staticprivateinherited |
Definition at line 199 of file L1CaloSubBlock.h.
|
staticprivateinherited |
Definition at line 175 of file L1CaloSubBlock.h.
|
staticprivateinherited |
Definition at line 183 of file L1CaloSubBlock.h.
|
staticprivate |
Definition at line 127 of file CmxJetSubBlock.h.
|
staticprivate |
Definition at line 129 of file CmxJetSubBlock.h.
|
staticprivate |
Definition at line 119 of file CmxJetSubBlock.h.
|
staticprivate |
Definition at line 117 of file CmxJetSubBlock.h.
|
staticprivateinherited |
Definition at line 168 of file L1CaloSubBlock.h.
|
staticprivate |
Definition at line 109 of file CmxJetSubBlock.h.
|
staticprivate |
Definition at line 118 of file CmxJetSubBlock.h.
|
staticprivateinherited |
Definition at line 173 of file L1CaloSubBlock.h.
|
staticprivateinherited |
Definition at line 181 of file L1CaloSubBlock.h.
|
staticprivateinherited |
Definition at line 177 of file L1CaloSubBlock.h.
|
staticprivateinherited |
Definition at line 185 of file L1CaloSubBlock.h.
|
staticprivateinherited |
Definition at line 176 of file L1CaloSubBlock.h.
|
staticprivateinherited |
Definition at line 184 of file L1CaloSubBlock.h.
|
staticprivate |
Definition at line 95 of file CmxJetSubBlock.h.
|
staticprivate |
Definition at line 106 of file CmxJetSubBlock.h.
|
staticprivateinherited |
Definition at line 162 of file L1CaloSubBlock.h.
|
staticprivateinherited |
Definition at line 164 of file L1CaloSubBlock.h.
|
staticprivateinherited |
Definition at line 166 of file L1CaloSubBlock.h.
|
staticprivate |
Definition at line 90 of file CmxJetSubBlock.h.
|
staticprivate |
Definition at line 91 of file CmxJetSubBlock.h.
|
staticprivate |
Definition at line 116 of file CmxJetSubBlock.h.
|
staticprivate |
Definition at line 100 of file CmxJetSubBlock.h.
|
staticprivate |
Definition at line 115 of file CmxJetSubBlock.h.
|
staticprivate |
Definition at line 99 of file CmxJetSubBlock.h.
|
staticprivate |
Definition at line 92 of file CmxJetSubBlock.h.
|
staticprivate |
Definition at line 114 of file CmxJetSubBlock.h.
|
staticprivate |
Definition at line 98 of file CmxJetSubBlock.h.
|
staticprivate |
Definition at line 97 of file CmxJetSubBlock.h.
|
staticprivate |
Definition at line 79 of file CmxJetSubBlock.h.
|
staticprivate |
Definition at line 86 of file CmxJetSubBlock.h.
|
staticprivate |
Definition at line 76 of file CmxJetSubBlock.h.
|
staticprivate |
Definition at line 83 of file CmxJetSubBlock.h.
|
staticprivate |
Definition at line 77 of file CmxJetSubBlock.h.
|
staticprivate |
Definition at line 84 of file CmxJetSubBlock.h.
|
staticprivate |
Definition at line 78 of file CmxJetSubBlock.h.
|
staticprivate |
Definition at line 85 of file CmxJetSubBlock.h.
|
staticprivate |
Definition at line 80 of file CmxJetSubBlock.h.
|
staticprivate |
Definition at line 87 of file CmxJetSubBlock.h.
|
staticprivate |
Definition at line 81 of file CmxJetSubBlock.h.
|
staticprivate |
Definition at line 88 of file CmxJetSubBlock.h.
|
staticprivate |
Definition at line 128 of file CmxJetSubBlock.h.
|
staticprivate |
Definition at line 82 of file CmxJetSubBlock.h.
|
staticprivate |
Definition at line 102 of file CmxJetSubBlock.h.
|
staticprivate |
Definition at line 122 of file CmxJetSubBlock.h.
|
staticprivate |
Definition at line 124 of file CmxJetSubBlock.h.
|
staticprivate |
Definition at line 104 of file CmxJetSubBlock.h.
|
staticprivate |
Definition at line 93 of file CmxJetSubBlock.h.
|
staticprivate |
Definition at line 123 of file CmxJetSubBlock.h.
|
staticprivate |
Definition at line 103 of file CmxJetSubBlock.h.
|
staticprivate |
Definition at line 125 of file CmxJetSubBlock.h.
|
staticprivateinherited |
Definition at line 190 of file L1CaloSubBlock.h.
|
staticprivateinherited |
Definition at line 171 of file L1CaloSubBlock.h.
|
staticprivateinherited |
Definition at line 179 of file L1CaloSubBlock.h.
|
staticprivateinherited |
Definition at line 170 of file L1CaloSubBlock.h.
|
staticprivateinherited |
Definition at line 178 of file L1CaloSubBlock.h.
|
staticprivateinherited |
CMX header word ID.
Definition at line 50 of file CmxSubBlock.h.
|
staticprivate |
Data word length.
Definition at line 74 of file CmxJetSubBlock.h.