|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TILEMONITORING_TILEDIGITSMONITORALGORITHM_H
6 #define TILEMONITORING_TILEDIGITSMONITORALGORITHM_H
40 bool checkCorruptedData(
const std::vector<std::reference_wrapper<
const std::vector<uint32_t>>>& headerWordsAll,
41 uint32_t fragStatus,
int ros,
int drawer, std::vector<std::vector<bool>>& corruptedData)
const;
42 void checkBCID(
const std::vector<std::reference_wrapper<
const std::vector<uint32_t>>>& headerWordsAll,
46 "fillPedestalDifference",
true,
"Fill pedestal difference between monitored pedestal and one from DB"};
49 "fillErrorsHistograms",
true,
"Fill histograms per channel/gain with DMU, CRC, BCID errors"};
52 "fillPedestalHistograms",
true,
"Fill histograms per channel/gain with pedestals"};
55 "fillHighFrequencyNoiseHistograms",
true,
"Fill histograms per channel/gain with HFN"};
58 "fillSamplesHistograms",
true,
"Fill histograms per channel/gain with samples"};
61 "fillProfileHistograms",
true,
"Fill histograms per channel/gain with profile"};
64 "fillEventModule32Histograms",
true,
"Fill histograms per channel/gain with event number % 32"};
67 "fillCorrelationsHistograms",
true,
"Fill histograms which are used to produce correlation and corvariance plots"};
70 "TileDigitsContainer",
"TileDigitsCnt",
"Input Tile digits container key"};
73 "TileRawChannelContainer",
"",
"Input Tile raw channel container key"};
76 "TileCondToolNoiseSample",
"TileCondToolNoiseSample",
"Tile sample noise tool"};
98 #endif // TILEMONITORING_TILEDIGITSMONITORALGORITHM_H
Property holding a SG store/key/clid from which a ReadHandle is made.
Gaudi::Property< bool > m_fillCorrelationsHistograms
ToolHandle< TileCondToolNoiseSample > m_tileCondToolNoiseSample
Base class for Tile calibration runs monitoring.
float m_ADCmaxMinusEpsilon
TileCalibMonitorAlgorithm(const std::string &name, ISvcLocator *svcLocator)
Gaudi::Property< bool > m_fillEventModule32Histograms
Gaudi::Property< bool > m_fillHighFrequencyNoiseHistograms
std::vector< std::vector< int > > m_samplesGroups
Gaudi::Property< bool > m_fillPedestalDifference
std::vector< int > m_meanSampleGroups
std::vector< std::vector< int > > m_crcErrGroups
Gaudi::Property< bool > m_fillPedestalHistograms
void checkCRC(bool isCalibMode, uint32_t crc32, uint32_t crcMask, int nDMU, int ros, int drawer) const
std::vector< std::vector< std::vector< int > > > m_bcidGroups
std::vector< std::vector< int > > m_hfnGroups
SG::ReadHandleKey< TileDigitsContainer > m_digitsContainerKey
virtual ~TileDigitsMonitorAlgorithm()=default
Gaudi::Property< bool > m_fillProfileHistograms
std::vector< std::vector< std::vector< int > > > m_errorsGroups
bool checkCorruptedData(const std::vector< std::reference_wrapper< const std::vector< uint32_t >>> &headerWordsAll, uint32_t fragStatus, int ros, int drawer, std::vector< std::vector< bool >> &corruptedData) const
Class that holds Data Quality fragment information and provides functions to extract the data quality...
std::vector< std::vector< int > > m_pedGroups
::StatusCode StatusCode
StatusCode definition for legacy code.
SG::ReadHandleKey< TileRawChannelContainer > m_rawChannelContainerKey
Header file to be included by clients of the Monitored infrastructure.
std::vector< int > m_meanSampleProdGroups
StatusCode checkROD_CRC(const TileDQstatus *dqStatus, const EventContext &ctx) const
void checkBCID(const std::vector< std::reference_wrapper< const std::vector< uint32_t >>> &headerWordsAll, uint32_t rodBCID, int ros, int drawer) const
std::vector< std::vector< int > > m_crcGlobalGroups
std::vector< std::vector< int > > m_profGroups
virtual StatusCode fillHistograms(const EventContext &ctx) const override
adds event to the monitoring histograms
std::vector< std::vector< std::vector< int > > > m_bcidErrGroups
std::vector< std::vector< int > > m_evtMod32Groups
Gaudi::Property< bool > m_fillSamplesHistograms
virtual StatusCode initialize() override
initialize
Gaudi::Property< bool > m_fillErrorsHistograms