|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TILEMONITORING_TILERAWCHANNELTIMEMONITORALGORITHM_H
6 #define TILEMONITORING_TILERAWCHANNELTIMEMONITORALGORITHM_H
40 Gaudi::Property<bool>
m_checkDCS{
this,
"CheckDCS",
false,
"Check Tile DCS status"};
43 "TriggerTypes", {},
"Given trigger types only events with these TTs will be used, otherwise all"};
46 "EnergyThresholds", {10, 40},
"Energy thresholds [LG, HG]"};
49 "PartitionTimeCorrections", {-15.18, -15.37, 47.65, 47.42},
50 "Partition time corrections [LBA, LBC, EBA, EBC]"};
53 "PartitionTimeDiffferncePairs", {},
"Partition (ROS - 1) pairs to monitor time differnce"};
56 "AmplitudeFragIDs", {},
"Tile Frag IDs of modules to fill histograms with amplitude vs LB."};
59 "TileDQstatus",
"TileDQstatus",
"Tile DQ status name"};
62 "TileRawChannelContainer",
"TileRawChannelFit",
"Input Tile raw channel container key"};
68 "TileDCS",
"TileDCS",
"Input Tile DCS status"};
74 "TileBadChannels",
"TileBadChannels",
"Input Tile bad channel status"};
80 "TileEMScale",
"TileEMScale",
"Input Tile EMS calibration constants"};
86 "TileCablingSvc",
"TileCablingSvc",
"The Tile cabling service"};
103 #endif // TILEMONITORING_TILERAWCHANNELTIMEMONITORALGORITHM_H
Property holding a SG store/key/clid from which a ReadHandle is made.
SG::ReadHandleKey< TileDQstatus > m_DQstatusKey
std::vector< int > m_amplitudeGroups
SG::ReadHandleKey< TileRawChannelContainer > m_rawChannelContainerKey
std::vector< std::vector< std::vector< int > > > m_digiTimeLBGroups
virtual ~TileRawChannelTimeMonitorAlgorithm()=default
virtual StatusCode fillHistograms(const EventContext &ctx) const override
adds event to the monitoring histograms
std::array< bool, TileCalibUtils::MAX_DRAWERIDX > m_amplitudeMonitoredDrawerIdx
const TileCablingService * m_cabling
std::vector< int > m_timeLBGroups
Base class for Athena Monitoring Algorithms.
Gaudi::Property< std::vector< std::pair< int, int > > > m_partitionTimeDifferencePairs
Helper class for TileCal online (hardware) identifiers.
::StatusCode StatusCode
StatusCode definition for legacy code.
std::vector< int > m_uncorrTimeGroups
Information produced by TileDQstatusAlg (used to be done by TileBeamInfoProvider).
std::vector< int > m_timeGroups
Header file to be included by clients of the Monitored infrastructure.
std::vector< int > m_timeDiffLBGroups
virtual StatusCode initialize() override
initialize
SG::ReadCondHandleKey< TileBadChannels > m_badChannelsKey
Name of TileBadChannels in condition store.
ServiceHandle< TileCablingSvc > m_cablingSvc
Name of Tile cabling service.
const TileHWID * m_tileHWID
SG::ReadCondHandleKey< TileEMScale > m_emScaleKey
Name of TileEMScale in condition store.
std::map< std::string, int > m_amplitudeVsLBGroups
SG::ReadCondHandleKey< TileDCSState > m_DCSStateKey
Name of TileDCSState object in condition store.
AthMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Gaudi::Property< std::vector< double > > m_energyThresholds
Gaudi::Property< bool > m_checkDCS
Gaudi::Property< std::vector< unsigned int > > m_triggerTypes
Gaudi::Property< std::vector< int > > m_amplitudeFragIDs
Gaudi::Property< std::vector< double > > m_partitionTimeCorrection