|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef LARMONITORING_LARFEBMONALG_H
6 #define LARMONITORING_LARFEBMONALG_H
42 {
this,
"Run1DSPThresholdsKey",
"",
"SG key for DSP thresholds, run1"};
44 {
this,
"Run2DSPThresholdsKey",
"",
"SG key for DSP thresholds, run2"};
50 Gaudi::Property<std::vector<std::string> >
m_excoscalo{
this,
"ExcludeInCosmicCalo",{},
"Triggers excluded in CosmicCalo stream"};
51 Gaudi::Property<std::vector<std::string> >
m_streams{
this,
"Streams", {},
"Which streams to monitor, if empty, only simple profile per partition (offline case)"};
52 Gaudi::Property<std::vector<std::string> >
m_partitions {
this,
"PartitionNames", {} };
53 Gaudi::Property<std::vector<std::string> >
m_SubDetNames{
this,
"SubDetNames", {} };
55 Gaudi::Property<std::string>
m_monGroupName {
this,
"MonGroup",
"FEBMon",
"LArLARFEBMonGroup"};
67 typedef std::map<std::pair<unsigned int, unsigned int>,
unsigned int >
MaskedFebs;
69 void fillErrorsSummary(
unsigned int partitNb_2,
int ft,
int slot,
uint16_t error,
bool lar_inerror, std::bitset<13> &rejectionBits,
bool ¤tFebStatus ,
bool &eventRejected)
const;
81 #endif // LARFEBMONALG_H
unsigned int returnPartition(int be, int pn, int ft, int sl) const
SG::ReadDecorHandleKey< xAOD::EventInfo > m_eventInfoDecorKey
Gaudi::Property< std::string > m_monGroupName
Conditions-Data class holding LAr Bad Channel or Bad Feb information.
virtual StatusCode fillHistograms(const EventContext &ctx) const override final
adds event to the monitoring histograms
void fillErrorsSummary(unsigned int partitNb_2, int ft, int slot, uint16_t error, bool lar_inerror, std::bitset< 13 > &rejectionBits, bool ¤tFebStatus, bool &eventRejected) const
StatusCode procHistograms()
SG::ReadHandleKey< LArFebHeaderContainer > m_hdrContKey
Gaudi::Property< std::vector< std::string > > m_SubDetNames
Gaudi::Property< int > m_nFEBnominal
bool const RAWDATA *ch2 const
const LArOnlineID * m_onlineHelper
std::atomic< int > m_nbOfFebBlocksTotal
virtual StatusCode initialize() override final
initialize
Base class for Athena Monitoring Algorithms.
std::mutex m_mut ATLAS_THREAD_SAFE
SG::ReadCondHandleKey< AthenaAttributeList > m_run2DSPThresholdsKey
A LArRawConditionsContainer holding thresholds used by the DSP.
::StatusCode StatusCode
StatusCode definition for legacy code.
Gaudi::Property< std::vector< std::string > > m_streams
std::map< std::pair< unsigned int, unsigned int >, unsigned int > MaskedFebs
Gaudi::Property< bool > m_ignoreMissingHeaderPS
std::vector< std::map< std::string, int > > m_histoGroups
void plotMaskedFEB() const
Gaudi::Property< std::vector< std::string > > m_excoscalo
Gaudi::Property< std::vector< std::string > > m_partitions
bool m_maskedDone ATLAS_THREAD_SAFE
LArFEBMonAlg(const std::string &name, ISvcLocator *pSvcLocator)
MaskedFebs m_badFebs ATLAS_THREAD_SAFE
Gaudi::Property< bool > m_ignoreMissingHeaderEMB
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
SG::ReadHandleKey< LArFebErrorSummary > m_lArFebErrorSummaryKey
bool m_dspThrDone ATLAS_THREAD_SAFE
SG::ReadCondHandleKey< LArBadFebCont > m_BFKey
SG::ReadCondHandleKey< LArDSPThresholdsComplete > m_run1DSPThresholdsKey