|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef ZDCLEDMONITORALGORITHM_H
6 #define ZDCLEDMONITORALGORITHM_H
36 Gaudi::Property<std::string>
m_zdcModuleContainerName {
this,
"ZdcModuleContainerName",
"ZdcModules",
"Location of ZDC processed data"};
37 Gaudi::Property<std::string>
m_zdcSumContainerName {
this,
"ZdcSumContainerName",
"ZdcSums",
"Location of ZDC processed sums"};
38 Gaudi::Property<std::string>
m_auxSuffix{
this,
"AuxSuffix",
"",
"Append this tag onto end of AuxData"};
41 Gaudi::Property<std::string>
m_CalReq0{
this,
"CalReq0",
"CALREQ_0"};
42 Gaudi::Property<std::string>
m_CalReq1{
this,
"CalReq1",
"CALREQ_1"};
43 Gaudi::Property<std::string>
m_CalReq2{
this,
"CalReq2",
"CALREQ_2"};
49 const std::vector<std::string>
m_LEDNames = {
"Blue1",
"Green",
"Blue2"};
ZdcLEDMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Gaudi::Property< std::string > m_CalReq1
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
static const int m_nDecodingErrorBits
virtual ~ZdcLEDMonitorAlgorithm()
SG::ReadDecorHandleKey< xAOD::ZdcModuleContainer > m_LEDPresampleADCKey
virtual StatusCode fillHistograms(const EventContext &ctx) const override
adds event to the monitoring histograms
SG::ReadDecorHandleKey< xAOD::ZdcModuleContainer > m_LEDTypeKey
Gaudi::Property< std::string > m_CalReq0
SG::ReadDecorHandleKey< xAOD::ZdcModuleContainer > m_robBCIDKey
Gaudi::Property< bool > m_enableRPD
Gaudi::Property< std::string > m_CalReq2
Property holding a SG store/key/clid from which a ReadHandle is made.
SG::ReadHandleKey< xAOD::ZdcModuleContainer > m_ZdcModuleContainerKey
Gaudi::Property< std::string > m_zdcModuleContainerName
Base class for Athena Monitoring Algorithms.
virtual StatusCode initialize() override
initialize
SG::ReadHandleKey< xAOD::ZdcModuleContainer > m_ZdcSumContainerKey
::StatusCode StatusCode
StatusCode definition for legacy code.
static const int m_nModules
static const int m_nSides
std::map< std::string, std::map< std::string, std::map< std::string, int > > > m_ZDCModuleLEDToolIndices
Gaudi::Property< bool > m_enableZDC
Gaudi::Property< std::string > m_auxSuffix
Header file to be included by clients of the Monitored infrastructure.
SG::ReadDecorHandleKey< xAOD::ZdcModuleContainer > m_LEDMaxSampleKey
SG::ReadDecorHandleKey< xAOD::ZdcModuleContainer > m_LEDAvgTimeKey
SG::ReadDecorHandleKey< xAOD::ZdcModuleContainer > m_LEDMaxADCKey
std::map< std::string, std::map< std::string, std::map< std::string, int > > > m_RPDChannelLEDToolIndices
SG::ReadDecorHandleKey< xAOD::ZdcModuleContainer > m_LEDADCSumKey
StatusCode fillLEDHistograms(unsigned int DAQMode, const EventContext &ctx) const
static const int m_nChannels
const std::vector< std::string > m_LEDNames
Gaudi::Property< std::string > m_zdcSumContainerName
Handle class for reading a decoration on an object.
SG::ReadDecorHandleKey< xAOD::ZdcModuleContainer > m_eventTypeKey
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
SG::ReadDecorHandleKey< xAOD::ZdcModuleContainer > m_DAQModeKey
Define enumerations for event-level ZDC data.