Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TILEMONITORING_TILERAWCHANNELFLXALGORITHM_H
6 #define TILEMONITORING_TILERAWCHANNELFLXALGORITHM_H
31 "TileRawChannelContainerLegacy",
"TileRawChannelFit",
"Tile raw channel container"};
34 "TileRawChannelContainerFlx",
"TileRawChannelFlxFit",
"Tile raw channel container for Felix"};
38 Gaudi::Property<std::vector<int>>
m_fragIDsToCompare{
this,
"TileFragIDsToCompare", {0x201, 0x402},
"Tile Frag IDs of modules to compare."};
40 Gaudi::Property<unsigned int>
m_felixScale{
this,
"FelixScale", 1,
"Scale factor between Felix and Legacy ADC counts"};
43 #endif // TILEMONITORING_TILERAWCHANNELFLXALGORITHM_H
Property holding a SG store/key/clid from which a ReadHandle is made.
Gaudi::Property< unsigned int > m_felixScale
const TileHWID * m_tileHWID
SG::ReadHandleKey< TileRawChannelContainer > m_rawChannelContainerKeyFlx
Base class for Athena Monitoring Algorithms.
Helper class for TileCal online (hardware) identifiers.
Gaudi::Property< std::vector< int > > m_fragIDsToCompare
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual StatusCode fillHistograms(const EventContext &ctx) const override
adds event to the monitoring histograms
virtual ~TileRawChannelFlxMonitorAlgorithm()=default
Header file to be included by clients of the Monitored infrastructure.
virtual StatusCode initialize() override
initialize
SG::ReadHandleKey< TileRawChannelContainer > m_rawChannelContainerKeyLegacy
AthMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.