#include "PixelRodDecoder.h"
#include "CxxUtils/AthUnlikelyMacros.h"
#include "InDetIdentifier/PixelID.h"
#include "PixelReadoutGeometry/PixelDetectorManager.h"
#include "ExtractCondensedIBLhits.h"
#include "PixelByteStreamModuleMask.h"
#include "ByteStreamData/RawEvent.h"
#include "eformat/SourceIdentifier.h"
#include "xAODEventInfo/EventInfo.h"
#include <fstream>
#include <iostream>
#include <unordered_set>
#include <string>
Go to the source code of this file.
|
bool | isIBL (uint32_t robId) |
|
bool | isDBM (uint32_t robId) |
|
◆ generalwarning
#define generalwarning |
( |
|
x | ) |
|
Value: if (this->m_numGenWarnings < this->m_maxNumGenWarnings) \
else if (this->m_numGenWarnings == this->m_maxNumGenWarnings) \
{
ATH_MSG_DEBUG(
"PixelRodDecoder: suppressing further general warnings"); ++this->m_numGenWarnings;} \
else {++this->m_numGenWarnings; }
Definition at line 28 of file PixelRodDecoder.cxx.
◆ lvl1id_bcid_warning
#define lvl1id_bcid_warning |
( |
|
x | ) |
|
Value: if (this->m_numBCIDWarnings < this->m_maxNumBCIDWarnings) \
else if (this->m_numBCIDWarnings == this->m_maxNumBCIDWarnings) \
{
ATH_MSG_DEBUG(
"PixelRodDecoder: suppressing further BCID/LVL1ID warnings"); ++this->m_numBCIDWarnings;} \
else {++this->m_numBCIDWarnings; }
Definition at line 35 of file PixelRodDecoder.cxx.
◆ isDBM()
bool isDBM |
( |
uint32_t |
robId | ) |
|
|
inline |
◆ isIBL()
bool isIBL |
( |
uint32_t |
robId | ) |
|
|
inline |