|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TILEMONITORING_TILEDIGINOISEMONITORALGORITHM_H
6 #define TILEMONITORING_TILEDIGINOISEMONITORALGORITHM_H
38 Gaudi::Property<bool>
m_checkDCS{
this,
"CheckDCS",
false,
"Check Tile DCS status"};
40 "TriggerTypes", {},
"Given trigger types only events with these TT will be used, otherwise all"};
43 "fillPedestalDifference",
true,
"Fill pedestal difference between monitored pedestal and one from DB"};
46 "ignoreDisconnectedChannels",
false,
"Ignore disconnected channels"};
49 "FragIDsToIgnoreDMUErrors", {},
"List of Tile frag IDs for which ignore DMU errors"};
52 "TileDQstatus",
"TileDQstatus",
"Tile DQ status name"};
58 "TileDCS",
"TileDCS",
"Input Tile DCS status"};
61 "TileDigitsContainer",
"TileDigitsCnt",
"Input Tile digits container key"};
67 "TileBadChannels",
"TileBadChannels",
"Input Tile bad channel status"};
70 "TileCondToolNoiseSample",
"TileCondToolNoiseSample",
"Tile sample noise tool"};
76 "TileCablingSvc",
"TileCablingSvc",
"The Tile cabling service"};
86 #endif // TILEMONITORING_TILEDIGINOISEMONITORALGORITHM_H
Property holding a SG store/key/clid from which a ReadHandle is made.
Gaudi::Property< bool > m_ignoreDisconnectedChannels
virtual StatusCode fillHistograms(const EventContext &ctx) const override
adds event to the monitoring histograms
const TileHWID * m_tileHWID
SG::ReadCondHandleKey< TileDCSState > m_DCSStateKey
Name of TileDCSState object in condition store.
virtual ~TileDigiNoiseMonitorAlgorithm()=default
Gaudi::Property< bool > m_checkDCS
Base class for Athena Monitoring Algorithms.
Helper class for TileCal online (hardware) identifiers.
SG::ReadCondHandleKey< TileBadChannels > m_badChannelsKey
Name of TileBadChannels in condition store.
::StatusCode StatusCode
StatusCode definition for legacy code.
Gaudi::Property< bool > m_fillPedestalDifference
Gaudi::Property< std::vector< unsigned int > > m_triggerTypes
ToolHandle< TileCondToolNoiseSample > m_tileCondToolNoiseSample
std::vector< std::vector< int > > m_hfnGroups
Information produced by TileDQstatusAlg (used to be done by TileBeamInfoProvider).
ServiceHandle< TileCablingSvc > m_cablingSvc
Name of Tile cabling service.
Header file to be included by clients of the Monitored infrastructure.
const TileCablingService * m_cabling
std::vector< std::vector< int > > m_pedGroups
SG::ReadHandleKey< TileDQstatus > m_DQstatusKey
AthMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Gaudi::Property< std::vector< int > > m_fragIDsToIgnoreDMUerrors
SG::ReadHandleKey< TileDigitsContainer > m_digitsContainerKey
virtual StatusCode initialize() override
initialize